MainWindow
0
0
1000
800
MainWindow
QWidget {
background-color: #464646
}
QPushButton {
color: #FFFFFF
}
QProgressBar {
/*border: 2px solid grey;*/
border-radius: 8px;
background-color: #7a7a7a
}
QProgressBar::chunk {
background-color: #1d5eff;
width: 20px;
border-radius: 7px
}
-
0
0
Qt::Horizontal
0
0
0
0
0
0
0
0
0
0
2
-
Search a signal name.
color: rgb(255, 255, 255);
border: 1px solid gray;
border-radius: 5px;
-
0
0
20
20
20
20
icons_imgs/search_icon.png
true
-
0
0
QListWidget {
color: rgb(255, 255, 255);
border: 1px solid gray;
border-radius: 10px;
}
Qt::ScrollBarAsNeeded
Qt::ScrollBarAsNeeded
true
1
0
Qt::LeftToRight
QTabWidget::pane { /* The tab widget frame */
border-left: 1px solid gray;
}
QTabWidget::tab-bar {
left: 30px; /* move to the right by 5px */
}
/* Style the tab using the tab sub-control. Note that
it reads QTabBar _not_ QTabWidget */
QTabBar::tab {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #7a7a7a, stop: 1.0 #7a7a7a);
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);*/
border-top-left-radius: 8px;
border-top-right-radius: 8px;
min-width: 16ex;
padding: 2px;
color: #FFFFFF
}
QTabBar::tab:selected {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #999999, stop: 1.0 #999999);
/* background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #fafafa, stop: 0.4 #f4f4f4,
stop: 0.5 #e7e7e7, stop: 1.0 #fafafa);*/
color: #1d5eff
}
QTabBar::tab:!selected {
margin-top: 3px; /* make non-selected tabs look smaller */
}
QTabWidget::North
QTabWidget::Rounded
0
true
0
0
0
0
Main
480
280
221
421
true
50
120
371
381
40
40
75
23
PushButton
140
40
75
23
PushButton
240
40
75
23
PushButton
110
90
118
23
15
false
Filters
color: rgb(255, 255, 255);
Exit