DialogPortValue.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogPortValue</class>
  4. <widget class="QWidget" name="DialogPortValue">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>484</width>
  10. <height>487</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogPortValue</string>
  15. </property>
  16. <widget class="QPushButton" name="selectButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>250</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="QPushButton" name="cancelButton">
  33. <property name="geometry">
  34. <rect>
  35. <x>370</x>
  36. <y>440</y>
  37. <width>91</width>
  38. <height>31</height>
  39. </rect>
  40. </property>
  41. <property name="text">
  42. <string>Cancel</string>
  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>461</width>
  51. <height>371</height>
  52. </rect>
  53. </property>
  54. <property name="title">
  55. <string/>
  56. </property>
  57. <widget class="QTreeWidget" name="treeTool">
  58. <property name="geometry">
  59. <rect>
  60. <x>10</x>
  61. <y>50</y>
  62. <width>441</width>
  63. <height>311</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 class="QComboBox" name="comboValueGroup">
  73. <property name="geometry">
  74. <rect>
  75. <x>10</x>
  76. <y>20</y>
  77. <width>441</width>
  78. <height>21</height>
  79. </rect>
  80. </property>
  81. </widget>
  82. </widget>
  83. <widget class="QLabel" name="labelTitle">
  84. <property name="enabled">
  85. <bool>false</bool>
  86. </property>
  87. <property name="geometry">
  88. <rect>
  89. <x>0</x>
  90. <y>0</y>
  91. <width>461</width>
  92. <height>51</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>变量选择</string>
  97. </property>
  98. </widget>
  99. </widget>
  100. <layoutdefault spacing="6" margin="11"/>
  101. <resources/>
  102. <connections/>
  103. </ui>