MainWindow
0
0
1000
800
0
0
MainWindow
QWidget {
background-color: #464646
}
QPushButton {
color: #FFFFFF
}
QProgressBar {
border: 2px #7a7a7a;
border-radius: 3px;
background-color: #7a7a7a;
}
QProgressBar::chunk {
/*background-color: #1d5eff;*/
background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #1d5eff, stop:0.5 #4177ff, stop:1 #1d5eff);
border-radius: 3px;
}
/*
QAbstractScrollArea::corner {
background: none;
border: none;
}
*/
QScrollBar:vertical, QScrollBar:horizontal{
background-color:#343434;
border-radius: 5px;
/*background: none;*/
}
QScrollBar:vertical {
margin-top: 0px;
margin-bottom: 0px;
/*width: 10px;*/
}
QScrollBar:horizontal{
margin-left: 0px;
margin-right: 0px;
/*height: 10px;*/
}
QScrollBar::handle:vertical, QScrollBar::handle:horizontal{
border-radius: 5px;
border-color: none;
border-width: 1px;
background-color: #959595;
}
QScrollBar::add-line:vertical, QScrollBar::add-line:horizontal{
width: 0px;
height: 0px;
}
QScrollBar::sub-line:vertical, QScrollBar::sub-line:horizontal{
width: 0px;
height: 0px;
}
QScrollBar::add-page:vertical{
border-left: 1px solid gray;
background: transparent;
border-radius: 5px;
/*
border: 1px#343434;
background-color: #343434;*/
}
QScrollBar::add-page:horizontal{
border-top: 1px solid gray;
background: transparent;
border-radius: 5px;
/*
border: 1px#343434;
background-color: #343434;*/
}
QScrollBar::sub-page:vertical{
border-left: 1px solid gray;
background: transparent;
border-radius: 5px;
/* border: 1px #343434;
background-color: #343434;*/
}
QScrollBar::sub-page:horizontal{
border-top: 1px solid gray;
background: transparent;
border-radius: 5px;
/* border: 1px #343434;
background-color: #343434;*/
}
-
0
0
Qt::Horizontal
0
0
0
0
0
0
0
0
0
0
2
-
background-color: #343434;
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 {
background-color:rgb(52,52,52);
color: rgb(255, 255, 255);
border: 1px solid gray;
border-radius: 8px;
}
Qt::ScrollBarAsNeeded
Qt::ScrollBarAsNeeded
16
false
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: #7a7a7a;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
min-width: 16ex;
padding: 2px;
color: #FFFFFF
}
QTabBar::tab:selected {
background: #999999;
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
270
110
161
491
-
0
0
QPushButton {
/*background-color: #1d5eff;*/
border: 1px solid gray;
border-color: #1d5eff;
border-radius: 20px;
}
/*
QPushButton:disabled {
background-color: #7a7a7a;
}
*/
-
false
0
0
16777215
10
0
false
-
false
0
0
41
41
false
-
false
0
0
41
41
false
-
false
0
0
41
41
-
-
0
0
20
20
icons_imgs/volume.png
true
-
QSlider::groove:horizontal {
/*border: 1px solid #999999;*/
height: 6px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
background: #7a7a7a;
margin: 0 5px;
border-radius: 3px
}
QSlider::handle:horizontal {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 gray, stop:0.5 white, stop:1.0 gray);
border: 1px solid #5c5c5c;
width: 15px;
margin: -5px -5px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
border-radius: 8px;
}
0
100
10
50
Qt::Horizontal
-
0
0
153
100
true
Filters
color: rgb(255, 255, 255);
Exit