41 lines
655 B
Plaintext
41 lines
655 B
Plaintext
|
|
QFrame{
|
||
|
|
border:none;
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
QFrame#frame_event{
|
||
|
|
border:1px solid #cccfd9;
|
||
|
|
}
|
||
|
|
|
||
|
|
QFrame#Frame{
|
||
|
|
background:white;
|
||
|
|
}
|
||
|
|
QComboBox QLineEdit{
|
||
|
|
background:white;
|
||
|
|
border:none;
|
||
|
|
}
|
||
|
|
|
||
|
|
QComboBox#interval{
|
||
|
|
margin-top:6px;
|
||
|
|
min-width:80px;
|
||
|
|
}
|
||
|
|
|
||
|
|
QPushButton#ok{
|
||
|
|
width:80px;
|
||
|
|
height:30px;
|
||
|
|
}
|
||
|
|
QPushButton#iconButton{
|
||
|
|
background:transparent;
|
||
|
|
border:none;
|
||
|
|
image:url(../../resource/zh/public/light/icon/calendar.png);
|
||
|
|
}
|
||
|
|
QPushButton#DayButton,
|
||
|
|
QPushButton#WeekButton,
|
||
|
|
QPushButton#MonthButton,
|
||
|
|
QPushButton#QuarterButton,
|
||
|
|
QPushButton#YearButton{
|
||
|
|
width:40px;
|
||
|
|
}
|
||
|
|
QPushButton#PushButton1,
|
||
|
|
QPushButton#PushButton2{
|
||
|
|
height:70px;
|
||
|
|
}
|