- Timestamp:
- Feb 27, 2010, 2:13:50 PM (15 years ago)
- Location:
- trunk/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/mainwindow.ui
r94 r95 8 8 <x>0</x> 9 9 <y>0</y> 10 <width> 301</width>11 <height> 352</height>10 <width>500</width> 11 <height>450</height> 12 12 </rect> 13 13 </property> … … 253 253 <x>0</x> 254 254 <y>0</y> 255 <width> 301</width>255 <width>500</width> 256 256 <height>21</height> 257 257 </rect> -
trunk/ui/settingsdialog.ui
r94 r95 229 229 <string>Task generation and solving settings</string> 230 230 </attribute> 231 <layout class="QVBoxLayout" name="_5"> 232 <item> 233 <layout class="QHBoxLayout" name="_10"> 234 <item> 231 <layout class="QVBoxLayout" name="_9"> 232 <item> 233 <layout class="QFormLayout" name="_5"> 234 <property name="fieldGrowthPolicy"> 235 <enum>QFormLayout::ExpandingFieldsGrow</enum> 236 </property> 237 <item row="0" column="0"> 235 238 <widget class="QLabel" name="labelFractionalAccuracy"> 236 239 <property name="text"> … … 239 242 </widget> 240 243 </item> 241 <item >244 <item row="0" column="1"> 242 245 <widget class="QSpinBox" name="spinFractionalAccuracy"> 243 246 <property name="cursor"> … … 252 255 </widget> 253 256 </item> 254 <item>255 <spacer name="spacer_3">256 <property name="orientation">257 <enum>Qt::Horizontal</enum>258 </property>259 <property name="sizeHint" stdset="0">260 <size>261 <width>0</width>262 <height>0</height>263 </size>264 </property>265 </spacer>266 </item>267 257 </layout> 268 258 </item> 269 259 <item> 270 <layout class="QHBoxLayout" name="_7"> 271 <item> 272 <widget class="QGroupBox" name="groupBox"> 273 <property name="title"> 274 <string>Random numbers</string> 275 </property> 276 <layout class="QVBoxLayout" name="_8"> 277 <item> 278 <layout class="QFormLayout" name="_9"> 279 <property name="fieldGrowthPolicy"> 280 <enum>QFormLayout::ExpandingFieldsGrow</enum> 281 </property> 282 <item row="0" column="0"> 283 <widget class="QLabel" name="labelRandMin"> 284 <property name="text"> 285 <string>&Minimal:</string> 286 </property> 287 <property name="buddy"> 288 <cstring>spinRandMin</cstring> 289 </property> 290 </widget> 291 </item> 292 <item row="0" column="1"> 293 <widget class="QSpinBox" name="spinRandMin"> 294 <property name="cursor"> 295 <cursorShape>PointingHandCursor</cursorShape> 296 </property> 297 <property name="statusTip"> 298 <string>Minimum for random number generation</string> 299 </property> 300 </widget> 301 </item> 302 <item row="1" column="0"> 303 <widget class="QLabel" name="labelRandMax"> 304 <property name="text"> 305 <string>Ma&ximal:</string> 306 </property> 307 <property name="buddy"> 308 <cstring>spinRandMax</cstring> 309 </property> 310 </widget> 311 </item> 312 <item row="1" column="1"> 313 <widget class="QSpinBox" name="spinRandMax"> 314 <property name="cursor"> 315 <cursorShape>PointingHandCursor</cursorShape> 316 </property> 317 <property name="statusTip"> 318 <string>Maximum for random number generation</string> 319 </property> 320 </widget> 321 </item> 322 </layout> 260 <widget class="QCheckBox" name="cbSymmetricMode"> 261 <property name="cursor"> 262 <cursorShape>PointingHandCursor</cursorShape> 263 </property> 264 <property name="statusTip"> 265 <string>In this mode the cost of travel from city 1 to city 2 and vice versa is the same</string> 266 </property> 267 <property name="text"> 268 <string>Symmetric mode</string> 269 </property> 270 </widget> 271 </item> 272 <item> 273 <widget class="QGroupBox" name="gbTaskGeneration"> 274 <property name="title"> 275 <string>Task generation</string> 276 </property> 277 <layout class="QVBoxLayout" name="_7"> 278 <item> 279 <layout class="QFormLayout" name="_8"> 280 <property name="fieldGrowthPolicy"> 281 <enum>QFormLayout::ExpandingFieldsGrow</enum> 282 </property> 283 <item row="0" column="0"> 284 <widget class="QLabel" name="labelRandMin"> 285 <property name="text"> 286 <string>Minimal random:</string> 287 </property> 288 <property name="buddy"> 289 <cstring>spinRandMin</cstring> 290 </property> 291 </widget> 323 292 </item> 324 <item >325 <widget class="Q CheckBox" name="cbFractionalRandom">293 <item row="0" column="1"> 294 <widget class="QSpinBox" name="spinRandMin"> 326 295 <property name="cursor"> 327 296 <cursorShape>PointingHandCursor</cursorShape> 328 297 </property> 329 298 <property name="statusTip"> 330 <string>Generate fractional random values with the Fractional accuracy</string> 331 </property> 299 <string>Minimum for random number generation</string> 300 </property> 301 </widget> 302 </item> 303 <item row="1" column="0"> 304 <widget class="QLabel" name="labelRandMax"> 332 305 <property name="text"> 333 <string>Fractional random values</string> 306 <string>Maximal random:</string> 307 </property> 308 <property name="buddy"> 309 <cstring>spinRandMax</cstring> 310 </property> 311 </widget> 312 </item> 313 <item row="1" column="1"> 314 <widget class="QSpinBox" name="spinRandMax"> 315 <property name="cursor"> 316 <cursorShape>PointingHandCursor</cursorShape> 317 </property> 318 <property name="statusTip"> 319 <string>Maximum for random number generation</string> 334 320 </property> 335 321 </widget> 336 322 </item> 337 323 </layout> 338 </ widget>339 </item>340 <item>341 <spacer name="spacer_2">342 <property name="orientation">343 < enum>Qt::Horizontal</enum>344 </property>345 <property name="sizeHint" stdset="0">346 < size>347 <width>0</width>348 < height>0</height>349 </ size>350 </ property>351 </ spacer>352 </ item>353 </ layout>354 </item> 355 <item> 356 <spacer name="spacer_ 5">324 </item> 325 <item> 326 <widget class="QCheckBox" name="cbFractionalRandom"> 327 <property name="cursor"> 328 <cursorShape>PointingHandCursor</cursorShape> 329 </property> 330 <property name="statusTip"> 331 <string>Generate fractional random values with the Fractional accuracy</string> 332 </property> 333 <property name="text"> 334 <string>Fractional random values</string> 335 </property> 336 </widget> 337 </item> 338 </layout> 339 </widget> 340 </item> 341 <item> 342 <spacer name="spacer_2"> 357 343 <property name="orientation"> 358 344 <enum>Qt::Vertical</enum> … … 360 346 <property name="sizeHint" stdset="0"> 361 347 <size> 362 <width> 0</width>348 <width>10</width> 363 349 <height>0</height> 364 350 </size> … … 395 381 </property> 396 382 <item> 397 <spacer name="spacer_ 4">383 <spacer name="spacer_3"> 398 384 <property name="orientation"> 399 385 <enum>Qt::Horizontal</enum> … … 437 423 </item> 438 424 <item> 439 <spacer name="spacer_ 6">425 <spacer name="spacer_4"> 440 426 <property name="orientation"> 441 427 <enum>Qt::Horizontal</enum> … … 471 457 <string>Output font settings</string> 472 458 </property> 473 <layout class="QHBoxLayout" name=" horizontalLayout">459 <layout class="QHBoxLayout" name="_13"> 474 460 <item> 475 461 <widget class="QPushButton" name="buttonFont"> … … 506 492 </widget> 507 493 </item> 494 <item> 495 <spacer name="spacer_5"> 496 <property name="orientation"> 497 <enum>Qt::Horizontal</enum> 498 </property> 499 <property name="sizeHint" stdset="0"> 500 <size> 501 <width>0</width> 502 <height>0</height> 503 </size> 504 </property> 505 </spacer> 506 </item> 508 507 </layout> 509 508 </widget> 510 509 </item> 511 <item>512 <spacer name="spacer_7">513 <property name="orientation">514 <enum>Qt::Horizontal</enum>515 </property>516 <property name="sizeHint" stdset="0">517 <size>518 <width>0</width>519 <height>0</height>520 </size>521 </property>522 </spacer>523 </item>524 510 </layout> 525 511 </item> 526 512 <item> 527 <spacer name=" verticalSpacer">513 <spacer name="spacer_6"> 528 514 <property name="orientation"> 529 515 <enum>Qt::Vertical</enum>
Note: See TracChangeset
for help on using the changeset viewer.