DialogWaitSelection.ui 2.0 KB

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