Skip to content
Snippets Groups Projects
Commit 216a4597 authored by youssef.arfouy's avatar youssef.arfouy
Browse files

Upload New File

parent a9d432e4
Branches
No related tags found
No related merge requests found
QWidget {
background-color: #252526;
}
QPushButton {
background-color: #3C3C3C;
border-style: solid;
height: 30px;
color: #BFBFBF;
font-size: 12px;
font-weight: bold;
}
QPushButton:hover {
background-color: #505050;
}
QPushButton:pressed {
background-color: #3C3C3C;
}
QWidget#dat {
border-right: 1px solid rgba(191, 191, 191, 0.2);
border-bottom: 1px solid rgba(191, 191, 191, 0.2);
}
QLabel {
qproperty-alignment: AlignCenter;
color: #BFBFBF;
font-size: 18px;
border-bottom: 1px solid rgba(191, 191, 191, 0.2);
}
QLabel#param {
qproperty-alignment: "AlignVCenter | AlignRight";
border-bottom: 0px;
}
QLabel#num {
qproperty-alignment: "AlignVCenter | AlignLeft";
border-bottom: 0px;
}
QLineEdit {
qproperty-alignment: AlignCenter;
background-color: #BFBFBF;
border: 0px;
font-size: 12px;
font-weight: bold;
}
QScrollBar:vertical {
background: #444444;
border: 2px solid #444444;
border-left: 1px solid #444444;
width: 17px;
margin: 23px 0px 0px 0px;
}
QScrollBar::handle:vertical {
background: #686868;
min-height: 10px;
}
QScrollBar::handle:vertical:hover {
background: #7B7B7B;
}
QScrollBar::handle:vertical:pressed {
background: #A1A1A1;
}
QScrollBar::add-line:vertical {
background: #444444;
}
QScrollBar::sub-line:vertical {
background: #444444;
height: 23px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background: none;
}
QScrollBar:horizontal {
background: #444444;
border: 2px solid #444444;
height: 17px;
margin: 0px 0px 0px 0px;
}
QScrollBar::handle:horizontal {
background: #686868;
min-width: 20px;
}
QScrollBar::handle:horizontal:hover {
background: #7B7B7B;
}
QScrollBar::handle:horizontal:pressed {
background: #A1A1A1;
}
QScrollBar::add-line:horizontal {
background: #444444;
}
QScrollBar::sub-line:horizontal {
background: #444444;
}
QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
background: none;
}
QTabWidget::pane {
border-top: 0px;
}
QTabBar::tab {
width: 80px;
height: 25px;
background: #3C3C3C;
color: #BFBFBF;
font-size: 12px;
font-weight: bold;
}
QTabWidget::tab-bar {
alignment: center;
}
QTabBar::tab:hover {
background-color: #505050;
}
QTabBar::tab:selected {
background-color: #505050;
}
QTabBar::tab:not(selected) {
margin-top: 0px;
}
QTableWidget {
gridline-color: #444444;
border: 3px solid #1F1F20;
}
QTableView {
selection-background-color: #686868;
selection-color: #1F1F20;
color: #BFBFBF;
font-size: 12px;
font-weight: bold;
}
QTableView:focus {
border: 1px solid red;
}
QTableView QTableCornerButton::section {
background: #444444;
border: 0px;
}
QHeaderView::section {
background-color: #444444;
border-style: 0px;
color: #BFBFBF;
font-size: 12px;
font-weight: bold;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment