DialogGoto.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogGoto</class>
  4. <widget class="QDialog" name="DialogGoto">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>363</width>
  10. <height>216</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogToolGoto</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>10</y>
  21. <width>321</width>
  22. <height>61</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string>跳转Tool设置</string>
  27. </property>
  28. <widget class="QLineEdit" name="editTool">
  29. <property name="geometry">
  30. <rect>
  31. <x>20</x>
  32. <y>24</y>
  33. <width>231</width>
  34. <height>20</height>
  35. </rect>
  36. </property>
  37. </widget>
  38. <widget class="QPushButton" name="buttonTool">
  39. <property name="geometry">
  40. <rect>
  41. <x>270</x>
  42. <y>22</y>
  43. <width>41</width>
  44. <height>23</height>
  45. </rect>
  46. </property>
  47. <property name="text">
  48. <string>...</string>
  49. </property>
  50. </widget>
  51. </widget>
  52. <widget class="QGroupBox" name="groupBox_2">
  53. <property name="geometry">
  54. <rect>
  55. <x>20</x>
  56. <y>90</y>
  57. <width>321</width>
  58. <height>61</height>
  59. </rect>
  60. </property>
  61. <property name="title">
  62. <string>调试参数</string>
  63. </property>
  64. <widget class="QCheckBox" name="checkBool">
  65. <property name="geometry">
  66. <rect>
  67. <x>20</x>
  68. <y>30</y>
  69. <width>121</width>
  70. <height>16</height>
  71. </rect>
  72. </property>
  73. <property name="text">
  74. <string>bool接口取反</string>
  75. </property>
  76. </widget>
  77. </widget>
  78. <widget class="QPushButton" name="okButton">
  79. <property name="geometry">
  80. <rect>
  81. <x>130</x>
  82. <y>170</y>
  83. <width>91</width>
  84. <height>31</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string>OK</string>
  89. </property>
  90. <property name="default">
  91. <bool>true</bool>
  92. </property>
  93. </widget>
  94. <widget class="QPushButton" name="cancelButton">
  95. <property name="geometry">
  96. <rect>
  97. <x>250</x>
  98. <y>170</y>
  99. <width>91</width>
  100. <height>31</height>
  101. </rect>
  102. </property>
  103. <property name="text">
  104. <string>Cancel</string>
  105. </property>
  106. </widget>
  107. </widget>
  108. <layoutdefault spacing="6" margin="11"/>
  109. <resources/>
  110. <connections/>
  111. </ui>