Surface NMR processing and inversion GUI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

addFigure8Loop.ui 6.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>figure8LoopAdd</class>
  4. <widget class="QDialog" name="figure8LoopAdd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>456</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="12" column="2">
  18. <widget class="QDoubleSpinBox" name="doubleSpinBox_3"/>
  19. </item>
  20. <item row="7" column="0">
  21. <widget class="QLabel" name="label_8">
  22. <property name="text">
  23. <string>centre easting 2 (m)</string>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="14" column="2">
  28. <widget class="QSpinBox" name="segments">
  29. <property name="toolTip">
  30. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Currently Akvo/Merlin calculates circular loops using segments of wire, forming a polygon. Analytic circular loops may be added in the future. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  31. </property>
  32. <property name="minimum">
  33. <number>5</number>
  34. </property>
  35. <property name="maximum">
  36. <number>200</number>
  37. </property>
  38. <property name="value">
  39. <number>15</number>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="10" column="2">
  44. <widget class="QDoubleSpinBox" name="loopHeight">
  45. <property name="toolTip">
  46. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Akvo uses a positive down convention, a slight negative value to the loop height improves numerical stability using digital filtering hankel transforms. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  47. </property>
  48. <property name="decimals">
  49. <number>3</number>
  50. </property>
  51. <property name="minimum">
  52. <double>-99.000000000000000</double>
  53. </property>
  54. <property name="value">
  55. <double>-0.001000000000000</double>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="13" column="0">
  60. <widget class="QLabel" name="label_6">
  61. <property name="text">
  62. <string>turns</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="6" column="2">
  67. <widget class="QDoubleSpinBox" name="centreNorth2"/>
  68. </item>
  69. <item row="8" column="1">
  70. <widget class="Line" name="line_4">
  71. <property name="orientation">
  72. <enum>Qt::Horizontal</enum>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="5" column="0">
  77. <widget class="Line" name="line">
  78. <property name="orientation">
  79. <enum>Qt::Horizontal</enum>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="1" column="2">
  84. <widget class="QDoubleSpinBox" name="centreEast1">
  85. <property name="minimum">
  86. <double>-99999999.000000000000000</double>
  87. </property>
  88. <property name="maximum">
  89. <double>99999999.989999994635582</double>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="12" column="0">
  94. <widget class="QLabel" name="label_9">
  95. <property name="text">
  96. <string>TextLabel</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="1" column="0">
  101. <widget class="QLabel" name="label_2">
  102. <property name="text">
  103. <string>centre easting 1 (m)</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="8" column="2">
  108. <widget class="Line" name="line_3">
  109. <property name="orientation">
  110. <enum>Qt::Horizontal</enum>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="0" column="0">
  115. <widget class="QLabel" name="label">
  116. <property name="text">
  117. <string>centre northing 1 (m)</string>
  118. </property>
  119. </widget>
  120. </item>
  121. <item row="6" column="0">
  122. <widget class="QLabel" name="label_7">
  123. <property name="text">
  124. <string>centre northing 2 (m)</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item row="14" column="0">
  129. <widget class="QLabel" name="label_5">
  130. <property name="text">
  131. <string>segments</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="17" column="2">
  136. <widget class="QDialogButtonBox" name="buttonBox">
  137. <property name="orientation">
  138. <enum>Qt::Horizontal</enum>
  139. </property>
  140. <property name="standardButtons">
  141. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  142. </property>
  143. </widget>
  144. </item>
  145. <item row="5" column="2">
  146. <widget class="Line" name="line_2">
  147. <property name="orientation">
  148. <enum>Qt::Horizontal</enum>
  149. </property>
  150. </widget>
  151. </item>
  152. <item row="7" column="2">
  153. <widget class="QDoubleSpinBox" name="centreEast2"/>
  154. </item>
  155. <item row="10" column="0">
  156. <widget class="QLabel" name="label_3">
  157. <property name="text">
  158. <string>height (m)</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="0" column="2">
  163. <widget class="QDoubleSpinBox" name="centreNorth1">
  164. <property name="minimum">
  165. <double>-999999999.000000000000000</double>
  166. </property>
  167. <property name="maximum">
  168. <double>9999999999.000000000000000</double>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="13" column="2">
  173. <widget class="QSpinBox" name="loopTurns">
  174. <property name="minimum">
  175. <number>1</number>
  176. </property>
  177. <property name="maximum">
  178. <number>100000</number>
  179. </property>
  180. </widget>
  181. </item>
  182. <item row="8" column="0">
  183. <widget class="Line" name="line_5">
  184. <property name="orientation">
  185. <enum>Qt::Horizontal</enum>
  186. </property>
  187. </widget>
  188. </item>
  189. <item row="9" column="0">
  190. <widget class="QLabel" name="label_4">
  191. <property name="text">
  192. <string>radius (m)</string>
  193. </property>
  194. </widget>
  195. </item>
  196. <item row="9" column="2">
  197. <widget class="QDoubleSpinBox" name="loopRadius">
  198. <property name="toolTip">
  199. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Radius of the loop&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  200. </property>
  201. <property name="minimum">
  202. <double>0.100000000000000</double>
  203. </property>
  204. <property name="maximum">
  205. <double>600.000000000000000</double>
  206. </property>
  207. <property name="value">
  208. <double>50.000000000000000</double>
  209. </property>
  210. </widget>
  211. </item>
  212. </layout>
  213. </widget>
  214. <resources/>
  215. <connections>
  216. <connection>
  217. <sender>buttonBox</sender>
  218. <signal>accepted()</signal>
  219. <receiver>figure8LoopAdd</receiver>
  220. <slot>accept()</slot>
  221. <hints>
  222. <hint type="sourcelabel">
  223. <x>248</x>
  224. <y>254</y>
  225. </hint>
  226. <hint type="destinationlabel">
  227. <x>157</x>
  228. <y>274</y>
  229. </hint>
  230. </hints>
  231. </connection>
  232. <connection>
  233. <sender>buttonBox</sender>
  234. <signal>rejected()</signal>
  235. <receiver>figure8LoopAdd</receiver>
  236. <slot>reject()</slot>
  237. <hints>
  238. <hint type="sourcelabel">
  239. <x>316</x>
  240. <y>260</y>
  241. </hint>
  242. <hint type="destinationlabel">
  243. <x>286</x>
  244. <y>274</y>
  245. </hint>
  246. </hints>
  247. </connection>
  248. </connections>
  249. </ui>