| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogSubmit</class>
- <widget class="QDialog" name="DialogSubmit">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>430</width>
- <height>220</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>430</width>
- <height>220</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>430</width>
- <height>300</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>上传数据</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|