- Timestamp:
- Oct 16, 2013, 8:04:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projectionDesigner/trunk/projdesigner/include/gui/qpreferencedialog.ui
r4 r434 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>QPreferenceDialog</class> 3 <widget class="QDialog" name="QPreferenceDialog" 4 <property name="geometry" 4 <widget class="QDialog" name="QPreferenceDialog"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> … … 10 11 </rect> 11 12 </property> 12 <property name="windowTitle" 13 <property name="windowTitle"> 13 14 <string>Preference</string> 14 15 </property> 15 <property name="windowIcon" 16 <iconset resource="../../projdesigner.qrc" 16 <property name="windowIcon"> 17 <iconset resource="../../projdesigner.qrc"> 17 18 <normaloff>:/new/prefix1/Resources/settings.png</normaloff>:/new/prefix1/Resources/settings.png</iconset> 18 19 </property> 19 <layout class="QHBoxLayout" 20 <property name="spacing" 20 <layout class="QHBoxLayout"> 21 <property name="spacing"> 21 22 <number>6</number> 22 23 </property> 23 <property name="margin" 24 <property name="margin"> 24 25 <number>4</number> 25 26 </property> 26 27 <item> 27 <layout class="QVBoxLayout" 28 <property name="spacing" 28 <layout class="QVBoxLayout"> 29 <property name="spacing"> 29 30 <number>6</number> 30 31 </property> 31 <property name="margin" 32 <property name="margin"> 32 33 <number>0</number> 33 34 </property> 34 35 <item> 35 <widget class="QGroupBox" name="gridGroupBox" 36 <property name="title" 36 <widget class="QGroupBox" name="gridGroupBox"> 37 <property name="title"> 37 38 <string>Grid</string> 38 39 </property> 39 <layout class="QHBoxLayout" 40 <property name="spacing" 40 <layout class="QHBoxLayout"> 41 <property name="spacing"> 41 42 <number>6</number> 42 43 </property> 43 <property name="margin" 44 <property name="margin"> 44 45 <number>4</number> 45 46 </property> 46 47 <item> 47 <layout class="QHBoxLayout" 48 <property name="spacing" 48 <layout class="QHBoxLayout"> 49 <property name="spacing"> 49 50 <number>6</number> 50 51 </property> 51 <property name="margin" 52 <property name="margin"> 52 53 <number>0</number> 53 54 </property> 54 55 <item> 55 <widget class="QLabel" name="gridSizeLabel" 56 <property name="text" 56 <widget class="QLabel" name="gridSizeLabel"> 57 <property name="text"> 57 58 <string>Size</string> 58 59 </property> … … 60 61 </item> 61 62 <item> 62 <widget class="QLineEdit" name="gridSizeEdit" 63 <property name="minimumSize" 63 <widget class="QLineEdit" name="gridSizeEdit"> 64 <property name="minimumSize"> 64 65 <size> 65 66 <width>64</width> … … 67 68 </size> 68 69 </property> 69 <property name="maximumSize" 70 <property name="maximumSize"> 70 71 <size> 71 72 <width>64</width> … … 76 77 </item> 77 78 <item> 78 <widget class="QLabel" name="gridSubdivLabel" 79 <property name="text" 79 <widget class="QLabel" name="gridSubdivLabel"> 80 <property name="text"> 80 81 <string>Subdivision</string> 81 82 </property> … … 83 84 </item> 84 85 <item> 85 <widget class="QSpinBox" name="gridSubdivSpinBox" 86 <widget class="QSpinBox" name="gridSubdivSpinBox"/> 86 87 </item> 87 88 <item> 88 89 <spacer> 89 <property name="orientation" 90 <property name="orientation"> 90 91 <enum>Qt::Horizontal</enum> 91 92 </property> 92 <property name="sizeHint" stdset="0" 93 <property name="sizeHint" stdset="0"> 93 94 <size> 94 95 <width>40</width> … … 104 105 </item> 105 106 <item> 106 <widget class="QGroupBox" name="offscreenSceneRenderingGroupBox" 107 <property name="title" 107 <widget class="QGroupBox" name="offscreenSceneRenderingGroupBox"> 108 <property name="title"> 108 109 <string>Off-screen Scene Rendering</string> 109 110 </property> 110 <layout class="QHBoxLayout" 111 <property name="spacing" 111 <layout class="QHBoxLayout"> 112 <property name="spacing"> 112 113 <number>6</number> 113 114 </property> 114 <property name="margin" 115 <property name="margin"> 115 116 <number>4</number> 116 117 </property> 117 118 <item> 118 <layout class="QVBoxLayout" 119 <property name="spacing" 119 <layout class="QVBoxLayout"> 120 <property name="spacing"> 120 121 <number>6</number> 121 122 </property> 122 <property name="margin" 123 <property name="margin"> 123 124 <number>0</number> 124 125 </property> 125 126 <item> 126 <layout class="QHBoxLayout" 127 <property name="spacing" 127 <layout class="QHBoxLayout"> 128 <property name="spacing"> 128 129 <number>6</number> 129 130 </property> 130 <property name="margin" 131 <property name="margin"> 131 132 <number>0</number> 132 133 </property> 133 134 <item> 134 <widget class="QLabel" name="bufferSizeLabel" 135 <property name="text" 135 <widget class="QLabel" name="bufferSizeLabel"> 136 <property name="text"> 136 137 <string>Buffer size</string> 137 138 </property> … … 139 140 </item> 140 141 <item> 141 <widget class="QComboBox" name="bufferWidthComboBox" 142 <item> 143 <property name="text" 142 <widget class="QComboBox" name="bufferWidthComboBox"> 143 <item> 144 <property name="text"> 144 145 <string>128</string> 145 146 </property> 146 147 </item> 147 148 <item> 148 <property name="text" 149 <property name="text"> 149 150 <string>256</string> 150 151 </property> 151 152 </item> 152 153 <item> 153 <property name="text" 154 <property name="text"> 154 155 <string>512</string> 155 156 </property> 156 157 </item> 157 158 <item> 158 <property name="text" 159 <property name="text"> 159 160 <string>1024</string> 160 161 </property> 161 162 </item> 162 163 <item> 163 <property name="text" 164 <property name="text"> 164 165 <string>2048</string> 165 166 </property> 166 167 </item> 167 168 <item> 168 <property name="text" 169 <property name="text"> 169 170 <string>4096</string> 170 171 </property> … … 173 174 </item> 174 175 <item> 175 <widget class="QComboBox" name="bufferHeightComboBox" 176 <item> 177 <property name="text" 176 <widget class="QComboBox" name="bufferHeightComboBox"> 177 <item> 178 <property name="text"> 178 179 <string>128</string> 179 180 </property> 180 181 </item> 181 182 <item> 182 <property name="text" 183 <property name="text"> 183 184 <string>256</string> 184 185 </property> 185 186 </item> 186 187 <item> 187 <property name="text" 188 <property name="text"> 188 189 <string>512</string> 189 190 </property> 190 191 </item> 191 192 <item> 192 <property name="text" 193 <property name="text"> 193 194 <string>1024</string> 194 195 </property> 195 196 </item> 196 197 <item> 197 <property name="text" 198 <property name="text"> 198 199 <string>2048</string> 199 200 </property> 200 201 </item> 201 202 <item> 202 <property name="text" 203 <property name="text"> 203 204 <string>4096</string> 204 205 </property> … … 208 209 <item> 209 210 <spacer> 210 <property name="orientation" 211 <property name="orientation"> 211 212 <enum>Qt::Horizontal</enum> 212 213 </property> 213 <property name="sizeHint" stdset="0" 214 <property name="sizeHint" stdset="0"> 214 215 <size> 215 216 <width>40</width> … … 227 228 </item> 228 229 <item> 229 <widget class="QGroupBox" name="blendMapGroupBox" 230 <property name="title" 230 <widget class="QGroupBox" name="blendMapGroupBox"> 231 <property name="title"> 231 232 <string>Blend Map</string> 232 233 </property> 233 <layout class="QHBoxLayout" 234 <property name="spacing" 234 <layout class="QHBoxLayout"> 235 <property name="spacing"> 235 236 <number>6</number> 236 237 </property> 237 <property name="margin" 238 <property name="margin"> 238 239 <number>4</number> 239 240 </property> 240 241 <item> 241 <layout class="QVBoxLayout" 242 <property name="spacing" 242 <layout class="QVBoxLayout"> 243 <property name="spacing"> 243 244 <number>6</number> 244 245 </property> 245 <property name="margin" 246 <property name="margin"> 246 247 <number>0</number> 247 248 </property> 248 249 <item> 249 <layout class="QHBoxLayout" 250 <property name="spacing" 250 <layout class="QHBoxLayout"> 251 <property name="spacing"> 251 252 <number>6</number> 252 253 </property> 253 <property name="margin" 254 <property name="margin"> 254 255 <number>0</number> 255 256 </property> 256 257 <item> 257 <widget class="QCheckBox" name="softEdgeCheckBox" 258 <property name="text" 258 <widget class="QCheckBox" name="softEdgeCheckBox"> 259 <property name="text"> 259 260 <string>Soft edge</string> 260 261 </property> … … 262 263 </item> 263 264 <item> 264 <widget class="QLabel" name="blendEdgeWidthLabel" 265 <property name="sizePolicy" 266 <sizepolicy vsizetype="Preferred" hsizetype="Minimum">265 <widget class="QLabel" name="blendEdgeWidthLabel"> 266 <property name="sizePolicy"> 267 <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 267 268 <horstretch>0</horstretch> 268 269 <verstretch>0</verstretch> 269 270 </sizepolicy> 270 271 </property> 271 <property name="text" 272 <property name="text"> 272 273 <string> Width</string> 273 274 </property> … … 275 276 </item> 276 277 <item> 277 <widget class="QSpinBox" name="blendEdgeWidthSpinBox" 278 </item> 279 <item> 280 <widget class="QLabel" name="blendEdgeExponentLabel" 281 <property name="text" 278 <widget class="QSpinBox" name="blendEdgeWidthSpinBox"/> 279 </item> 280 <item> 281 <widget class="QLabel" name="blendEdgeExponentLabel"> 282 <property name="text"> 282 283 <string>Exponent</string> 283 284 </property> … … 285 286 </item> 286 287 <item> 287 <widget class="QLineEdit" name="blendEdgeExponentEdit" 288 <property name="maximumSize" 288 <widget class="QLineEdit" name="blendEdgeExponentEdit"> 289 <property name="maximumSize"> 289 290 <size> 290 291 <width>32</width> … … 296 297 <item> 297 298 <spacer> 298 <property name="orientation" 299 <property name="orientation"> 299 300 <enum>Qt::Horizontal</enum> 300 301 </property> 301 <property name="sizeHint" stdset="0" 302 <property name="sizeHint" stdset="0"> 302 303 <size> 303 304 <width>20</width> … … 315 316 </item> 316 317 <item> 317 <widget class="QGroupBox" name="exportGroupBox" 318 <property name="title" 318 <widget class="QGroupBox" name="exportGroupBox"> 319 <property name="title"> 319 320 <string>Export</string> 320 321 </property> 321 <layout class="QHBoxLayout" 322 <property name="spacing" 322 <layout class="QHBoxLayout"> 323 <property name="spacing"> 323 324 <number>6</number> 324 325 </property> 325 <property name="margin" 326 <property name="margin"> 326 327 <number>4</number> 327 328 </property> 328 329 <item> 329 <layout class="QVBoxLayout" 330 <property name="spacing" 330 <layout class="QVBoxLayout"> 331 <property name="spacing"> 331 332 <number>6</number> 332 333 </property> 333 <property name="margin" 334 <property name="margin"> 334 335 <number>0</number> 335 336 </property> 336 337 <item> 337 <layout class="QHBoxLayout" 338 <property name="spacing" 338 <layout class="QHBoxLayout"> 339 <property name="spacing"> 339 340 <number>6</number> 340 341 </property> 341 <property name="margin" 342 <property name="margin"> 342 343 <number>0</number> 343 344 </property> 344 345 <item> 345 <widget class="QLabel" name="exportSizeLabel" 346 <property name="text" 346 <widget class="QLabel" name="exportSizeLabel"> 347 <property name="text"> 347 348 <string>Image size</string> 348 349 </property> … … 350 351 </item> 351 352 <item> 352 <widget class="QComboBox" name="exportWidthComboBox" 353 <property name="editable" 353 <widget class="QComboBox" name="exportWidthComboBox"> 354 <property name="editable"> 354 355 <bool>true</bool> 355 356 </property> 356 357 <item> 357 <property name="text" 358 <property name="text"> 358 359 <string>256</string> 359 360 </property> 360 361 </item> 361 362 <item> 362 <property name="text" 363 <property name="text"> 363 364 <string>512</string> 364 365 </property> 365 366 </item> 366 367 <item> 367 <property name="text" 368 <property name="text"> 368 369 <string>1024</string> 369 370 </property> 370 371 </item> 371 372 <item> 372 <property name="text" 373 <property name="text"> 373 374 <string>2048</string> 374 375 </property> … … 377 378 </item> 378 379 <item> 379 <widget class="QComboBox" name="exportHeightComboBox" 380 <property name="editable" 380 <widget class="QComboBox" name="exportHeightComboBox"> 381 <property name="editable"> 381 382 <bool>true</bool> 382 383 </property> 383 384 <item> 384 <property name="text" 385 <property name="text"> 385 386 <string>256</string> 386 387 </property> 387 388 </item> 388 389 <item> 389 <property name="text" 390 <property name="text"> 390 391 <string>512</string> 391 392 </property> 392 393 </item> 393 394 <item> 394 <property name="text" 395 <property name="text"> 395 396 <string>1024</string> 396 397 </property> 397 398 </item> 398 399 <item> 399 <property name="text" 400 <property name="text"> 400 401 <string>2048</string> 401 402 </property> … … 405 406 <item> 406 407 <spacer> 407 <property name="orientation" 408 <property name="orientation"> 408 409 <enum>Qt::Horizontal</enum> 409 410 </property> 410 <property name="sizeHint" stdset="0" 411 <property name="sizeHint" stdset="0"> 411 412 <size> 412 413 <width>40</width> … … 419 420 </item> 420 421 <item> 421 <widget class="QLabel" name="exportFileNamePatternLabel" 422 <property name="text" 422 <widget class="QLabel" name="exportFileNamePatternLabel"> 423 <property name="text"> 423 424 <string>Export file name pattern</string> 424 425 </property> … … 426 427 </item> 427 428 <item> 428 <layout class="QHBoxLayout" 429 <property name="spacing" 429 <layout class="QHBoxLayout"> 430 <property name="spacing"> 430 431 <number>6</number> 431 432 </property> 432 <property name="margin" 433 <property name="margin"> 433 434 <number>0</number> 434 435 </property> 435 436 <item> 436 437 <spacer> 437 <property name="orientation" 438 <property name="orientation"> 438 439 <enum>Qt::Horizontal</enum> 439 440 </property> 440 <property name="sizeType" 441 <property name="sizeType"> 441 442 <enum>QSizePolicy::Fixed</enum> 442 443 </property> 443 <property name="sizeHint" stdset="0" 444 <property name="sizeHint" stdset="0"> 444 445 <size> 445 446 <width>10</width> … … 450 451 </item> 451 452 <item> 452 <layout class="QGridLayout" 453 <property name="margin" 453 <layout class="QGridLayout"> 454 <property name="margin"> 454 455 <number>0</number> 455 456 </property> 456 <property name="spacing" 457 <property name="spacing"> 457 458 <number>6</number> 458 459 </property> 459 <item row="0" column="0" 460 <widget class="QLabel" name="exportDistortMapPatternLabel" 461 <property name="text" 460 <item row="0" column="0"> 461 <widget class="QLabel" name="exportDistortMapPatternLabel"> 462 <property name="text"> 462 463 <string>Distortion map file</string> 463 464 </property> 464 465 </widget> 465 466 </item> 466 <item row="2" column="0" 467 <widget class="QLabel" name="exportViewMatrixPatternLabel" 468 <property name="text" 467 <item row="2" column="0"> 468 <widget class="QLabel" name="exportViewMatrixPatternLabel"> 469 <property name="text"> 469 470 <string>View matrix file</string> 470 471 </property> 471 472 </widget> 472 473 </item> 473 <item row="0" column="1" 474 <widget class="QLineEdit" name="exportDistortMapPatternEdit" 475 <property name="minimumSize" 474 <item row="0" column="1"> 475 <widget class="QLineEdit" name="exportDistortMapPatternEdit"> 476 <property name="minimumSize"> 476 477 <size> 477 478 <width>180</width> … … 481 482 </widget> 482 483 </item> 483 <item row="2" column="1" 484 <widget class="QLineEdit" name="exportViewMatrixPatternEdit" 485 </item> 486 <item row="1" column="1" 487 <widget class="QLineEdit" name="exportBlendMapPatternEdit" 488 </item> 489 <item row="1" column="0" 490 <widget class="QLabel" name="exportBlendMapPatternLabel" 491 <property name="text" 484 <item row="2" column="1"> 485 <widget class="QLineEdit" name="exportViewMatrixPatternEdit"/> 486 </item> 487 <item row="1" column="1"> 488 <widget class="QLineEdit" name="exportBlendMapPatternEdit"/> 489 </item> 490 <item row="1" column="0"> 491 <widget class="QLabel" name="exportBlendMapPatternLabel"> 492 <property name="text"> 492 493 <string>Blend map file</string> 493 494 </property> … … 498 499 <item> 499 500 <spacer> 500 <property name="orientation" 501 <property name="orientation"> 501 502 <enum>Qt::Horizontal</enum> 502 503 </property> 503 <property name="sizeHint" stdset="0" 504 <property name="sizeHint" stdset="0"> 504 505 <size> 505 506 <width>40</width> … … 518 519 <item> 519 520 <spacer> 520 <property name="orientation" 521 <property name="orientation"> 521 522 <enum>Qt::Vertical</enum> 522 523 </property> 523 <property name="sizeHint" stdset="0" 524 <property name="sizeHint" stdset="0"> 524 525 <size> 525 526 <width>325</width> … … 530 531 </item> 531 532 <item> 532 <widget class="QPushButton" name="pB_ClosePrefDiag" 533 <property name="text" 533 <widget class="QPushButton" name="pB_ClosePrefDiag"> 534 <property name="text"> 534 535 <string>Close</string> 535 536 </property> … … 541 542 </widget> 542 543 <resources> 543 <include location="../../projdesigner.qrc" 544 <include location="../../projdesigner.qrc"/> 544 545 </resources> 545 546 <connections> … … 550 551 <slot>close()</slot> 551 552 <hints> 552 <hint type="sourcelabel" 553 <hint type="sourcelabel"> 553 554 <x>172</x> 554 555 <y>345</y> 555 556 </hint> 556 <hint type="destinationlabel" 557 <hint type="destinationlabel"> 557 558 <x>172</x> 558 559 <y>181</y>
Note: See TracChangeset
for help on using the changeset viewer.