askThreeDoubleValuesDlg.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AskThreeDoubleValuesDialog</class>
  4. <widget class="QDialog" name="AskThreeDoubleValuesDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>452</width>
  10. <height>89</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Set Three Values</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <layout class="QHBoxLayout">
  25. <item>
  26. <widget class="QLabel" name="label1">
  27. <property name="text">
  28. <string>Value 1</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QDoubleSpinBox" name="doubleSpinBox1"/>
  34. </item>
  35. <item>
  36. <spacer>
  37. <property name="orientation">
  38. <enum>Qt::Horizontal</enum>
  39. </property>
  40. <property name="sizeType">
  41. <enum>QSizePolicy::Fixed</enum>
  42. </property>
  43. <property name="sizeHint" stdset="0">
  44. <size>
  45. <width>20</width>
  46. <height>20</height>
  47. </size>
  48. </property>
  49. </spacer>
  50. </item>
  51. <item>
  52. <widget class="QLabel" name="label2">
  53. <property name="text">
  54. <string>Value 2</string>
  55. </property>
  56. </widget>
  57. </item>
  58. <item>
  59. <widget class="QDoubleSpinBox" name="doubleSpinBox2"/>
  60. </item>
  61. <item>
  62. <spacer>
  63. <property name="orientation">
  64. <enum>Qt::Horizontal</enum>
  65. </property>
  66. <property name="sizeType">
  67. <enum>QSizePolicy::Fixed</enum>
  68. </property>
  69. <property name="sizeHint" stdset="0">
  70. <size>
  71. <width>20</width>
  72. <height>20</height>
  73. </size>
  74. </property>
  75. </spacer>
  76. </item>
  77. <item>
  78. <widget class="QLabel" name="label3">
  79. <property name="text">
  80. <string>Value 3</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QDoubleSpinBox" name="doubleSpinBox3"/>
  86. </item>
  87. </layout>
  88. </item>
  89. <item>
  90. <layout class="QHBoxLayout" name="horizontalLayout">
  91. <item>
  92. <widget class="QCheckBox" name="checkBox">
  93. <property name="text">
  94. <string notr="true">CheckBox</string>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <spacer name="horizontalSpacer">
  100. <property name="orientation">
  101. <enum>Qt::Horizontal</enum>
  102. </property>
  103. <property name="sizeHint" stdset="0">
  104. <size>
  105. <width>40</width>
  106. <height>20</height>
  107. </size>
  108. </property>
  109. </spacer>
  110. </item>
  111. <item>
  112. <widget class="QDialogButtonBox" name="buttonBox">
  113. <property name="orientation">
  114. <enum>Qt::Horizontal</enum>
  115. </property>
  116. <property name="standardButtons">
  117. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </item>
  123. </layout>
  124. </widget>
  125. <resources/>
  126. <connections>
  127. <connection>
  128. <sender>buttonBox</sender>
  129. <signal>accepted()</signal>
  130. <receiver>AskThreeDoubleValuesDialog</receiver>
  131. <slot>accept()</slot>
  132. <hints>
  133. <hint type="sourcelabel">
  134. <x>248</x>
  135. <y>254</y>
  136. </hint>
  137. <hint type="destinationlabel">
  138. <x>157</x>
  139. <y>274</y>
  140. </hint>
  141. </hints>
  142. </connection>
  143. <connection>
  144. <sender>buttonBox</sender>
  145. <signal>rejected()</signal>
  146. <receiver>AskThreeDoubleValuesDialog</receiver>
  147. <slot>reject()</slot>
  148. <hints>
  149. <hint type="sourcelabel">
  150. <x>316</x>
  151. <y>260</y>
  152. </hint>
  153. <hint type="destinationlabel">
  154. <x>286</x>
  155. <y>274</y>
  156. </hint>
  157. </hints>
  158. </connection>
  159. </connections>
  160. </ui>