DialogGotoSelection.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogGotoSelection</class>
  4. <widget class="QDialog" name="DialogGotoSelection">
  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>DialogGotoSelection</string>
  15. </property>
  16. <widget class="QLabel" name="labelTitle">
  17. <property name="enabled">
  18. <bool>false</bool>
  19. </property>
  20. <property name="geometry">
  21. <rect>
  22. <x>0</x>
  23. <y>0</y>
  24. <width>491</width>
  25. <height>51</height>
  26. </rect>
  27. </property>
  28. <property name="text">
  29. <string>跳转工具选择</string>
  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="treeTool">
  45. <property name="geometry">
  46. <rect>
  47. <x>10</x>
  48. <y>50</y>
  49. <width>441</width>
  50. <height>311</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 class="QComboBox" name="comboValueGroup">
  60. <property name="geometry">
  61. <rect>
  62. <x>10</x>
  63. <y>20</y>
  64. <width>441</width>
  65. <height>21</height>
  66. </rect>
  67. </property>
  68. </widget>
  69. </widget>
  70. <widget class="QPushButton" name="selectButton">
  71. <property name="geometry">
  72. <rect>
  73. <x>230</x>
  74. <y>440</y>
  75. <width>91</width>
  76. <height>31</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>Select</string>
  81. </property>
  82. <property name="default">
  83. <bool>true</bool>
  84. </property>
  85. </widget>
  86. <widget class="QPushButton" name="cancelButton">
  87. <property name="geometry">
  88. <rect>
  89. <x>350</x>
  90. <y>440</y>
  91. <width>91</width>
  92. <height>31</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>Cancel</string>
  97. </property>
  98. </widget>
  99. </widget>
  100. <layoutdefault spacing="6" margin="11"/>
  101. <resources/>
  102. <connections/>
  103. </ui>