123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>OneItem</class>
- <widget class="QWidget" name="OneItem">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1220</width>
- <height>48</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>48</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>48</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <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>
- <item>
- <widget class="QWidget" name="widget" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>48</height>
- </size>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="spacing">
- <number>0</number>
- </property>
- <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>
- <item>
- <widget class="QWidget" name="widget_content" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>32</height>
- </size>
- </property>
- <widget class="QLabel" name="label_num">
- <property name="geometry">
- <rect>
- <x>18</x>
- <y>0</y>
- <width>80</width>
- <height>32</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>80</width>
- <height>32</height>
- </size>
- </property>
- <property name="text">
- <string>序号</string>
- </property>
- </widget>
- <widget class="CustomComboBox" name="comboBox_devName">
- <property name="geometry">
- <rect>
- <x>114</x>
- <y>0</y>
- <width>260</width>
- <height>32</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>260</width>
- <height>32</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>260</width>
- <height>16777215</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_close">
- <property name="geometry">
- <rect>
- <x>962</x>
- <y>0</y>
- <width>32</width>
- <height>32</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>32</width>
- <height>32</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>32</width>
- <height>32</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="CustomComboBox" name="comboBox_action">
- <property name="geometry">
- <rect>
- <x>686</x>
- <y>0</y>
- <width>260</width>
- <height>32</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>260</width>
- <height>32</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>260</width>
- <height>32</height>
- </size>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_execDate">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>0</y>
- <width>132</width>
- <height>32</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>132</width>
- <height>32</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>132</width>
- <height>32</height>
- </size>
- </property>
- <property name="text">
- <string>2025-01-16</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_execTime">
- <property name="geometry">
- <rect>
- <x>538</x>
- <y>0</y>
- <width>132</width>
- <height>32</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>132</width>
- <height>32</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>132</width>
- <height>32</height>
- </size>
- </property>
- <property name="text">
- <string>00:00:00</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_iconDate">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>10</y>
- <width>16</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_iconTime">
- <property name="geometry">
- <rect>
- <x>640</x>
- <y>10</y>
- <width>16</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="CalendarDTEdit" name="dateEdit">
- <property name="geometry">
- <rect>
- <x>390</x>
- <y>0</y>
- <width>132</width>
- <height>32</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="calendarPopup">
- <bool>true</bool>
- </property>
- </widget>
- <zorder>label_num</zorder>
- <zorder>comboBox_devName</zorder>
- <zorder>pBtn_close</zorder>
- <zorder>comboBox_action</zorder>
- <zorder>pBtn_execDate</zorder>
- <zorder>pBtn_execTime</zorder>
- <zorder>pBtn_iconTime</zorder>
- <zorder>pBtn_iconDate</zorder>
- <zorder>dateEdit</zorder>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_warnning">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>16777215</width>
- <height>16</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>CustomComboBox</class>
- <extends>QComboBox</extends>
- <header location="global">customcombobox.h</header>
- </customwidget>
- <customwidget>
- <class>CalendarDTEdit</class>
- <extends>QDateEdit</extends>
- <header location="global">calendardtedit.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|