diff options
Diffstat (limited to 'src/automatictheme.ui')
-rw-r--r-- | src/automatictheme.ui | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/src/automatictheme.ui b/src/automatictheme.ui new file mode 100644 index 0000000..0b94d1e --- /dev/null +++ b/src/automatictheme.ui @@ -0,0 +1,110 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>AutomaticTheme</class> + <widget class="QWidget" name="AutomaticTheme"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>466</width> + <height>113</height> + </rect> + </property> + <property name="windowTitle"> + <string>Form</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <property name="rightMargin"> + <number>0</number> + </property> + <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="1" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Sunrise</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Sunset</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QTimeEdit" name="sunrise"/> + </item> + <item row="2" column="1"> + <widget class="QTimeEdit" name="sunset"/> + </item> + </layout> + </item> + <item> + <widget class="QPushButton" name="refresh"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string> Refresh </string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/refresh-line.png</normaloff>:/icons/refresh-line.png</iconset> + </property> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="cancel"> + <property name="text"> + <string>Disable and Close</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/arrow-go-back-line.png</normaloff>:/icons/arrow-go-back-line.png</iconset> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="save"> + <property name="text"> + <string> Enable and Close</string> + </property> + <property name="icon"> + <iconset resource="icons.qrc"> + <normaloff>:/icons/save-line.png</normaloff>:/icons/save-line.png</iconset> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources> + <include location="icons.qrc"/> + </resources> + <connections/> +</ui> |