renderToFileDialog.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>RenderToFileDialog</class>
  4. <widget class="QDialog" name="RenderToFileDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>425</width>
  10. <height>165</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Render to file</string>
  15. </property>
  16. <layout class="QVBoxLayout">
  17. <item>
  18. <layout class="QHBoxLayout">
  19. <item>
  20. <widget class="QLabel" name="label">
  21. <property name="text">
  22. <string>File Name</string>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QLineEdit" name="filenameLineEdit"/>
  28. </item>
  29. <item>
  30. <widget class="QToolButton" name="chooseFileButton">
  31. <property name="text">
  32. <string notr="true">...</string>
  33. </property>
  34. </widget>
  35. </item>
  36. </layout>
  37. </item>
  38. <item>
  39. <layout class="QHBoxLayout">
  40. <item>
  41. <widget class="QLabel" name="label_2">
  42. <property name="text">
  43. <string>Zoom</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QDoubleSpinBox" name="zoomDoubleSpinBox">
  49. <property name="minimum">
  50. <double>1.000000000000000</double>
  51. </property>
  52. <property name="maximum">
  53. <double>100.000000000000000</double>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class="QLabel" name="label_3">
  59. <property name="text">
  60. <string>Result:</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QLabel" name="finalSizeLabel">
  66. <property name="text">
  67. <string notr="true">(? x ?)</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item>
  72. <spacer>
  73. <property name="orientation">
  74. <enum>Qt::Horizontal</enum>
  75. </property>
  76. <property name="sizeHint" stdset="0">
  77. <size>
  78. <width>40</width>
  79. <height>20</height>
  80. </size>
  81. </property>
  82. </spacer>
  83. </item>
  84. </layout>
  85. </item>
  86. <item>
  87. <widget class="QCheckBox" name="dontScaleFeaturesCheckBox">
  88. <property name="text">
  89. <string>Don't scale features (e.g. points size, lines thickness, text, etc.)</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QCheckBox" name="renderOverlayItemsCheckBox">
  95. <property name="text">
  96. <string>Render overlay items (scale, trihedron, etc.)</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QDialogButtonBox" name="buttonBox">
  102. <property name="orientation">
  103. <enum>Qt::Horizontal</enum>
  104. </property>
  105. <property name="standardButtons">
  106. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  107. </property>
  108. </widget>
  109. </item>
  110. </layout>
  111. </widget>
  112. <resources/>
  113. <connections>
  114. <connection>
  115. <sender>buttonBox</sender>
  116. <signal>accepted()</signal>
  117. <receiver>RenderToFileDialog</receiver>
  118. <slot>accept()</slot>
  119. <hints>
  120. <hint type="sourcelabel">
  121. <x>248</x>
  122. <y>254</y>
  123. </hint>
  124. <hint type="destinationlabel">
  125. <x>157</x>
  126. <y>274</y>
  127. </hint>
  128. </hints>
  129. </connection>
  130. <connection>
  131. <sender>buttonBox</sender>
  132. <signal>rejected()</signal>
  133. <receiver>RenderToFileDialog</receiver>
  134. <slot>reject()</slot>
  135. <hints>
  136. <hint type="sourcelabel">
  137. <x>316</x>
  138. <y>260</y>
  139. </hint>
  140. <hint type="destinationlabel">
  141. <x>286</x>
  142. <y>274</y>
  143. </hint>
  144. </hints>
  145. </connection>
  146. </connections>
  147. </ui>