Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
4
4uhv
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cs
gui
4uhv
Commits
8c92fae6
Commit
8c92fae6
authored
3 years ago
by
Giacomo Strangolino
Browse files
Options
Downloads
Patches
Plain Diff
set 0 and 1 instead of true and false
parent
024781f0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/4uhv.ui
+1
-1
1 addition, 1 deletion
src/4uhv.ui
src/channel.ui
+5
-5
5 additions, 5 deletions
src/channel.ui
with
6 additions
and
6 deletions
src/4uhv.ui
+
1
−
1
View file @
8c92fae6
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
</font>
</font>
</property>
</property>
<property
name=
"text"
>
<property
name=
"text"
>
<string>
4HV
</string>
<string>
4
U
HV
</string>
</property>
</property>
<property
name=
"scaledContents"
>
<property
name=
"scaledContents"
>
<bool>
true
</bool>
<bool>
true
</bool>
...
...
This diff is collapsed.
Click to expand it.
src/channel.ui
+
5
−
5
View file @
8c92fae6
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
<item
row=
"1"
column=
"0"
>
<item
row=
"1"
column=
"0"
>
<widget
class=
"QTabWidget"
name=
"tabWidget"
>
<widget
class=
"QTabWidget"
name=
"tabWidget"
>
<property
name=
"currentIndex"
>
<property
name=
"currentIndex"
>
<number>
0
</number>
<number>
1
</number>
</property>
</property>
<widget
class=
"QWidget"
name=
"tab_normal"
>
<widget
class=
"QWidget"
name=
"tab_normal"
>
<attribute
name=
"title"
>
<attribute
name=
"title"
>
...
@@ -161,7 +161,7 @@
...
@@ -161,7 +161,7 @@
<string>
Step
</string>
<string>
Step
</string>
</property>
</property>
<property
name=
"point"
stdset=
"0"
>
<property
name=
"point"
stdset=
"0"
>
<string>
$1/Fixed%1(
false
)
</string>
<string>
$1/Fixed%1(
0
)
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -181,7 +181,7 @@
...
@@ -181,7 +181,7 @@
<string>
Start
</string>
<string>
Start
</string>
</property>
</property>
<property
name=
"point"
stdset=
"0"
>
<property
name=
"point"
stdset=
"0"
>
<string>
$1/Protect%1(
false
)
</string>
<string>
$1/Protect%1(
0
)
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -201,7 +201,7 @@
...
@@ -201,7 +201,7 @@
<string>
Protect
</string>
<string>
Protect
</string>
</property>
</property>
<property
name=
"point"
stdset=
"0"
>
<property
name=
"point"
stdset=
"0"
>
<string>
$1/Protect%1(
true
)
</string>
<string>
$1/Protect%1(
1
)
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
@@ -249,7 +249,7 @@
...
@@ -249,7 +249,7 @@
<string>
Fix
</string>
<string>
Fix
</string>
</property>
</property>
<property
name=
"point"
stdset=
"0"
>
<property
name=
"point"
stdset=
"0"
>
<string>
$1/Fixed%1(
true
)
</string>
<string>
$1/Fixed%1(
1
)
</string>
</property>
</property>
</widget>
</widget>
</item>
</item>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment