DialogUiOption.ui 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogUiOptionClass</class>
  4. <widget class="QDialog" name="DialogUiOptionClass">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>495</width>
  10. <height>340</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>UI界面参数设置</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>20</y>
  21. <width>471</width>
  22. <height>121</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string>UI 尺寸设置</string>
  27. </property>
  28. <widget class="QLineEdit" name="editWidth">
  29. <property name="geometry">
  30. <rect>
  31. <x>120</x>
  32. <y>30</y>
  33. <width>161</width>
  34. <height>31</height>
  35. </rect>
  36. </property>
  37. </widget>
  38. <widget class="QLabel" name="label_2">
  39. <property name="enabled">
  40. <bool>true</bool>
  41. </property>
  42. <property name="geometry">
  43. <rect>
  44. <x>20</x>
  45. <y>30</y>
  46. <width>81</width>
  47. <height>31</height>
  48. </rect>
  49. </property>
  50. <property name="text">
  51. <string>宽(像素):</string>
  52. </property>
  53. <property name="alignment">
  54. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  55. </property>
  56. </widget>
  57. <widget class="QLabel" name="label_3">
  58. <property name="enabled">
  59. <bool>true</bool>
  60. </property>
  61. <property name="geometry">
  62. <rect>
  63. <x>20</x>
  64. <y>70</y>
  65. <width>81</width>
  66. <height>31</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>高(像素):</string>
  71. </property>
  72. <property name="alignment">
  73. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  74. </property>
  75. </widget>
  76. <widget class="QLineEdit" name="editHeight">
  77. <property name="geometry">
  78. <rect>
  79. <x>120</x>
  80. <y>70</y>
  81. <width>161</width>
  82. <height>31</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QPushButton" name="buttonResolution">
  87. <property name="geometry">
  88. <rect>
  89. <x>330</x>
  90. <y>70</y>
  91. <width>111</width>
  92. <height>31</height>
  93. </rect>
  94. </property>
  95. <property name="text">
  96. <string>获取当前分辨率</string>
  97. </property>
  98. </widget>
  99. </widget>
  100. <widget class="QGroupBox" name="groupBox_2">
  101. <property name="geometry">
  102. <rect>
  103. <x>10</x>
  104. <y>150</y>
  105. <width>471</width>
  106. <height>121</height>
  107. </rect>
  108. </property>
  109. <property name="title">
  110. <string>其他参数</string>
  111. </property>
  112. </widget>
  113. <widget class="QPushButton" name="buttonOK">
  114. <property name="geometry">
  115. <rect>
  116. <x>240</x>
  117. <y>290</y>
  118. <width>91</width>
  119. <height>31</height>
  120. </rect>
  121. </property>
  122. <property name="text">
  123. <string>OK</string>
  124. </property>
  125. <property name="default">
  126. <bool>true</bool>
  127. </property>
  128. </widget>
  129. <widget class="QPushButton" name="cancelButton">
  130. <property name="geometry">
  131. <rect>
  132. <x>360</x>
  133. <y>290</y>
  134. <width>91</width>
  135. <height>31</height>
  136. </rect>
  137. </property>
  138. <property name="text">
  139. <string>Cancel</string>
  140. </property>
  141. </widget>
  142. </widget>
  143. <layoutdefault spacing="6" margin="11"/>
  144. <resources/>
  145. <connections/>
  146. </ui>