exportCoordToSFDlg.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ExportCoordToSFDlg</class>
  4. <widget class="QDialog" name="ExportCoordToSFDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>450</width>
  10. <height>130</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Export coordinates to SF</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QFrame" name="frame">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="text">
  29. <string>Export</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QCheckBox" name="xCheckBox">
  35. <property name="text">
  36. <string notr="true">X</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QCheckBox" name="yCheckBox">
  42. <property name="text">
  43. <string notr="true">Y</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QCheckBox" name="zCheckBox">
  49. <property name="text">
  50. <string notr="true">Z</string>
  51. </property>
  52. <property name="checked">
  53. <bool>true</bool>
  54. </property>
  55. </widget>
  56. </item>
  57. </layout>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QLabel" name="warningLabel">
  62. <property name="font">
  63. <font>
  64. <italic>true</italic>
  65. </font>
  66. </property>
  67. <property name="styleSheet">
  68. <string notr="true">color: red;</string>
  69. </property>
  70. <property name="text">
  71. <string>Warning, already existing SF(s) with same name will be overwritten</string>
  72. </property>
  73. <property name="alignment">
  74. <set>Qt::AlignCenter</set>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <widget class="QDialogButtonBox" name="buttonBox">
  80. <property name="orientation">
  81. <enum>Qt::Horizontal</enum>
  82. </property>
  83. <property name="standardButtons">
  84. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. <resources/>
  91. <connections>
  92. <connection>
  93. <sender>buttonBox</sender>
  94. <signal>accepted()</signal>
  95. <receiver>ExportCoordToSFDlg</receiver>
  96. <slot>accept()</slot>
  97. <hints>
  98. <hint type="sourcelabel">
  99. <x>248</x>
  100. <y>254</y>
  101. </hint>
  102. <hint type="destinationlabel">
  103. <x>157</x>
  104. <y>274</y>
  105. </hint>
  106. </hints>
  107. </connection>
  108. <connection>
  109. <sender>buttonBox</sender>
  110. <signal>rejected()</signal>
  111. <receiver>ExportCoordToSFDlg</receiver>
  112. <slot>reject()</slot>
  113. <hints>
  114. <hint type="sourcelabel">
  115. <x>316</x>
  116. <y>260</y>
  117. </hint>
  118. <hint type="destinationlabel">
  119. <x>286</x>
  120. <y>274</y>
  121. </hint>
  122. </hints>
  123. </connection>
  124. </connections>
  125. </ui>