Files
GUI/src/inputobject.ui

141 lines
3.6 KiB
Plaintext
Raw Normal View History

2021-10-15 11:52:23 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InputObject</class>
<widget class="QWidget" name="InputObject">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>916</width>
<height>305</height>
</rect>
</property>
<property name="windowTitle">
<string>mask</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>306</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>63</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>250</width>
<height>60</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"> border: 3px solid pink;
border-radius: 15px;
selection-background-color: darkgray;
</string>
</property>
<property name="locale">
<locale language="English" country="AmericanSamoa"/>
</property>
</widget>
</item>
<item>
<widget class="QDateEdit" name="dateEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>250</width>
<height>60</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"> border: 3px solid pink;
border-radius: 15px;
selection-background-color: darkgray;</string>
</property>
<property name="dateTime">
<datetime>
<hour>0</hour>
<minute>0</minute>
<second>0</second>
<year>1994</year>
<month>11</month>
<day>29</day>
</datetime>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>62</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>306</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources>
<include location="../../res/icons.qrc"/>
</resources>
<connections/>
</ui>