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
39ed185f
Commit
39ed185f
authored
Jun 11, 2019
by
Christoffer Ackelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
QT: Style changes on the operator row.
parent
76859dba
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
76 additions
and
108 deletions
+76
-108
xtt/lib/xtt/qt/xtt_op_qt.cqt
xtt/lib/xtt/qt/xtt_op_qt.cqt
+68
-97
xtt/lib/xtt/qt/xtt_op_qt.h
xtt/lib/xtt/qt/xtt_op_qt.h
+8
-11
No files found.
xtt/lib/xtt/qt/xtt_op_qt.cqt
View file @
39ed185f
This diff is collapsed.
Click to expand it.
xtt/lib/xtt/qt/xtt_op_qt.h
View file @
39ed185f
...
...
@@ -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
];
...
...
@@ -117,7 +114,7 @@ public:
void
set_text_size
();
private:
void
alarm_box_helper
(
int
i
);
QVBoxLayout
*
alarm_box_helper
(
);
OpQtWidget
*
toplevel
;
};
...
...
@@ -178,4 +175,4 @@ protected:
void
mousePressEvent
(
QMouseEvent
*
event
);
};
#endif
\ No newline at end of file
#endif
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