GotoPositionDlg.ui 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GotoPositionDialog</class>
  4. <widget class="QDialog" name="GotoPositionDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>182</width>
  10. <height>174</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Go to Position</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="spacing">
  18. <number>6</number>
  19. </property>
  20. <item>
  21. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0,0,0,0">
  22. <property name="sizeConstraint">
  23. <enum>QLayout::SetDefaultConstraint</enum>
  24. </property>
  25. <property name="horizontalSpacing">
  26. <number>6</number>
  27. </property>
  28. <item row="2" column="3" colspan="2">
  29. <widget class="QLabel" name="label_3">
  30. <property name="text">
  31. <string>Angles:</string>
  32. </property>
  33. </widget>
  34. </item>
  35. <item row="5" column="1">
  36. <widget class="QDoubleSpinBox" name="m_dymZ"/>
  37. </item>
  38. <item row="3" column="1">
  39. <widget class="QDoubleSpinBox" name="m_dymX"/>
  40. </item>
  41. <item row="0" column="0" colspan="7">
  42. <widget class="QLabel" name="label">
  43. <property name="text">
  44. <string>Enter position here:</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="2" column="0" colspan="2">
  49. <widget class="QLabel" name="label_2">
  50. <property name="text">
  51. <string>Position:</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="5" column="0">
  56. <widget class="QLabel" name="label_8">
  57. <property name="text">
  58. <string>Z:</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item row="4" column="0">
  63. <widget class="QLabel" name="label_6">
  64. <property name="text">
  65. <string>Y:</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item row="3" column="3">
  70. <widget class="QLabel" name="label_5">
  71. <property name="text">
  72. <string>Pitch:</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="4" column="3">
  77. <widget class="QLabel" name="label_7">
  78. <property name="text">
  79. <string>Yaw:</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="3" column="2">
  84. <spacer name="horizontalSpacer_2">
  85. <property name="orientation">
  86. <enum>Qt::Horizontal</enum>
  87. </property>
  88. <property name="sizeType">
  89. <enum>QSizePolicy::Fixed</enum>
  90. </property>
  91. <property name="sizeHint" stdset="0">
  92. <size>
  93. <width>10</width>
  94. <height>20</height>
  95. </size>
  96. </property>
  97. </spacer>
  98. </item>
  99. <item row="4" column="4">
  100. <widget class="QDoubleSpinBox" name="m_dymAngleYaw"/>
  101. </item>
  102. <item row="3" column="0">
  103. <widget class="QLabel" name="label_4">
  104. <property name="text">
  105. <string>X:</string>
  106. </property>
  107. </widget>
  108. </item>
  109. <item row="4" column="1">
  110. <widget class="QDoubleSpinBox" name="m_dymY"/>
  111. </item>
  112. <item row="1" column="0" colspan="7">
  113. <widget class="QLineEdit" name="m_posEdit">
  114. <property name="alignment">
  115. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  116. </property>
  117. </widget>
  118. </item>
  119. <item row="3" column="4">
  120. <widget class="QDoubleSpinBox" name="m_dymAnglePitch"/>
  121. </item>
  122. </layout>
  123. </item>
  124. <item>
  125. <layout class="QHBoxLayout" name="buttonLayout">
  126. <item>
  127. <spacer name="horizontalSpacer_1">
  128. <property name="orientation">
  129. <enum>Qt::Horizontal</enum>
  130. </property>
  131. <property name="sizeHint" stdset="0">
  132. <size>
  133. <width>0</width>
  134. <height>0</height>
  135. </size>
  136. </property>
  137. </spacer>
  138. </item>
  139. <item>
  140. <widget class="QPushButton" name="pushButton">
  141. <property name="text">
  142. <string>Go To</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="QPushButton" name="pushButton_2">
  148. <property name="text">
  149. <string>Cancel</string>
  150. </property>
  151. </widget>
  152. </item>
  153. </layout>
  154. </item>
  155. </layout>
  156. </widget>
  157. <tabstops>
  158. <tabstop>m_posEdit</tabstop>
  159. <tabstop>m_dymX</tabstop>
  160. <tabstop>m_dymY</tabstop>
  161. <tabstop>m_dymZ</tabstop>
  162. <tabstop>m_dymAnglePitch</tabstop>
  163. <tabstop>m_dymAngleYaw</tabstop>
  164. <tabstop>pushButton_2</tabstop>
  165. <tabstop>pushButton</tabstop>
  166. </tabstops>
  167. <resources/>
  168. <connections>
  169. <connection>
  170. <sender>pushButton</sender>
  171. <signal>clicked()</signal>
  172. <receiver>GotoPositionDialog</receiver>
  173. <slot>accept()</slot>
  174. <hints>
  175. <hint type="sourcelabel">
  176. <x>202</x>
  177. <y>181</y>
  178. </hint>
  179. <hint type="destinationlabel">
  180. <x>284</x>
  181. <y>173</y>
  182. </hint>
  183. </hints>
  184. </connection>
  185. <connection>
  186. <sender>pushButton_2</sender>
  187. <signal>clicked()</signal>
  188. <receiver>GotoPositionDialog</receiver>
  189. <slot>reject()</slot>
  190. <hints>
  191. <hint type="sourcelabel">
  192. <x>54</x>
  193. <y>180</y>
  194. </hint>
  195. <hint type="destinationlabel">
  196. <x>117</x>
  197. <y>178</y>
  198. </hint>
  199. </hints>
  200. </connection>
  201. </connections>
  202. </ui>