123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354 |
- QToolTip{
- color:#ffffff;
- background-color:palette(base);
- border:1px solid palette(highlight);
- border-radius:4px;
- }
- QStatusBar{
- background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- color:palette(mid);
- }
- QMenuBar{
- background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border-bottom:2px solid rgba(25,25,25,75);
- }
- QMenuBar::item{
- spacing:2px;
- padding:3px 4px;
- background:transparent;
- }
- QMenuBar::item:selected{
- background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(106,106,106,255),stop:1 rgba(106,106,106,75));
- border-left:1px solid rgba(106,106,106,127);
- border-right:1px solid rgba(106,106,106,127);
- }
- QMenuBar::item:pressed{
- background-color:palette(highlight);
- border-left:1px solid rgba(25,25,25,127);
- border-right:1px solid rgba(25,25,25,127);
- }
- QMenu{
- background-color:palette(window);
- border:1px solid palette(shadow);
- }
- QMenu::item{
- padding:3px 25px 3px 25px;
- border:1px solid transparent;
- }
- QMenu::item:disabled{
- color:palette(disabled);
- }
- QMenu::item:selected{
- border-color:rgba(147,191,236,127);
- background:palette(highlight);
- }
- QMenu::icon:checked{
- background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border:1px solid palette(highlight);
- border-radius:2px;
- }
- QMenu::separator{
- height:1px;
- background:palette(alternate-base);
- margin:3px 5px;
- }
- QMenu::indicator{
- width:18px;
- height:18px;
- }
- QMenu::indicator:non-exclusive:checked{
- image:url(:/darkstyle/icon_checkbox_checked.png);
- padding-left:2px;
- }
- QMenu::indicator:non-exclusive:unchecked{
- image:url(:/darkstyle/icon_checkbox_unchecked.png);
- padding-left:2px;
- }
- QMenu::indicator:exclusive:checked{
- image:url(:/darkstyle/icon_radiobutton_checked.png);
- padding-left:2px;
- }
- QMenu::indicator:exclusive:unchecked{
- image:url(:/darkstyle/icon_radiobutton_unchecked.png);
- padding-left:2px;
- }
- QToolBar::top{
- background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border-bottom:3px solid qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- }
- QToolBar::bottom{
- background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border-top:3px solid qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- }
- QToolBar::left{
- background-color:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border-right:3px solid qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- }
- QToolBar::right{
- background-color:qlineargradient(x1:1,y1:0,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border-left:3px solid qlineargradient(x1:1,y1:0,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- }
- QMainWindow::separator{
- width:6px;
- height:5px;
- padding:2px;
- }
- QSplitter::handle:horizontal{
- width:10px;
- }
- QSplitter::handle:vertical{
- height:10px;
- }
- QMainWindow::separator:hover,QSplitter::handle:hover{
- background:palette(highlight);
- }
- QDockWidget::title{
- padding:4px;
- background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border:1px solid rgba(25,25,25,75);
- border-bottom:2px solid rgba(25,25,25,75);
- }
- QDockWidget{
- titlebar-close-icon:url(:/darkstyle/icon_close.png);
- titlebar-normal-icon:url(:/darkstyle/icon_restore.png);
- }
- QDockWidget::close-button,QDockWidget::float-button{
- subcontrol-position:top right;
- subcontrol-origin:margin;
- position:absolute;
- top:3px;
- bottom:0px;
- width:20px;
- height:20px;
- }
- QDockWidget::close-button{
- right:3px;
- }
- QDockWidget::float-button{
- right:25px;
- }
- QGroupBox{
- background-color:rgba(66,66,66,50%);
- margin-top:27px;
- border:1px solid rgba(25,25,25,127);
- border-radius:4px;
- }
- QGroupBox::title{
- subcontrol-origin:margin;
- subcontrol-position:left top;
- padding:4px 6px;
- margin-left:3px;
- background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border:1px solid rgba(25,25,25,75);
- border-bottom:2px solid rgb(127,127,127);
- border-top-left-radius:4px;
- border-top-right-radius:4px;
- }
- QTabWidget::pane{
- background-color:rgba(66,66,66,50%);
- border-top:1px solid rgba(25,25,25,50%);
- }
- QTabWidget::tab-bar{
- left:3px;
- top:1px;
- }
- QTabBar{
- background-color:transparent;
- qproperty-drawBase:0;
- border-bottom:1px solid rgba(25,25,25,50%);
- }
- QTabBar::tab{
- padding:4px 6px;
- background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border:1px solid rgba(25,25,25,75);
- border-top-left-radius:4px;
- border-top-right-radius:4px;
- }
- QTabBar::tab:selected,QTabBar::tab:hover{
- background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(53,53,53,127),stop:1 rgba(66,66,66,50%));
- border-bottom-color:rgba(66,66,66,75%);
- }
- QTabBar::tab:selected{
- border-bottom:2px solid palette(highlight);
- }
- QTabBar::tab::selected:disabled{
- border-bottom:2px solid rgb(127,127,127);
- }
- QTabBar::tab:!selected{
- margin-top:2px;
- }
- QTabBar::close-button {
- image:url(:/darkstyle/icon_close.png);
- border:1px solid transparent;
- border-radius:2px;
- }
- QTabBar::close-button:hover {
- background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(106,106,106,255),stop:1 rgba(106,106,106,75));
- border:1px solid palette(base);
- }
- QTabBar::close-button:pressed {
- background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border:1px solid palette(base);
- }
- QCheckBox::indicator{
- width:18px;
- height:18px;
- }
- QCheckBox::indicator:checked,QTreeView::indicator:checked,QTableView::indicator:checked,QGroupBox::indicator:checked{
- image:url(:/darkstyle/icon_checkbox_checked.png);
- }
- QCheckBox::indicator:checked:pressed,QTreeView::indicator:checked:pressed,QTableView::indicator:checked:pressed,QGroupBox::indicator:checked:pressed{
- image:url(:/darkstyle/icon_checkbox_checked_pressed.png);
- }
- QCheckBox::indicator:checked:disabled,QTreeView::indicator:checked:disabled,QTableView::indicator:checked:disabled,QGroupBox::indicator:checked:disabled{
- image:url(:/darkstyle/icon_checkbox_checked_disabled.png);
- }
- QCheckBox::indicator:unchecked,QTreeView::indicator:unchecked,QTableView::indicator:unchecked,QGroupBox::indicator:unchecked{
- image:url(:/darkstyle/icon_checkbox_unchecked.png);
- }
- QCheckBox::indicator:unchecked:pressed,QTreeView::indicator:unchecked:pressed,QTableView::indicator:unchecked:pressed,QGroupBox::indicator:unchecked:pressed{
- image:url(:/darkstyle/icon_checkbox_unchecked_pressed.png);
- }
- QCheckBox::indicator:unchecked:disabled,QTreeView::indicator:unchecked:disabled,QTableView::indicator:unchecked:disabled,QGroupBox::indicator:unchecked:disabled{
- image:url(:/darkstyle/icon_checkbox_unchecked_disabled.png);
- }
- QCheckBox::indicator:indeterminate,QTreeView::indicator:indeterminate,QTableView::indicator:indeterminate,QGroupBox::indicator:indeterminate{
- image:url(:/darkstyle/icon_checkbox_indeterminate.png);
- }
- QCheckBox::indicator:indeterminate:pressed,QTreeView::indicator:indeterminate:pressed,QTableView::indicator:indeterminate:pressed,QGroupBox::indicator:indeterminate:pressed{
- image:url(:/darkstyle/icon_checkbox_indeterminate_pressed.png);
- }
- QCheckBox::indicator:indeterminate:disabled,QTreeView::indicator:indeterminate:disabled,QTableView::indicator:indeterminate:disabled,QGroupBox::indicator:indeterminate:disabled{
- image:url(:/darkstyle/icon_checkbox_indeterminate_disabled.png);
- }
- QRadioButton::indicator{
- width:18px;
- height:18px;
- }
- QRadioButton::indicator:checked{
- image:url(:/darkstyle/icon_radiobutton_checked.png);
- }
- QRadioButton::indicator:checked:pressed{
- image:url(:/darkstyle/icon_radiobutton_checked_pressed.png);
- }
- QRadioButton::indicator:checked:disabled{
- image:url(:/darkstyle/icon_radiobutton_checked_disabled.png);
- }
- QRadioButton::indicator:unchecked{
- image:url(:/darkstyle/icon_radiobutton_unchecked.png);
- }
- QRadioButton::indicator:unchecked:pressed{
- image:url(:/darkstyle/icon_radiobutton_unchecked_pressed.png);
- }
- QRadioButton::indicator:unchecked:disabled{
- image:url(:/darkstyle/icon_radiobutton_unchecked_disabled.png);
- }
- QTreeView, QTableView{
- alternate-background-color:palette(window);
- background:palette(base);
- }
- QTreeView QHeaderView::section, QTableView QHeaderView::section{
- background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
- border-style:none;
- border-bottom:1px solid palette(dark);
- padding-left:5px;
- padding-right:5px;
- }
- QTreeView::item:selected:disabled, QTableView::item:selected:disabled{
- background:rgb(80,80,80);
- }
- QTreeView::branch{
- background-color:palette(base);
- }
- QTreeView::branch:has-siblings:!adjoins-item{
- border-image:url(:/darkstyle/icon_vline.png) 0;
- }
- QTreeView::branch:has-siblings:adjoins-item{
- border-image:url(:/darkstyle/icon_branch_more.png) 0;
- }
- QTreeView::branch:!has-children:!has-siblings:adjoins-item{
- border-image:url(:/darkstyle/icon_branch_end.png) 0;
- }
- QTreeView::branch:has-children:!has-siblings:closed,
- QTreeView::branch:closed:has-children:has-siblings{
- border-image:none;
- image:url(:/darkstyle/icon_branch_closed.png);
- }
- QTreeView::branch:open:has-children:!has-siblings,
- QTreeView::branch:open:has-children:has-siblings{
- border-image:none;
- image:url(:/darkstyle/icon_branch_open.png);
- }
- QScrollBar:vertical{
- background:palette(base);
- border-top-right-radius:2px;
- border-bottom-right-radius:2px;
- width:16px;
- margin:0px;
- }
- QScrollBar::handle:vertical{
- background-color:palette(alternate-base);
- border-radius:2px;
- min-height:20px;
- margin:2px 4px 2px 4px;
- }
- QScrollBar::handle:vertical:hover{
- background-color:palette(highlight);
- }
- QScrollBar::add-line:vertical{
- background:none;
- height:0px;
- subcontrol-position:right;
- subcontrol-origin:margin;
- }
- QScrollBar::sub-line:vertical{
- background:none;
- height:0px;
- subcontrol-position:left;
- subcontrol-origin:margin;
- }
- QScrollBar:horizontal{
- background:palette(base);
- height:16px;
- margin:0px;
- }
- QScrollBar::handle:horizontal{
- background-color:palette(alternate-base);
- border-radius:2px;
- min-width:20px;
- margin:4px 2px 4px 2px;
- }
- QScrollBar::handle:horizontal:hover{
- background-color:palette(highlight);
- }
- QScrollBar::add-line:horizontal{
- background:none;
- width:0px;
- subcontrol-position:bottom;
- subcontrol-origin:margin;
- }
- QScrollBar::sub-line:horizontal{
- background:none;
- width:0px;
- subcontrol-position:top;
- subcontrol-origin:margin;
- }
- QSlider::handle:horizontal{
- border-radius:4px;
- border:1px solid rgba(25,25,25,255);
- background-color:palette(alternate-base);
- min-height:20px;
- margin:0 -4px;
- }
- QSlider::handle:horizontal:hover{
- background:palette(highlight);
- }
- QSlider::add-page:horizontal{
- background:palette(base);
- }
- QSlider::sub-page:horizontal{
- background:palette(highlight);
- }
- QSlider::sub-page:horizontal:disabled{
- background:rgb(80,80,80);
- }
|