dipDirTransformationDlg.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DipDirTransformationDialog</class>
  4. <widget class="QDialog" name="DipDirTransformationDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>220</width>
  10. <height>140</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dip / dip dir. transformation</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QFormLayout" name="formLayout">
  19. <item row="0" column="0">
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>Dip</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item row="0" column="1">
  27. <widget class="QDoubleSpinBox" name="dipDoubleSpinBox">
  28. <property name="suffix">
  29. <string> deg.</string>
  30. </property>
  31. <property name="decimals">
  32. <number>3</number>
  33. </property>
  34. <property name="maximum">
  35. <double>90.000000000000000</double>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="1" column="0">
  40. <widget class="QLabel" name="label_2">
  41. <property name="text">
  42. <string>Dip direction</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="1" column="1">
  47. <widget class="QDoubleSpinBox" name="dipDirDoubleSpinBox">
  48. <property name="suffix">
  49. <string> deg.</string>
  50. </property>
  51. <property name="decimals">
  52. <number>3</number>
  53. </property>
  54. <property name="maximum">
  55. <double>360.000000000000000</double>
  56. </property>
  57. </widget>
  58. </item>
  59. </layout>
  60. </item>
  61. <item>
  62. <widget class="QCheckBox" name="rotateAboutCenterCheckBox">
  63. <property name="text">
  64. <string>rotate about selection center</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <spacer name="verticalSpacer">
  70. <property name="orientation">
  71. <enum>Qt::Vertical</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>20</width>
  76. <height>13</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. <item>
  82. <widget class="QDialogButtonBox" name="buttonBox">
  83. <property name="orientation">
  84. <enum>Qt::Horizontal</enum>
  85. </property>
  86. <property name="standardButtons">
  87. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  88. </property>
  89. </widget>
  90. </item>
  91. </layout>
  92. </widget>
  93. <resources/>
  94. <connections>
  95. <connection>
  96. <sender>buttonBox</sender>
  97. <signal>accepted()</signal>
  98. <receiver>DipDirTransformationDialog</receiver>
  99. <slot>accept()</slot>
  100. <hints>
  101. <hint type="sourcelabel">
  102. <x>248</x>
  103. <y>254</y>
  104. </hint>
  105. <hint type="destinationlabel">
  106. <x>157</x>
  107. <y>274</y>
  108. </hint>
  109. </hints>
  110. </connection>
  111. <connection>
  112. <sender>buttonBox</sender>
  113. <signal>rejected()</signal>
  114. <receiver>DipDirTransformationDialog</receiver>
  115. <slot>reject()</slot>
  116. <hints>
  117. <hint type="sourcelabel">
  118. <x>316</x>
  119. <y>260</y>
  120. </hint>
  121. <hint type="destinationlabel">
  122. <x>286</x>
  123. <y>274</y>
  124. </hint>
  125. </hints>
  126. </connection>
  127. </connections>
  128. </ui>