formshkjupload.ui 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormShkjUpload</class>
  4. <widget class="QWidget" name="FormShkjUpload">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_3">
  19. <property name="leftMargin">
  20. <number>3</number>
  21. </property>
  22. <item>
  23. <widget class="QCheckBox" name="checkBox">
  24. <property name="text">
  25. <string>全选</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QPushButton" name="pushButtonDel">
  31. <property name="text">
  32. <string>删除</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <spacer name="horizontalSpacer_3">
  38. <property name="orientation">
  39. <enum>Qt::Horizontal</enum>
  40. </property>
  41. <property name="sizeHint" stdset="0">
  42. <size>
  43. <width>40</width>
  44. <height>20</height>
  45. </size>
  46. </property>
  47. </spacer>
  48. </item>
  49. </layout>
  50. </item>
  51. <item>
  52. <widget class="QTableWidget" name="tableWidget"/>
  53. </item>
  54. </layout>
  55. </widget>
  56. <resources/>
  57. <connections/>
  58. </ui>