DialogDataLink.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogDataLink</class>
  4. <widget class="QDialog" name="DialogDataLink">
  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>DialogDataLink</string>
  15. </property>
  16. <widget class="QPushButton" name="cancelButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>370</x>
  20. <y>440</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="QGroupBox" name="groupBox">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>50</y>
  34. <width>461</width>
  35. <height>371</height>
  36. </rect>
  37. </property>
  38. <property name="title">
  39. <string/>
  40. </property>
  41. <widget class="QTreeWidget" name="treeTool">
  42. <property name="geometry">
  43. <rect>
  44. <x>10</x>
  45. <y>50</y>
  46. <width>441</width>
  47. <height>311</height>
  48. </rect>
  49. </property>
  50. <column>
  51. <property name="text">
  52. <string notr="true">1</string>
  53. </property>
  54. </column>
  55. </widget>
  56. <widget class="QComboBox" name="comboValueGroup">
  57. <property name="geometry">
  58. <rect>
  59. <x>10</x>
  60. <y>20</y>
  61. <width>441</width>
  62. <height>21</height>
  63. </rect>
  64. </property>
  65. </widget>
  66. </widget>
  67. <widget class="QLabel" name="labelTitle">
  68. <property name="enabled">
  69. <bool>false</bool>
  70. </property>
  71. <property name="geometry">
  72. <rect>
  73. <x>0</x>
  74. <y>0</y>
  75. <width>461</width>
  76. <height>51</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>数据链接</string>
  81. </property>
  82. </widget>
  83. <widget class="QPushButton" name="selectButton">
  84. <property name="geometry">
  85. <rect>
  86. <x>250</x>
  87. <y>440</y>
  88. <width>91</width>
  89. <height>31</height>
  90. </rect>
  91. </property>
  92. <property name="text">
  93. <string>Select</string>
  94. </property>
  95. <property name="default">
  96. <bool>true</bool>
  97. </property>
  98. </widget>
  99. <widget class="QPushButton" name="clearButton">
  100. <property name="geometry">
  101. <rect>
  102. <x>30</x>
  103. <y>440</y>
  104. <width>91</width>
  105. <height>31</height>
  106. </rect>
  107. </property>
  108. <property name="text">
  109. <string>Clear</string>
  110. </property>
  111. </widget>
  112. </widget>
  113. <layoutdefault spacing="6" margin="11"/>
  114. <resources/>
  115. <connections/>
  116. </ui>