69 lines
893 B
Plaintext
69 lines
893 B
Plaintext
|
|
QListView,QComboBox,QPushButton,QTableWidget,QLineEdit,QLabel,QListWidget:item
|
|
{
|
|
border-style:solid;
|
|
border:1px solid #0669af;
|
|
color:#01a6ec;
|
|
}
|
|
|
|
QLabel
|
|
{
|
|
padding: 5px;
|
|
}
|
|
|
|
QLabel#label_0
|
|
{
|
|
min-width: 80px;
|
|
}
|
|
|
|
QLabel#label_0,QLabel#label_1,QLabel#label_2,QLabel#label_3,QLabel#label_4,QLabel#label_5,QLabel#label_6,QLabel#label_7
|
|
{
|
|
background-color: #0b2a51;
|
|
}
|
|
|
|
|
|
QPushButton
|
|
{
|
|
width: 80px;
|
|
height: 28px;
|
|
}
|
|
|
|
QPushButton#pushButton_del
|
|
{
|
|
width: 120px;
|
|
height: 28px;
|
|
}
|
|
|
|
QListWidget
|
|
{
|
|
padding: 0px;
|
|
}
|
|
|
|
QListWidget::item
|
|
{
|
|
min-height: 28px;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
QListWidget::item:hover,
|
|
QListView::item:selected
|
|
{
|
|
background-color: #134a72;
|
|
color:#01a6ec;
|
|
}
|
|
|
|
QListWidget#dropWidget::item:selected
|
|
{
|
|
background-color: #134a72;
|
|
color:#01a6ec;
|
|
}
|
|
QListWidget#dropWidget:hover,
|
|
QListWidget#dropWidget:focus{
|
|
background-color: #134a72;
|
|
color:#01a6ec;
|
|
}
|
|
|
|
QComboBox
|
|
{
|
|
height: 28px;
|
|
} |