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
220a86a4
Commit
220a86a4
authored
2 years ago
by
Claudio Scafuri
Browse files
Options
Downloads
Patches
Plain Diff
#18250 add reading of Status1, Statu2, etc...
parent
f9762017
Branches
master
Tags
1.1.8
1.1.9
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/channel.ui
+13
-1
13 additions, 1 deletion
src/channel.ui
with
13 additions
and
1 deletion
src/channel.ui
+
13
−
1
View file @
220a86a4
...
...
@@ -148,6 +148,13 @@
</property>
</widget>
</item>
<item
row=
"5"
column=
"0"
colspan=
"2"
>
<widget
class=
"QuLabel"
name=
"quLabelStatus"
>
<property
name=
"point"
stdset=
"0"
>
<string>
$1/Status%1
</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget
class=
"QWidget"
name=
"tab_expert"
>
...
...
@@ -334,6 +341,11 @@
</layout>
</widget>
<customwidgets>
<customwidget>
<class>
EFlag
</class>
<extends>
QWidget
</extends>
<header>
eflag.h
</header>
</customwidget>
<customwidget>
<class>
QuLabel
</class>
<extends>
QLabel
</extends>
...
...
@@ -341,7 +353,7 @@
</customwidget>
<customwidget>
<class>
QuTable
</class>
<extends>
QWidget
</extends>
<extends>
EFlag
</extends>
<header>
qutable.h
</header>
</customwidget>
<customwidget>
...
...
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