formshkjdealing.ui 801 B

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormShkjDealing</class>
  4. <widget class="QWidget" name="FormShkjDealing">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>792</width>
  10. <height>422</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="topMargin">
  18. <number>0</number>
  19. </property>
  20. <item>
  21. <widget class="QLabel" name="label">
  22. <property name="text">
  23. <string>检测状态监控</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QTableWidget" name="tableWidget"/>
  29. </item>
  30. </layout>
  31. </widget>
  32. <resources/>
  33. <connections/>
  34. </ui>