Wanderson M. Pimenta
MainWindow
0
0
950
650
950
650
MiaowDaq - ULM7606 Data Acquisition Application
Segoe UI
10
false
false
/* /////////////////////////////////////////////////////////////////////////////////////////////////
SET APP STYLESHEET - FULL STYLES HERE
DARK THEME - DRACULA COLOR BASED
///////////////////////////////////////////////////////////////////////////////////////////////// */
QWidget{
color: rgb(221, 221, 221);
font: 10pt "Segoe UI";
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////Tooltip */
QToolTip {
color: #ffffff;
background-color: rgba(33, 37, 43, 180);
border: 1px solid rgb(44, 49, 58);
background-image: none;
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 2px solid rgb(255, 121, 198);
text-align: left;
padding-left: 8px;
margin: 0px;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////Bg App */
#bgApp {
background-color: rgb(40, 44, 52);
border: 1px solid rgb(44, 49, 58);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////Left Menu */
#leftMenuBg {
background-color: rgb(33, 37, 43);
}
#topLogo {
background-color: rgb(33, 37, 43);
background-image: url(:/images/images/images/PyDracula.png);
background-position: centered;
background-repeat: no-repeat;
}
#titleLeftApp { font: 63 12pt "Segoe UI Semibold"; }
/* #titleLeftDescription { font: 8pt "Segoe UI"; color: rgb(189, 147, 249); } */
#titleLeftDescription { font: 8pt "Segoe UI"; color: #ff79c6; }
/* MENUS */
#topMenu .QPushButton {
background-origin: padding;
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 20px solid transparent;
background-color: transparent;
text-align: left;
padding-left: 40px;
}
#topMenu .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#topMenu .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
#topMenu .QLabel {
border-top: 1px solid rgba(255, 255, 255, 50); /*rgb(113, 126, 149);*/
margin: 15px 10px;
height: 2px;
min-height: 2px;
max-height: 2px;
}
#bottomMenu .QPushButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 20px solid transparent;
background-color:transparent;
text-align: left;
padding-left: 40px;
}
#bottomMenu .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#bottomMenu .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
#leftMenuFrame{
border-top: 3px solid rgb(44, 49, 58);
}
/* Toggle Button */
#toggleButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 20px solid transparent;
background-color: rgb(37, 41, 48);
text-align: left;
padding-left: 40px;
color: rgb(113, 126, 149);
}
#toggleButton:hover {
background-color: rgb(40, 44, 52);
}
#toggleButton:pressed {
background-color: rgb(189, 147, 249);
}
/* Title Menu */
#titleRightInfo { padding-left: 10px; }
/* /////////////////////////////////////////////////////////////////////////////////////////////////Extra Tab */
#extraLeftBox {
background-color: rgb(44, 49, 58);
}
#extraTopBg{
background-color: rgb(189, 147, 249)
}
/* Icon */
#extraIcon {
background-position: center;
background-repeat: no-repeat;
background-image: url(:/icons/images/icons/icon_settings.png);
}
/* Label */
#extraLabel { color: rgb(255, 255, 255); }
/* Btn Close */
#extraCloseColumnBtn { background-color: rgba(255, 255, 255, 0); border: none; border-radius: 5px; }
#extraCloseColumnBtn:hover { background-color: rgb(196, 161, 249); border-style: solid; border-radius: 4px; }
#extraCloseColumnBtn:pressed { background-color: rgb(180, 141, 238); border-style: solid; border-radius: 4px; }
/* Extra Content */
#extraContent{
border-top: 3px solid rgb(40, 44, 52);
}
/* Extra Top Menus */
#extraTopMenu .QPushButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 22px solid transparent;
background-color:transparent;
text-align: left;
padding-left: 38px;
}
#extraTopMenu .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#extraTopMenu .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////Content App */
#contentTopBg{
background-color: rgb(33, 37, 43);
}
#contentBottom{
border-top: 3px solid rgb(44, 49, 58);
}
/* Top Buttons */
#rightButtons .QPushButton { background-color: rgba(255, 255, 255, 0); border: none; border-radius: 5px; }
#rightButtons .QPushButton:hover { background-color: rgb(44, 49, 57); border-style: solid; border-radius: 4px; }
#rightButtons .QPushButton:pressed { background-color: rgb(23, 26, 30); border-style: solid; border-radius: 4px; }
#themeSettingsTopDetail { background-color: rgb(189, 147, 249); }
/* Bottom Bar */
#bottomBar { background-color: rgb(44, 49, 58); }
#bottomBar QLabel { font-size: 11px; color: rgb(113, 126, 149); padding-left: 5px; padding-right: 10px; padding-bottom: 2px; }
/* CONTENT SETTINGS */
/* MENUS */
#contentSettings .QPushButton {
background-position: left center;
background-repeat: no-repeat;
border: none;
border-left: 22px solid transparent;
background-color:transparent;
text-align: left;
padding-left: 44px;
}
#contentSettings .QPushButton:hover {
background-color: rgb(40, 44, 52);
}
#contentSettings .QPushButton:pressed {
background-color: rgb(189, 147, 249);
color: rgb(255, 255, 255);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////QTableView */
QTableView {
background-color: transparent;
padding: 10px;
border-radius: 5px;
gridline-color: rgb(44, 49, 58);
padding: 0px;
}
QTableView::item{
border-color: rgb(44, 49, 60);
padding-left: 5px;
padding-right: 5px;
gridline-color: rgb(44, 49, 60);
text-align: center;
}
QTableView::item:selected{
background-color: rgb(189, 147, 249);
}
QHeaderView::section{
background-color: rgb(33, 37, 43);
max-width: 30px;
border: 1px solid rgb(44, 49, 58);
border-style: none;
border-bottom: 1px solid rgb(44, 49, 60);
border-right: 1px solid rgb(44, 49, 60);
text-align: center;
}
QTableView::horizontalHeader {
background-color: rgb(33, 37, 43);
}
QHeaderView::section:horizontal
{
border: 1px solid rgb(33, 37, 43);
background-color: rgb(33, 37, 43);
padding: 3p, 0px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
}
QHeaderView::section:vertical
{
border: 1px solid rgb(33, 37, 43);
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
QHeaderView .QScrollBar:horizontal {
border: none;
background: rgb(52, 59, 72);
height: 9px;
margin: 0px 21px 0 21px;
border-radius: 0px;
}
QHeaderView .QScrollBar:vertical {
border: none;
background: rgb(52, 59, 72);
width: 9px;
margin: 21px 0 21px 0;
border-radius: 0px;
}
QHeaderView .QScrollBar::handle:horizontal {
border-radius: 3.5px;
}
QHeaderView .QScrollBar:vertical {
border-radius: 3.5px;
}
QTableView .QTableCornerButton::section {
background: transparent;
border: none;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
LineEdit */
QLineEdit {
background-color: rgb(33, 37, 43);
border-radius: 5px;
border: 2px solid rgb(33, 37, 43);
padding-left: 5px;
selection-color: rgb(255, 255, 255);
selection-background-color: rgb(255, 121, 198);
}
QLineEdit:hover {
border: 2px solid rgb(64, 71, 88);
}
QLineEdit:focus {
border: 2px solid rgb(91, 101, 124);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
SpinBox */
QSpinBox {
background-color: rgb(33, 37, 43);
border-radius: 5px;
border: 2px solid rgb(33, 37, 43);
padding-left: 5px;
selection-color: rgb(255, 255, 255);
selection-background-color: rgb(255, 121, 198);
}
QSpinBox:hover {
border: 2px solid rgb(64, 71, 88);
}
QSpinBox:focus {
border: 2px solid rgb(91, 101, 124);
}
QSpinBox::up-button {
subcontrol-origin: padding;
subcontrol-position: top left;
background-color: rgb(33, 37, 43);
width: 25px;
margin: 0px;
border: none;
border-right: 3px solid rgba(39, 44, 54, 150) ;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
QSpinBox::up-button:pressed {
background-color: rgba(39, 44, 54, 150);
}
QSpinBox::up-arrow {
image: url(:/icons/images/icons/chevron-miniup.png);
}
QSpinBox::down-button {
subcontrol-origin: padding;
subcontrol-position: bottom left;
background-color: rgb(33, 37, 43);
width: 25px;
margin: 0px;
border: none;
border-right: 3px solid rgba(39, 44, 54, 150) ;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
QSpinBox::down-button:pressed {
background-color: rgba(39, 44, 54, 150);
}
QSpinBox::down-arrow {
image: url(:/icons/images/icons/chevron-minidown.png);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
PlainTextEdit */
QPlainTextEdit {
background-color: rgb(27, 29, 35);
border-radius: 5px;
padding: 10px;
selection-color: rgb(255, 255, 255);
selection-background-color: rgb(255, 121, 198);
}
QPlainTextEdit QScrollBar:vertical {
width: 8px;
}
QPlainTextEdit QScrollBar:horizontal {
height: 8px;
}
QPlainTextEdit:hover {
border: 2px solid rgb(64, 71, 88);
}
QPlainTextEdit:focus {
border: 2px solid rgb(91, 101, 124);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
ScrollBars */
QScrollBar:horizontal {
border: none;
background: rgb(52, 59, 72);
height: 8px;
margin: 0px 21px 0 21px;
border-radius: 0px;
}
QScrollBar::handle:horizontal {
background: rgb(189, 147, 249);
min-width: 25px;
border-radius: 4px
}
QScrollBar::add-line:horizontal {
border: none;
background: rgb(55, 63, 77);
width: 20px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
subcontrol-position: right;
subcontrol-origin: margin;
}
QScrollBar::sub-line:horizontal {
border: none;
background: rgb(55, 63, 77);
width: 20px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
subcontrol-position: left;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:horizontal, QScrollBar::down-arrow:horizontal
{
background: none;
}
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal
{
background: none;
}
QScrollBar:vertical {
border: none;
background: rgb(52, 59, 72);
width: 8px;
margin: 21px 0 21px 0;
border-radius: 0px;
}
QScrollBar::handle:vertical {
background: rgb(189, 147, 249);
min-height: 25px;
border-radius: 4px
}
QScrollBar::add-line:vertical {
border: none;
background: rgb(55, 63, 77);
height: 20px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line:vertical {
border: none;
background: rgb(55, 63, 77);
height: 20px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical {
background: none;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
CheckBox */
QCheckBox::indicator {
border: 3px solid rgb(52, 59, 72);
width: 15px;
height: 15px;
border-radius: 10px;
background: rgb(44, 49, 60);
}
QCheckBox::indicator:hover {
border: 3px solid rgb(58, 66, 81);
}
QCheckBox::indicator:checked {
background: 3px solid rgb(52, 59, 72);
border: 3px solid rgb(52, 59, 72);
background-image: url(:/icons/images/icons/cil-check-alt.png);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
RadioButton */
QRadioButton::indicator {
border: 3px solid rgb(52, 59, 72);
width: 15px;
height: 15px;
border-radius: 10px;
background: rgb(44, 49, 60);
}
QRadioButton::indicator:hover {
border: 3px solid rgb(58, 66, 81);
}
QRadioButton::indicator:checked {
background: 3px solid rgb(94, 106, 130);
border: 3px solid rgb(52, 59, 72);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
ComboBox */
QComboBox{
background-color: rgb(33, 37, 43);
/*background-color: rgb(27, 29, 35);*/
border-radius: 5px;
border: 2px solid rgb(33, 37, 43);
padding: 5px;
padding-left: 5px;
}
QComboBox:hover{
border: 2px solid rgb(64, 71, 88);
}
QComboBox:focus {
border: 2px solid rgb(91, 101, 124);
}
QComboBox::drop-down {
subcontrol-origin: padding;
subcontrol-position: top right;
width: 25px;
border-left-width: 3px;
border-left-color: rgba(39, 44, 54, 150);
border-left-style: solid;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
QComboBox::down-arrow {
image: url(:/icons/images/icons/chevron-down.png);
}
QComboBox::drop-down:pressed {
background-color: rgba(39, 44, 54, 150);
}
QComboBox QAbstractItemView {
outline: 0px;
border: 2px solid rgb(33, 37, 43);
border-radius: 5px;
color: rgb(255, 121, 198);
background-color: rgb(33, 37, 43);
selection-background-color: rgb(52, 59, 72);
margin-top: 5px;
/*
padding-top:5px;
padding-bottom:5px;
*/
}
QComboBox QAbstractItemView::item {
border-radius: 5px;
height: 25px;
}
QComboBox QAbstractItemView::item:hover {
background-color: rgb(52, 59, 72);
}
QComboBox QAbstractItemView::item:selected {
color:rgb(255,255,255);
background-color: rgb(52, 59, 72);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Sliders */
QSlider::groove:horizontal {
border-radius: 5px;
height: 10px;
margin: 0px;
background-color: rgb(52, 59, 72);
}
QSlider::groove:horizontal:hover {
background-color: rgb(55, 62, 76);
}
QSlider::handle:horizontal {
background-color: rgb(189, 147, 249);
border: none;
height: 10px;
width: 10px;
margin: 0px;
border-radius: 5px;
}
QSlider::handle:horizontal:hover {
background-color: rgb(195, 155, 255);
}
QSlider::handle:horizontal:pressed {
background-color: rgb(255, 121, 198);
}
QSlider::groove:vertical {
border-radius: 5px;
width: 10px;
margin: 0px;
background-color: rgb(52, 59, 72);
}
QSlider::groove:vertical:hover {
background-color: rgb(55, 62, 76);
}
QSlider::handle:vertical {
background-color: rgb(189, 147, 249);
border: none;
height: 10px;
width: 10px;
margin: 0px;
border-radius: 5px;
}
QSlider::handle:vertical:hover {
background-color: rgb(195, 155, 255);
}
QSlider::handle:vertical:pressed {
background-color: rgb(255, 121, 198);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
CommandLinkButton */
QCommandLinkButton {
color: rgb(255, 121, 198);
border-radius: 5px;
padding: 5px;
color: rgb(255, 170, 255);
}
QCommandLinkButton:hover {
color: rgb(255, 170, 255);
background-color: rgb(44, 49, 60);
}
QCommandLinkButton:pressed {
color: rgb(189, 147, 249);
background-color: rgb(52, 58, 71);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
ListView */
QListView {
background-color: rgb(33, 37, 43);
border-radius: 5px;
border: 2px solid rgb(33, 37, 43);
outline: none;
alternate-background-color:yellow;
}
QListView::item {
height: 30px;
border-radius: 5px;
}
QListView::item:hover {
background-color: rgb(52, 59, 72);
}
QListView::item:selected {
color:rgb(255,255,255);
background-color: rgb(52, 59, 72);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
TextEdit */
QTextEdit {
background-color: rgb(33, 37, 43);
border-radius: 5px;
border: 2px solid rgb(33, 37, 43);
padding-left: 10px;
selection-color: rgb(255, 255, 255);
selection-background-color: rgb(255, 121, 198);
}
QTextEdit:hover {
border: 2px solid rgb(64, 71, 88);
}
QTextEdit:focus {
border: 2px solid rgb(91, 101, 124);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
Button */
#pagesContainer QPushButton {
margin: 0px;
background-origin: content;
background-position: left;
background-repeat: no-repeat;
border: 2px solid rgb(52, 59, 72);
border-radius: 5px;
background-color: rgb(52, 59, 72);
}
#pagesContainer QPushButton:hover {
background-color: rgb(57, 65, 80);
border: 2px solid rgb(61, 70, 86);
}
#pagesContainer QPushButton:pressed {
background-color: rgb(35, 40, 49);
border: 2px solid rgb(43, 50, 61);
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////
StackedWidget */
#page_home, #page_connection, #page_divider, #page_valvedata {
background-color: transparent;
}
0
10
10
10
10
-
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
60
0
60
16777215
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
0
50
16777215
50
QFrame::NoFrame
QFrame::Raised
10
5
42
42
42
42
42
42
QFrame::NoFrame
QFrame::Raised
70
8
160
20
Segoe UI Semibold
12
false
false
MiaowSim
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
70
27
160
16
16777215
16
Segoe UI
8
false
false
A lower machine server
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop
-
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
16777215
45
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
0
0
0
50
Segoe UI
10
false
false
PointingHandCursor
Qt::LeftToRight
background-image: url(:/icons/images/icons/menu.png);
Hide
-
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
0
0
0
50
Segoe UI
10
false
false
PointingHandCursor
Qt::LeftToRight
background-image: url(:/icons/images/icons/home.png);
Home
-
true
0
0
0
50
Segoe UI
10
false
false
PointingHandCursor
Qt::LeftToRight
background-image: url(:/icons/images/icons/sliders.png);
Connection
-
0
0
0
50
Segoe UI
10
false
false
PointingHandCursor
Qt::LeftToRight
background-image: url(:/icons/images/icons/aperture.png);
Divider
-
true
0
0
0
50
Segoe UI
10
false
false
PointingHandCursor
Qt::LeftToRight
background-image: url(:/icons/images/icons/image.png);
Valve Data
-
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
0
0
0
50
Segoe UI
10
false
false
PointingHandCursor
Qt::LeftToRight
background-image: url(:/icons/images/icons/log-out.png);
Exit
-
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
0
50
16777215
50
QFrame::NoFrame
QFrame::Raised
0
0
0
10
0
-
0
0
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
0
0
16777215
45
Segoe UI
10
false
false
<html><head/><body><p>MiaowSim - Uppermachine Simulator</p></body></html>
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
0
28
QFrame::NoFrame
QFrame::Raised
5
0
0
0
0
-
28
28
28
28
PointingHandCursor
Minimize
:/icons/images/icons/minimize.png:/icons/images/icons/minimize.png
20
20
-
28
28
28
28
Segoe UI
10
false
false
PreferDefault
PointingHandCursor
Maximize
:/icons/images/icons/maximize.png:/icons/images/icons/maximize.png
20
20
-
28
28
28
28
PointingHandCursor
Close
:/icons/images/icons/close.png:/icons/images/icons/close.png
20
20
-
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
QFrame::NoFrame
QFrame::Raised
0
10
0
10
10
-
2
background-image: url(:/images/images/images/PyDracula_vertical.png);
background-position: center;
background-repeat: no-repeat;
10
10
5
10
10
-
QFrame::StyledPanel
QFrame::Raised
0
0
0
0
0
-
0
110
16777215
110
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
16777215
35
QFrame::StyledPanel
QFrame::Raised
-
Segoe UI
10
false
false
PROFILE
-
QFrame::NoFrame
QFrame::Raised
3
-
-
0
30
./settings.json
true
Default to ./profile.json
-
0
0
75
30
Segoe UI
10
false
false
PointingHandCursor
Load...
:/icons/images/icons/cil-folder-open.png:/icons/images/icons/cil-folder-open.png
-
0
0
75
30
Segoe UI
10
false
false
PointingHandCursor
Save...
:/icons/images/icons/save.png:/icons/images/icons/save.png
-
0
0
0
15
16777215
15
color: rgb(113, 126, 149);
1
Load or save the specification
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
16777215
35
QFrame::StyledPanel
QFrame::Raised
-
Segoe UI
10
false
false
SPECIFICATION
-
QFrame::StyledPanel
QFrame::Raised
25
-
10
-
0
0
0
26
16777215
26
color: rgb(113, 126, 149);
1
Server IP
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
true
0
0
0
34
16777215
34
Segoe UI
10
false
false
PointingHandCursor
16
16
-
0
0
0
26
16777215
26
color: rgb(113, 126, 149);
1
Server Port
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
0
34
1
65535
13452
-
Qt::Vertical
20
40
-
Qt::Horizontal
40
20
-
Qt::Vertical
20
40
false
20
-
-
0
0
Segoe UI
10
false
false
MANUAL
-
10
-
0
0
64
30
70
30
true
BB
-
BB
-
0
0
55
30
16777215
30
true
FF
-
FF
-
0
0
color: rgb(113, 126, 149);
Data (Hex)
-
0
0
55
30
50
30
true
-
0
0
color: rgb(113, 126, 149);
Start (Hex)
-
0
0
64
30
70
30
true
AA
-
AA
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Add to custom commands
QPushButton {
background-image: url(:/icons/images/icons/plus.png);
background-position: center center;
}
-
0
0
64
30
70
30
true
AA
-
AA
-
0
0
color: rgb(113, 126, 149);
Chk (Hex)
-
0
0
55
30
50
30
true
-
0
0
64
30
70
30
true
-
BB
-
0
0
55
30
16777215
30
true
FF
-
FF
-
0
0
55
30
50
30
true
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Send
QPushButton {
background-image: url(:/icons/images/icons/arrow-right.png);
background-position: center center;
border-style: none;
}
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Send
QPushButton {
background-image: url(:/icons/images/icons/arrow-right.png);
background-position: center center;
border-style: none;
}
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Add to custom commands
QPushButton {
background-image: url(:/icons/images/icons/plus.png);
background-position: center center;
}
-
0
0
55
30
50
30
true
-
0
0
64
30
70
30
true
BB
-
BB
-
0
0
25
30
25
30
Segoe UI
10
false
false
true
PointingHandCursor
Add to custom commands
QPushButton {
background-image: url(:/icons/images/icons/plus.png);
background-position: center center;
}
-
0
0
64
30
70
30
true
-
AA
-
0
0
64
30
70
30
true
-
AA
-
0
0
55
30
50
30
true
-
0
0
55
30
50
30
true
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Send
QPushButton {
background-image: url(:/icons/images/icons/arrow-right.png);
background-position: center center;
border-style: none;
}
-
0
0
64
30
70
30
true
-
BB
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Add to custom commands
QPushButton {
background-image: url(:/icons/images/icons/plus.png);
background-position: center center;
}
-
0
0
55
30
16777215
30
true
FF
-
FF
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Send
QPushButton {
background-image: url(:/icons/images/icons/arrow-right.png);
background-position: center center;
border-style: none;
}
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Send
QPushButton {
background-image: url(:/icons/images/icons/arrow-right.png);
background-position: center center;
border-style: none;
}
-
0
0
55
30
16777215
30
true
FF
-
FF
-
0
0
color: rgb(113, 126, 149);
End (Hex)
-
0
0
64
30
70
30
true
-
BB
-
0
0
55
30
16777215
30
true
FF
-
FF
-
0
0
55
30
50
30
true
-
0
0
64
30
70
30
true
-
AA
-
0
0
55
30
50
30
true
-
0
0
55
30
50
30
true
-
0
0
25
30
25
30
Segoe UI
10
false
false
PointingHandCursor
Add to custom commands
QPushButton {
background-image: url(:/icons/images/icons/plus.png);
background-position: center center;
}
-
0
0
55
30
50
30
true
-
0
0
64
30
70
30
true
0
-
st
-
sp
-
te
-
0
0
color: rgb(113, 126, 149);
Cmd (Str)
-
0
0
color: rgb(113, 126, 149);
Len (Dec)
-
0
0
64
30
70
30
true
sp
1
-
st
-
sp
-
te
-
0
0
64
30
70
30
true
te
2
-
st
-
sp
-
te
-
0
0
64
30
70
30
false
true
2
-
st
-
sp
-
te
-
0
0
64
30
70
30
true
2
-
st
-
sp
-
te
-
0
0
Segoe UI
10
false
false
QLabel {
margin-top: 10px;
}
PRESET
-
-
10
-
20
-
0
-
0
0
0
30
30
30
background-image: url(:/icons/images/icons/chevron-left.png);
background-position: center center;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
-
0
0
30
30
30
30
border-radius: 0px;
0
true
-
0
0
30
30
30
30
background-image: url(:/icons/images/icons/chevron-right.png);
background-position: center center;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
-
0
0
50
30
16777215
30
margin: 0px 0px 0px 15px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
Name
-
0
0
0
30
30
30
QPushButton {
background-image: url(:/icons/images/icons/plus.png);
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
background-position: center center;
background-color: rgb(54,106,206);
border-style: none;
}
QPushButton:hover {
background-color: rgb(48,95,185);
}
QPushButton:pressed {
background-color: rgb(45,89,173);
}
QPushButton:disabled {
background-color: rgb(52, 59, 72);
}
-
25
-
0
10
-
0
0
0
30
16777215
30
QSpinBox {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background-image: url(:/icons/images/icons/camera.png);
background-position: center right;
background-repeat: no-repeat;
}
2147483647
100
100
-
0
0
30
30
30
30
Segoe UI
10
false
false
PointingHandCursor
QPushButton {
/*
background-image: url(:/icons/images/icons/camera.png);
background-origin: margin;
background-position: center left;
padding-left: 24px;
*/
margin-left: -3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
A
-
0
0
30
30
30
30
Segoe UI
10
false
false
PointingHandCursor
QPushButton {
/*
background-image: url(:/icons/images/icons/camera.png);
background-origin: margin;
background-position: center left;
padding-left: 24px;
*/
margin-left: -3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
B
-
0
0
0
30
16777215
30
QSpinBox {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background-image: url(:/icons/images/icons/camera.png);
background-position: center right;
background-repeat: no-repeat;
}
2147483647
100
100
-
0
0
30
30
30
30
Segoe UI
10
false
false
PointingHandCursor
QPushButton {
/*
background-image: url(:/icons/images/icons/camera.png);
background-origin: margin;
background-position: center left;
padding-left: 24px;
*/
margin-left: -3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
C
-
0
0
0
30
16777215
30
QSpinBox {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background-image: url(:/icons/images/icons/camera.png);
background-position: center right;
background-repeat: no-repeat;
}
2147483647
100
100
-
0
0
30
30
30
30
Segoe UI
10
false
false
PointingHandCursor
QPushButton {
/*
background-image: url(:/icons/images/icons/camera.png);
background-origin: margin;
background-position: center left;
padding-left: 24px;
*/
margin-left: -3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
D
-
0
0
0
30
16777215
30
QSpinBox {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background-image: url(:/icons/images/icons/camera.png);
background-position: center right;
background-repeat: no-repeat;
}
2147483647
100
100
-
10
-
0
0
-
0
0
0
30
16777215
30
QSpinBox {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
background-image: url(:/icons/images/icons/wind.png);
background-position: center right;
background-repeat: no-repeat;
}
2147483647
100
100
-
0
0
30
30
30
30
Segoe UI
10
false
false
PointingHandCursor
QPushButton {
/*
background-image: url(:/icons/images/icons/camera.png);
background-origin: margin;
background-position: center left;
padding-left: 24px;
*/
margin-left: -3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
V
-
0
0
-
0
0
75
30
16777215
30
QComboBox {
border-radius: 5px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
margin-right: -1px;
padding-left: 10px;
}
QComboBox::drop-down {
subcontrol-position: top left;
border: none;
border-right: 3px solid rgba(39, 44, 54, 150);
border-radius: 0px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
true
A
-
A
-
B
-
C
-
D
-
0
0
40
30
80
30
border-radius: 0px;
background-image: url(:/icons/images/icons/link-2.png);
background-position: center right;
background-repeat: no-repeat;
1000
-
0
0
30
30
30
30
Segoe UI
10
false
false
PointingHandCursor
QPushButton {
/*
background-image: url(:/icons/images/icons/camera.png);
background-origin: margin;
background-position: center left;
padding-left: 24px;
*/
margin-left: -3px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
T
-
10
0
-
0
0
0
30
Qt::Horizontal
-
0
0
0
30
Qt::Horizontal
-
10
0
-
Qt::Horizontal
40
20
-
0
0
30
30
30
30
Segoe UI
10
false
false
true
PointingHandCursor
Restore dividers
QPushButton {
background-image: url(:/icons/images/icons/rotate-ccw.png);
background-position: center center;
}
-
0
0
30
30
30
30
Segoe UI
10
false
false
true
PointingHandCursor
Fill random values
QPushButton {
background-image: url(:/icons/images/icons/shuffle.png);
background-position: center center;
}
-
0
0
30
30
30
30
Segoe UI
10
false
false
true
PointingHandCursor
Send all values
QPushButton {
background-image: url(:/icons/images/icons/arrow-right.png);
background-position: center center;
background-color: rgb(54,106,206);
border-style: none;
}
QPushButton:hover {
background-color: rgb(48,95,185);
}
QPushButton:pressed {
background-color: rgb(45,89,173);
}
QPushButton:disabled {
background-color: rgb(52, 59, 72);
}
-
Qt::Vertical
20
40
-
6
-
Qt::Horizontal
40
20
-
20
-
0
0
Segoe UI
10
false
false
PACKETS
-
0
0
16777215
16777215
-
0
-
0
0
90
30
90
30
Segoe UI
10
false
false
true
PointingHandCursor
QPushButton {
background-color: rgb(87,150,92);
background-origin: border;
background-image: url(:/icons/images/icons/camera-and-down.png);
padding-left: 6px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
border: none;
margin-right: -1px;
}
QPushButton:hover {
background-color: rgb(78,135,82);
}
QPushButton:pressed {
background-color: rgb(73,126,77);
}
QPushButton:disabled {
background-color: rgb(52, 59, 72);
}
Start
-
0
0
1
30
1
30
QWidget {
background-color: rgb(87,150,92);
background-image: url(:/icons/images/icons/30-height-sep.png);
border: none;
border-top: 5px solid rgb(87,150,92);
border-bottom: 5px solid rgb(87,150,92);
margin-right: -1px;
}
QWidget:disabled {
background-color: rgb(52, 59, 72);
border-top: 5px solid rgb(52, 59, 72);
border-bottom: 5px solid rgb(52, 59, 72);
}
-
0
0
30
30
30
30
Segoe UI
10
false
false
true
PointingHandCursor
QPushButton {
background-color: rgb(87,150,92);
background-origin: border;
border-style: none;
background-image: url(:/icons/images/icons/play.png);
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border: none;
}
QPushButton:hover {
background-color: rgb(78,135,82);
}
QPushButton:pressed {
background-color: rgb(73,126,77);
}
QPushButton:disabled {
background-color: rgb(52, 59, 72);
}
-
10
0
-
0
0
30
30
30
30
Segoe UI
10
false
false
true
PointingHandCursor
QPushButton {
background-color: rgb(235,113,113);
border-style: none;
background-image: url(:/icons/images/icons/square.png);
}
QPushButton:hover {
background-color: rgb(227,82,82);
}
QPushButton:pressed {
background-color: rgb(201,79,79);
}
QPushButton:disabled {
background-color: rgb(52, 59, 72);
}
-
Qt::Horizontal
40
20
10
5
10
10
-
-
Segoe UI
10
false
false
CAPTURED DATA
-
0
0
75
30
100
16777215
Segoe UI
10
false
false
PointingHandCursor
background-color: rgb(52, 59, 72);
Export...
:/icons/images/icons/cil-save.png:/icons/images/icons/cil-save.png
-
-
0
22
16777215
22
QFrame::NoFrame
QFrame::Raised
0
0
0
0
0
-
0
0
0
0
16777215
16
Segoe UI
-1
false
false
QLabel {
text-align: right;
padding-right:0px;
}
0.0.0.0:0
-
0
0
25
16777215
background-image: url(:/icons/images/icons/link.png);
background-repeat: no-repeat;
background-position: center center
-
QLabel {
padding-left:0px;
}
0.0.0.0:0
-
0
0
16777215
16
Segoe UI
-1
false
false
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
0
0
12
0
12
16777215
QLabel {
background-image: url(:/icons/images/icons/chevron-statusbarup.png);
background-repeat:no-repeat;
background-position: center center;
}
-
QLabel {
padding-left:0px;
}
0 bytes | 0 packets
-
0
0
12
0
12
16777215
QLabel {
background-image: url(:/icons/images/icons/chevron-statusbardown.png);
background-repeat:no-repeat;
background-position: center center;
}
-
QLabel {
padding-left:0px;
}
0 bytes | 0 packets
-
0
0
16777215
16
Segoe UI
-1
false
false
v1.0
Qt::PlainText
Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter
-
20
0
20
16777215
background-image: url(:/icons/images/icons/cil-size-grip.png);
background-repeat: no-repeat;
background-position: right bottom
QFrame::NoFrame
QFrame::Raised
toggleButton
btn_home
btn_connection
btn_divider
btn_valvedata
cb_start_1
le_length_1
cb_command_1
cb_data_1
le_check_1
cb_end_1
pb_preset_1
pb_send_1
cb_start_2
le_length_2
cb_command_2
cb_data_2
le_check_2
cb_end_2
pb_preset_2
pb_send_2
cb_start_3
le_length_3
cb_command_3
cb_data_3
le_check_3
cb_end_3
pb_preset_3
pb_send_3
cb_start_4
le_length_4
cb_command_4
cb_data_4
le_check_4
cb_end_4
pb_preset_4
pb_send_4
cb_start_5
le_length_5
cb_command_5
cb_data_5
le_check_5
cb_end_5
pb_preset_5
pb_send_5
le_profile_file
minimizeAppBtn
pb_load_profile
tableView
pb_save_profile
cb_server_ip
pb_export_table
maximizeRestoreAppBtn
closeAppBtn