DialogTaskPou.ui 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogTaskPou</class>
  4. <widget class="QDialog" name="DialogTaskPou">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>463</width>
  10. <height>460</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogTaskPou</string>
  15. </property>
  16. <widget class="QPushButton" name="cancelButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>340</x>
  20. <y>410</y>
  21. <width>91</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Cancel</string>
  27. </property>
  28. </widget>
  29. <widget class="QPushButton" name="selectButton">
  30. <property name="geometry">
  31. <rect>
  32. <x>230</x>
  33. <y>410</y>
  34. <width>91</width>
  35. <height>31</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>Select</string>
  40. </property>
  41. <property name="default">
  42. <bool>true</bool>
  43. </property>
  44. </widget>
  45. <widget class="QGroupBox" name="groupBox">
  46. <property name="geometry">
  47. <rect>
  48. <x>10</x>
  49. <y>50</y>
  50. <width>441</width>
  51. <height>351</height>
  52. </rect>
  53. </property>
  54. <property name="title">
  55. <string/>
  56. </property>
  57. <widget class="QTreeWidget" name="treePou">
  58. <property name="geometry">
  59. <rect>
  60. <x>10</x>
  61. <y>10</y>
  62. <width>421</width>
  63. <height>331</height>
  64. </rect>
  65. </property>
  66. <column>
  67. <property name="text">
  68. <string notr="true">1</string>
  69. </property>
  70. </column>
  71. </widget>
  72. </widget>
  73. <widget class="QLabel" name="labelTitle">
  74. <property name="enabled">
  75. <bool>false</bool>
  76. </property>
  77. <property name="geometry">
  78. <rect>
  79. <x>0</x>
  80. <y>0</y>
  81. <width>461</width>
  82. <height>45</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>选择 pou 并添加到任务中</string>
  87. </property>
  88. </widget>
  89. </widget>
  90. <layoutdefault spacing="6" margin="11"/>
  91. <resources/>
  92. <connections/>
  93. </ui>