94 lines
2.1 KiB
XML
94 lines
2.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>date</class>
|
|
<widget class="QDialog" name="date">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>选择日期</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QCalendarWidget" name="calendarWidget">
|
|
<property name="styleSheet">
|
|
<string notr="true">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);
|
|
|
|
}
|
|
|
|
</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|