WindowAppTaskView.ui 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WindowAppTaskView</class>
  4. <widget class="QWidget" name="WindowAppTaskView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>901</width>
  10. <height>630</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>WindowAppTaskView</string>
  15. </property>
  16. <widget class="QTableWidget" name="tablePOU">
  17. <property name="geometry">
  18. <rect>
  19. <x>70</x>
  20. <y>30</y>
  21. <width>609</width>
  22. <height>249</height>
  23. </rect>
  24. </property>
  25. <attribute name="horizontalHeaderDefaultSectionSize">
  26. <number>1000</number>
  27. </attribute>
  28. <attribute name="horizontalHeaderStretchLastSection">
  29. <bool>false</bool>
  30. </attribute>
  31. </widget>
  32. <widget class="QTabWidget" name="tabPouStatus">
  33. <property name="geometry">
  34. <rect>
  35. <x>90</x>
  36. <y>320</y>
  37. <width>691</width>
  38. <height>177</height>
  39. </rect>
  40. </property>
  41. <property name="tabPosition">
  42. <enum>QTabWidget::South</enum>
  43. </property>
  44. <property name="currentIndex">
  45. <number>0</number>
  46. </property>
  47. <property name="usesScrollButtons">
  48. <bool>false</bool>
  49. </property>
  50. <widget class="QWidget" name="tab">
  51. <attribute name="title">
  52. <string>Tab 1</string>
  53. </attribute>
  54. </widget>
  55. <widget class="QWidget" name="tab_2">
  56. <attribute name="title">
  57. <string>Tab 2</string>
  58. </attribute>
  59. </widget>
  60. </widget>
  61. <widget class="QLabel" name="labelTool">
  62. <property name="enabled">
  63. <bool>false</bool>
  64. </property>
  65. <property name="geometry">
  66. <rect>
  67. <x>100</x>
  68. <y>290</y>
  69. <width>150</width>
  70. <height>20</height>
  71. </rect>
  72. </property>
  73. <property name="minimumSize">
  74. <size>
  75. <width>150</width>
  76. <height>0</height>
  77. </size>
  78. </property>
  79. <property name="font">
  80. <font>
  81. <pointsize>15</pointsize>
  82. </font>
  83. </property>
  84. <property name="text">
  85. <string>工具状态</string>
  86. </property>
  87. </widget>
  88. </widget>
  89. <layoutdefault spacing="6" margin="11"/>
  90. <resources/>
  91. <connections/>
  92. </ui>