WindowAppGvlView.ui 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WindowAppGvlView</class>
  4. <widget class="QWidget" name="WindowAppGvlView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>910</width>
  10. <height>604</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>WindowAppGvlView</string>
  15. </property>
  16. <widget class="WindowAppVariableTable" name="tableVariable">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>40</y>
  21. <width>881</width>
  22. <height>531</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLabel" name="label">
  27. <property name="geometry">
  28. <rect>
  29. <x>20</x>
  30. <y>580</y>
  31. <width>871</width>
  32. <height>16</height>
  33. </rect>
  34. </property>
  35. <property name="styleSheet">
  36. <string notr="true"/>
  37. </property>
  38. <property name="text">
  39. <string>TextLabel</string>
  40. </property>
  41. </widget>
  42. </widget>
  43. <layoutdefault spacing="6" margin="11"/>
  44. <customwidgets>
  45. <customwidget>
  46. <class>WindowAppVariableTable</class>
  47. <extends>QTableWidget</extends>
  48. <header location="global">WindowAppVariableTable.h</header>
  49. </customwidget>
  50. </customwidgets>
  51. <resources/>
  52. <connections/>
  53. </ui>