dialogsubmit.ui 895 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSubmit</class>
  4. <widget class="QDialog" name="DialogSubmit">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>430</width>
  10. <height>220</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>430</width>
  22. <height>220</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>430</width>
  28. <height>300</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>上传数据</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout"/>
  35. </widget>
  36. <resources/>
  37. <connections/>
  38. </ui>