MainWindow
0
0
800
527
MainWindow
background-color: #464646
-
Qt::Horizontal
-
-
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
color: rgb(255, 255, 255);
border: 1px solid gray;
border-radius: 15px;
true
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
Main
Filters
color: rgb(255, 255, 255);
Exit