Surface NMR processing and inversion GUI
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

addPolygonalLoop.ui 2.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>polygonalLoopAdd</class>
  4. <widget class="QDialog" name="polygonalLoopAdd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>515</width>
  10. <height>446</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="3" column="0" colspan="2">
  18. <widget class="QTableWidget" name="loopTableWidget">
  19. <property name="toolTip">
  20. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This table is used to enter coil geometries the format is as follows: each row specifies a single point on a coil. The first column is the coil index (using the GMR channel is useful), the next three colums specify the point in Northing, Easting, and Elevation. These can either be local coordinates or global ones. The final column specifies the loop radius if it is a circle or figure 8, for non circular or figure 8 loops leave this column blank. For figure-8 loops the coils do not need to be touching (see Irons and Kass, 2017). If a given index has 1 row it will be a circular loop, two rows will be a figure 8, and more than that will be a polygonal representation of the points, linearlly interpolated between them. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  21. </property>
  22. <property name="sizeAdjustPolicy">
  23. <enum>QAbstractScrollArea::AdjustToContents</enum>
  24. </property>
  25. </widget>
  26. </item>
  27. <item row="5" column="0">
  28. <widget class="QLabel" name="label">
  29. <property name="text">
  30. <string>Number of Turns</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="5" column="1">
  35. <widget class="QSpinBox" name="loopTurns">
  36. <property name="minimum">
  37. <number>1</number>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="7" column="1">
  42. <widget class="QDialogButtonBox" name="buttonBox">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. <property name="standardButtons">
  47. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  48. </property>
  49. </widget>
  50. </item>
  51. </layout>
  52. </widget>
  53. <resources/>
  54. <connections>
  55. <connection>
  56. <sender>buttonBox</sender>
  57. <signal>accepted()</signal>
  58. <receiver>polygonalLoopAdd</receiver>
  59. <slot>accept()</slot>
  60. <hints>
  61. <hint type="sourcelabel">
  62. <x>248</x>
  63. <y>254</y>
  64. </hint>
  65. <hint type="destinationlabel">
  66. <x>157</x>
  67. <y>274</y>
  68. </hint>
  69. </hints>
  70. </connection>
  71. <connection>
  72. <sender>buttonBox</sender>
  73. <signal>rejected()</signal>
  74. <receiver>polygonalLoopAdd</receiver>
  75. <slot>reject()</slot>
  76. <hints>
  77. <hint type="sourcelabel">
  78. <x>316</x>
  79. <y>260</y>
  80. </hint>
  81. <hint type="destinationlabel">
  82. <x>286</x>
  83. <y>274</y>
  84. </hint>
  85. </hints>
  86. </connection>
  87. </connections>
  88. </ui>