DialogCamPasram.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogCamPasram</class>
  4. <widget class="QDialog" name="DialogCamPasram">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>415</width>
  10. <height>295</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QDialogButtonBox" name="buttonBox">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>240</y>
  21. <width>341</width>
  22. <height>32</height>
  23. </rect>
  24. </property>
  25. <property name="orientation">
  26. <enum>Qt::Horizontal</enum>
  27. </property>
  28. <property name="standardButtons">
  29. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  30. </property>
  31. </widget>
  32. <widget class="QGroupBox" name="groupBox">
  33. <property name="geometry">
  34. <rect>
  35. <x>20</x>
  36. <y>30</y>
  37. <width>361</width>
  38. <height>191</height>
  39. </rect>
  40. </property>
  41. <property name="title">
  42. <string/>
  43. </property>
  44. <widget class="QSlider" name="horizontalSliderExposure">
  45. <property name="geometry">
  46. <rect>
  47. <x>80</x>
  48. <y>40</y>
  49. <width>201</width>
  50. <height>22</height>
  51. </rect>
  52. </property>
  53. <property name="orientation">
  54. <enum>Qt::Horizontal</enum>
  55. </property>
  56. </widget>
  57. <widget class="QSpinBox" name="spinBoxExposure">
  58. <property name="geometry">
  59. <rect>
  60. <x>280</x>
  61. <y>40</y>
  62. <width>61</width>
  63. <height>22</height>
  64. </rect>
  65. </property>
  66. </widget>
  67. <widget class="QLabel" name="label">
  68. <property name="geometry">
  69. <rect>
  70. <x>10</x>
  71. <y>40</y>
  72. <width>61</width>
  73. <height>21</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>曝光</string>
  78. </property>
  79. </widget>
  80. <widget class="QSpinBox" name="spinBoxGain">
  81. <property name="geometry">
  82. <rect>
  83. <x>280</x>
  84. <y>90</y>
  85. <width>61</width>
  86. <height>22</height>
  87. </rect>
  88. </property>
  89. </widget>
  90. <widget class="QLabel" name="label_2">
  91. <property name="geometry">
  92. <rect>
  93. <x>10</x>
  94. <y>90</y>
  95. <width>61</width>
  96. <height>21</height>
  97. </rect>
  98. </property>
  99. <property name="text">
  100. <string>增益</string>
  101. </property>
  102. </widget>
  103. <widget class="QSlider" name="horizontalSliderGain">
  104. <property name="geometry">
  105. <rect>
  106. <x>80</x>
  107. <y>90</y>
  108. <width>201</width>
  109. <height>22</height>
  110. </rect>
  111. </property>
  112. <property name="orientation">
  113. <enum>Qt::Horizontal</enum>
  114. </property>
  115. </widget>
  116. <zorder>horizontalSliderExposure</zorder>
  117. <zorder>label</zorder>
  118. <zorder>spinBoxExposure</zorder>
  119. <zorder>spinBoxGain</zorder>
  120. <zorder>label_2</zorder>
  121. <zorder>horizontalSliderGain</zorder>
  122. </widget>
  123. </widget>
  124. <resources/>
  125. <connections>
  126. <connection>
  127. <sender>buttonBox</sender>
  128. <signal>accepted()</signal>
  129. <receiver>DialogCamPasram</receiver>
  130. <slot>accept()</slot>
  131. <hints>
  132. <hint type="sourcelabel">
  133. <x>248</x>
  134. <y>254</y>
  135. </hint>
  136. <hint type="destinationlabel">
  137. <x>157</x>
  138. <y>274</y>
  139. </hint>
  140. </hints>
  141. </connection>
  142. <connection>
  143. <sender>buttonBox</sender>
  144. <signal>rejected()</signal>
  145. <receiver>DialogCamPasram</receiver>
  146. <slot>reject()</slot>
  147. <hints>
  148. <hint type="sourcelabel">
  149. <x>316</x>
  150. <y>260</y>
  151. </hint>
  152. <hint type="destinationlabel">
  153. <x>286</x>
  154. <y>274</y>
  155. </hint>
  156. </hints>
  157. </connection>
  158. </connections>
  159. </ui>