date
0
0
400
300
选择日期
0
0
0
0
0
-
QCalendarWidget QWidget#qt_calendar_navigationbar {
border: transparent;
color: rgb(0, 0, 0);
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(0, 175, 255, 1), stop:0.6 rgba(0, 225, 255, 1), stop:1 rgba(77, 199, 255, 1));
}
QCalendarWidget QToolButton#qt_calendar_monthbutton {
color: rgb(255, 255, 255);
}
QCalendarWidget QToolButton#qt_calendar_yearbutton {
color: rgb(255, 255, 255);
}
QCalendarWidget QToolButton#qt_calendar_calendarview {
color: rgb(255, 255, 255);
}
QCalendarWidget QToolButton {
background-color: transparent;
border: none;
border-radius: 10px;
min-width: 60px;
min-height: 60px;
width: 120px;
height: 60px;
color: #666666;
font-size: 24px;
icon-size: 50px, 50px;
}
QCalendarWidget QToolButton#qt_calendar_prevmonth {
background-color: transparent;
width: 62px;
height: 66px;
icon-size: 62px, 66px;
qproperty-icon: url(:/image/arrow_prev.png);
}
QCalendarWidget QToolButton#qt_calendar_nextmonth {
background-color:transparent;
width: 62px;
height: 66px;
icon-size: 62px, 66px;
qproperty-icon: url(:/image/arrow_prev.png);
}