1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RaytraceableContourSurfaceDialogData</class>
<widget class="QDialog" name="RaytraceableContourSurfaceDialogData">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>372</width>
<height>249</height>
</rect>
</property>
<property name="windowTitle">
<string>Ray-traced Contour Surface Options</string>
</property>
<property name="toolTip">
<string comment="C"/>
</property>
<widget class="QGroupBox" name="groupBoxValue">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>351</width>
<height>141</height>
</rect>
</property>
<property name="toolTip">
<string>add contour surface</string>
</property>
<property name="title">
<string>Contour Threshold Value</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter</set>
</property>
<widget class="QSlider" name="ContourSurfaceThresholdSlider">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>201</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>choose a contour Surface threshold of value</string>
</property>
<property name="whatsThis">
<string>slider to chose a threshold of a new contour surface</string>
</property>
<property name="accessibleName">
<string/>
</property>
<property name="accessibleDescription">
<string/>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLineEdit" name="ContourSurfaceThresholdLineEdit">
<property name="geometry">
<rect>
<x>250</x>
<y>50</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="toolTip">
<string comment="contour surface threshold value">contour surface threshold value</string>
</property>
</widget>
<widget class="QPushButton" name="add_button">
<property name="geometry">
<rect>
<x>14</x>
<y>100</y>
<width>91</width>
<height>26</height>
</rect>
</property>
<property name="toolTip">
<string comment="add a contour"/>
</property>
<property name="text">
<string>add</string>
</property>
</widget>
<widget class="QPushButton" name="OK_button">
<property name="geometry">
<rect>
<x>130</x>
<y>100</y>
<width>91</width>
<height>26</height>
</rect>
</property>
<property name="toolTip">
<string comment="add a contour">add contour surface and close</string>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
<widget class="QPushButton" name="cancel_button">
<property name="geometry">
<rect>
<x>250</x>
<y>100</y>
<width>91</width>
<height>26</height>
</rect>
</property>
<property name="toolTip">
<string comment="cancel dialog">cancel dialog</string>
</property>
<property name="text">
<string>cancel</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxValue_2">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>351</width>
<height>81</height>
</rect>
</property>
<property name="toolTip">
<string>add contour surface</string>
</property>
<property name="title">
<string>Contour Threshold Range</string>
</property>
<property name="alignment">
<set>Qt::AlignHCenter</set>
</property>
<widget class="QLabel" name="RangeLabel_min">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>31</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>min</string>
</property>
</widget>
<widget class="QLabel" name="RangeLabel_max">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>31</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>max</string>
</property>
</widget>
<widget class="QLabel" name="RangeLabel_steps">
<property name="geometry">
<rect>
<x>190</x>
<y>20</y>
<width>31</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>steps</string>
</property>
</widget>
<widget class="QPushButton" name="autoRangeButton">
<property name="geometry">
<rect>
<x>260</x>
<y>40</y>
<width>75</width>
<height>26</height>
</rect>
</property>
<property name="toolTip">
<string comment="set the range values to default values">set the contour threshold range to default values</string>
</property>
<property name="text">
<string>auto</string>
</property>
</widget>
<widget class="QLineEdit" name="RangeLineEdit_steps">
<property name="geometry">
<rect>
<x>180</x>
<y>40</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="toolTip">
<string comment="range steps">set the number of steps</string>
</property>
</widget>
<widget class="QLineEdit" name="RangeLineEdit_max">
<property name="geometry">
<rect>
<x>100</x>
<y>40</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="toolTip">
<string comment="maximum threshold">set the maximum theshold</string>
</property>
</widget>
<widget class="QLineEdit" name="RangeLineEdit_min">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>51</width>
<height>24</height>
</rect>
</property>
<property name="toolTip">
<string comment="minimum threshold">set the minimum threshold</string>
</property>
</widget>
</widget>
</widget>
<resources>
<include location="raytraceableContourSurfaceDialog.qrc"/>
</resources>
<connections/>
</ui>
|