Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
985d199a
Commit
985d199a
authored
Nov 30, 2020
by
Christoffer Ackelman
Committed by
Esteban Blanc
Dec 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QT: Minor stylistic changes of the Operator row.
parent
bfdf7e90
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
74 additions
and
113 deletions
+74
-113
xtt/lib/xtt/qt/xtt_op_qt.cqt
xtt/lib/xtt/qt/xtt_op_qt.cqt
+67
-103
xtt/lib/xtt/qt/xtt_op_qt.h
xtt/lib/xtt/qt/xtt_op_qt.h
+7
-10
No files found.
xtt/lib/xtt/qt/xtt_op_qt.cqt
View file @
985d199a
This diff is collapsed.
Click to expand it.
xtt/lib/xtt/qt/xtt_op_qt.h
View file @
985d199a
...
...
@@ -71,12 +71,12 @@ public:
QLabel
*
alarmcnt_label
;
QWidget
*
aalarm_mark
;
QLabel
*
aalarm_label
[
5
];
Q
Widget
*
aalarm_active
[
5
];
Q
Widget
*
aalarm_info
[
5
];
Q
Label
*
aalarm_active
[
5
];
Q
PushButton
*
aalarm_info
[
5
];
QWidget
*
aalarm_box
[
5
];
QLabel
*
balarm_label
;
Q
Widget
*
balarm_active
;
Q
Widget
*
balarm_info
;
Q
Label
*
balarm_active
;
Q
PushButton
*
balarm_info
;
QWidget
*
balarm_box
;
QLabel
*
balarm_mark
;
QVBoxLayout
*
appl_form
;
...
...
@@ -89,11 +89,8 @@ public:
QPushButton
*
appl_buttons
[
25
];
QToolBar
*
tools
;
QToolBar
*
tools2
;
QColor
red_color
;
QColor
yellow_color
;
QColor
green_color
;
QColor
gray_color
;
QColor
white_color
;
QPixmap
active_pixmap
;
QIcon
info_icon
;
int
a_height
;
int
a_exist
[
5
];
int
a_active
[
5
];
...
...
@@ -118,7 +115,7 @@ public:
void
set_text_size
();
private:
void
alarm_box_helper
(
int
i
);
QVBoxLayout
*
alarm_box_helper
(
);
OpQtWidget
*
toplevel
;
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment