395 lines
9.3 KiB
XML
395 lines
9.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogCalendar</class>
|
|
<widget class="QDialog" name="DialogCalendar">
|
|
<property name="windowModality">
|
|
<enum>Qt::NonModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<property name="windowOpacity">
|
|
<double>1.000000000000000</double>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QDialog
|
|
{
|
|
background: transparent;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="modal">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QFrame" name="frame_background">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_background
|
|
{
|
|
background: #40202020;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_calendar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>260</y>
|
|
<width>1270</width>
|
|
<height>712</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_calendar
|
|
{
|
|
background: #276678;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="FormCalendarView" name="widget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>185</x>
|
|
<y>99</y>
|
|
<width>1084</width>
|
|
<height>612</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>99</y>
|
|
<width>185</width>
|
|
<height>612</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget#verticalLayoutWidget
|
|
{
|
|
background: #276678;
|
|
border: 2px #276678;
|
|
}</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="leftMargin">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QFrame" name="frame_top">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1270</width>
|
|
<height>99</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_top
|
|
{
|
|
background: #276678;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton_Cancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>30</y>
|
|
<width>111</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
qproperty-autoDefault: false;
|
|
qproperty-flat: true;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QFrame" name="frame_ImageCancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>17</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_ImageCancel
|
|
{
|
|
border-image: url("://image/cancel_arrow.png");
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Cancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>17</x>
|
|
<y>0</y>
|
|
<width>71</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #102528;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>CANCEL</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_OK">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>1087</x>
|
|
<y>26</y>
|
|
<width>162</width>
|
|
<height>48</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton#pushButton_OK
|
|
{
|
|
qproperty-autoDefault: false;
|
|
qproperty-flat: false;
|
|
background: #FFFFFF;
|
|
border: none;
|
|
border-radius: 9px;
|
|
font-family: 'Roboto';
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Year">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>592</x>
|
|
<y>24</y>
|
|
<width>46</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel#label_Year
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
color: white;
|
|
|
|
qproperty-alignment: 'AlignHCenter | AlignVCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>2021</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_Month">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>582</x>
|
|
<y>48</y>
|
|
<width>60</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel#label_Month
|
|
{
|
|
font-family: 'Roboto';
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: white;
|
|
|
|
qproperty-alignment: 'AlignHCenter | AlignVCenter';
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>JUNE</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_MonthNext">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>660</x>
|
|
<y>52</y>
|
|
<width>10</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton#pushButton_MonthNext
|
|
{
|
|
qproperty-autoDefault: false;
|
|
qproperty-flat: true;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<widget class="QFrame" name="frame_next">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>10</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_next
|
|
{
|
|
border-image: url("://image/month_next.png");
|
|
background: none;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_MonthPrev">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>557</x>
|
|
<y>52</y>
|
|
<width>10</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton#pushButton_MonthPrev
|
|
{
|
|
qproperty-autoDefault: false;
|
|
qproperty-flat: true;
|
|
background: none;
|
|
border: none;
|
|
}
|
|
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<widget class="QFrame" name="frame_prev">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>10</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QFrame#frame_prev
|
|
{
|
|
border-image: url("://image/month_prev.png");
|
|
background: none;
|
|
border: none;
|
|
}</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>FormCalendarView</class>
|
|
<extends>QWidget</extends>
|
|
<header location="global">formcalendarview.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|