setSFAsVec3Dlg.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SetSFsAsVec3Dialog</class>
  4. <widget class="QDialog" name="SetSFsAsVec3Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>500</width>
  10. <height>80</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Set SFs as Vec3D</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLabel" name="xLabel">
  21. <property name="sizePolicy">
  22. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  23. <horstretch>0</horstretch>
  24. <verstretch>0</verstretch>
  25. </sizepolicy>
  26. </property>
  27. <property name="text">
  28. <string>X</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QComboBox" name="xComboBox"/>
  34. </item>
  35. <item>
  36. <widget class="QLabel" name="yLabel">
  37. <property name="sizePolicy">
  38. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  39. <horstretch>0</horstretch>
  40. <verstretch>0</verstretch>
  41. </sizepolicy>
  42. </property>
  43. <property name="text">
  44. <string>Y</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <widget class="QComboBox" name="yComboBox"/>
  50. </item>
  51. <item>
  52. <widget class="QLabel" name="zLabel">
  53. <property name="sizePolicy">
  54. <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
  55. <horstretch>0</horstretch>
  56. <verstretch>0</verstretch>
  57. </sizepolicy>
  58. </property>
  59. <property name="text">
  60. <string>Z</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QComboBox" name="zComboBox"/>
  66. </item>
  67. </layout>
  68. </item>
  69. <item>
  70. <spacer name="verticalSpacer">
  71. <property name="orientation">
  72. <enum>Qt::Vertical</enum>
  73. </property>
  74. <property name="sizeHint" stdset="0">
  75. <size>
  76. <width>20</width>
  77. <height>40</height>
  78. </size>
  79. </property>
  80. </spacer>
  81. </item>
  82. <item>
  83. <widget class="QDialogButtonBox" name="buttonBox">
  84. <property name="orientation">
  85. <enum>Qt::Horizontal</enum>
  86. </property>
  87. <property name="standardButtons">
  88. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  89. </property>
  90. </widget>
  91. </item>
  92. </layout>
  93. </widget>
  94. <resources/>
  95. <connections>
  96. <connection>
  97. <sender>buttonBox</sender>
  98. <signal>accepted()</signal>
  99. <receiver>SetSFsAsVec3Dialog</receiver>
  100. <slot>accept()</slot>
  101. <hints>
  102. <hint type="sourcelabel">
  103. <x>248</x>
  104. <y>254</y>
  105. </hint>
  106. <hint type="destinationlabel">
  107. <x>157</x>
  108. <y>274</y>
  109. </hint>
  110. </hints>
  111. </connection>
  112. <connection>
  113. <sender>buttonBox</sender>
  114. <signal>rejected()</signal>
  115. <receiver>SetSFsAsVec3Dialog</receiver>
  116. <slot>reject()</slot>
  117. <hints>
  118. <hint type="sourcelabel">
  119. <x>316</x>
  120. <y>260</y>
  121. </hint>
  122. <hint type="destinationlabel">
  123. <x>286</x>
  124. <y>274</y>
  125. </hint>
  126. </hints>
  127. </connection>
  128. </connections>
  129. </ui>