Changeset 1198
- Timestamp:
- 12/15/08 15:53:54 (4 years ago)
- Location:
- trunk/papywizard/view
- Files:
-
- 2 edited
-
mainWindow.glade (modified) (13 diffs)
-
shootDialog.glade (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/papywizard/view/mainWindow.glade
r1187 r1198 43 43 <widget class="GtkImageMenuItem" id="fileLoadGtkrcMenuitem"> 44 44 <property name="visible">True</property> 45 <property name="label" translatable="yes" context="yes">Load G rkrc File...</property>45 <property name="label" translatable="yes" context="yes">Load Gtkrc File...</property> 46 46 <property name="use_underline">True</property> 47 47 <signal name="activate" handler="on_fileLoadGtkrcMenuitem_activate"/> … … 322 322 </child> 323 323 <child> 324 <widget class="GtkLabel" id="pitchResolutionLabel"> 325 <property name="visible">True</property> 326 <property name="label" translatable="yes" context="yes">--</property> 324 <widget class="GtkButton" id="setEndButton"> 325 <property name="visible">True</property> 326 <property name="can_focus">True</property> 327 <property name="receives_default">True</property> 328 <property name="label" translatable="yes" context="yes">End (°)</property> 329 <property name="xalign">0.89999997615814209</property> 330 <property name="response_id">0</property> 331 <signal name="clicked" handler="on_setEndButton_clicked"/> 332 </widget> 333 <packing> 334 <property name="top_attach">2</property> 335 <property name="bottom_attach">3</property> 336 </packing> 337 </child> 338 <child> 339 <widget class="GtkButton" id="setStartButton"> 340 <property name="visible">True</property> 341 <property name="can_focus">True</property> 342 <property name="receives_default">True</property> 343 <property name="label" translatable="yes" context="yes">Start (°)</property> 344 <property name="xalign">0.89999997615814209</property> 345 <property name="response_id">0</property> 346 <signal name="clicked" handler="on_setStartButton_clicked"/> 347 </widget> 348 <packing> 349 <property name="top_attach">1</property> 350 <property name="bottom_attach">2</property> 351 </packing> 352 </child> 353 <child> 354 <widget class="GtkLabel" id="label3"> 355 <property name="visible">True</property> 356 <property name="label" translatable="yes" context="yes">Yaw</property> 357 <property name="justify">GTK_JUSTIFY_CENTER</property> 358 <property name="single_line_mode">True</property> 359 <property name="max_width_chars">7</property> 360 </widget> 361 <packing> 362 <property name="left_attach">1</property> 363 <property name="right_attach">2</property> 364 </packing> 365 </child> 366 <child> 367 <widget class="GtkLabel" id="label2"> 368 <property name="visible">True</property> 369 <property name="label" translatable="yes" context="yes">Pitch</property> 370 <property name="justify">GTK_JUSTIFY_CENTER</property> 371 <property name="single_line_mode">True</property> 327 372 <property name="max_width_chars">7</property> 328 373 </widget> … … 330 375 <property name="left_attach">2</property> 331 376 <property name="right_attach">3</property> 332 <property name="top_attach">6</property> 333 <property name="bottom_attach">7</property> 334 </packing> 335 </child> 336 <child> 337 <widget class="GtkLabel" id="yawResolutionLabel"> 338 <property name="visible">True</property> 339 <property name="label" translatable="yes" context="yes">--</property> 340 <property name="max_width_chars">7</property> 377 </packing> 378 </child> 379 <child> 380 <widget class="GtkButton" id="setYawStartButton"> 381 <property name="width_request">100</property> 382 <property name="visible">True</property> 383 <property name="receives_default">True</property> 384 <property name="label" translatable="yes" context="yes">--</property> 385 <property name="response_id">0</property> 386 <signal name="clicked" handler="on_setYawStartButton_clicked"/> 341 387 </widget> 342 388 <packing> 343 389 <property name="left_attach">1</property> 344 390 <property name="right_attach">2</property> 345 <property name="top_attach">6</property> 346 <property name="bottom_attach">7</property> 347 </packing> 348 </child> 349 <child> 350 <widget class="GtkLabel" id="label4"> 391 <property name="top_attach">1</property> 392 <property name="bottom_attach">2</property> 393 </packing> 394 </child> 395 <child> 396 <widget class="GtkButton" id="setPitchStartButton"> 397 <property name="width_request">100</property> 398 <property name="visible">True</property> 399 <property name="receives_default">True</property> 400 <property name="label" translatable="yes" context="yes">--</property> 401 <property name="response_id">0</property> 402 <signal name="clicked" handler="on_setPitchStartButton_clicked"/> 403 </widget> 404 <packing> 405 <property name="left_attach">2</property> 406 <property name="right_attach">3</property> 407 <property name="top_attach">1</property> 408 <property name="bottom_attach">2</property> 409 </packing> 410 </child> 411 <child> 412 <widget class="GtkButton" id="setPitchEndButton"> 413 <property name="width_request">100</property> 414 <property name="visible">True</property> 415 <property name="can_focus">True</property> 416 <property name="receives_default">True</property> 417 <property name="label" translatable="yes" context="yes">--</property> 418 <property name="response_id">0</property> 419 <signal name="clicked" handler="on_setPitchEndButton_clicked"/> 420 </widget> 421 <packing> 422 <property name="left_attach">2</property> 423 <property name="right_attach">3</property> 424 <property name="top_attach">2</property> 425 <property name="bottom_attach">3</property> 426 </packing> 427 </child> 428 <child> 429 <widget class="GtkButton" id="setYawEndButton"> 430 <property name="width_request">100</property> 431 <property name="visible">True</property> 432 <property name="receives_default">True</property> 433 <property name="label" translatable="yes" context="yes">--</property> 434 <property name="response_id">0</property> 435 <signal name="clicked" handler="on_setYawEndButton_clicked"/> 436 </widget> 437 <packing> 438 <property name="left_attach">1</property> 439 <property name="right_attach">2</property> 440 <property name="top_attach">2</property> 441 <property name="bottom_attach">3</property> 442 </packing> 443 </child> 444 <child> 445 <widget class="GtkLabel" id="label8"> 351 446 <property name="visible">True</property> 352 447 <property name="xalign">0.89999997615814209</property> 353 <property name="label" translatable="yes" context="yes">Resolution (px)</property> 354 </widget> 355 <packing> 356 <property name="top_attach">6</property> 357 <property name="bottom_attach">7</property> 448 <property name="label" translatable="yes" context="yes">Real overlap (%)</property> 449 </widget> 450 <packing> 451 <property name="top_attach">5</property> 452 <property name="bottom_attach">6</property> 453 </packing> 454 </child> 455 <child> 456 <widget class="GtkLabel" id="yawFovLabel"> 457 <property name="visible">True</property> 458 <property name="label" translatable="yes" context="yes">--</property> 459 <property name="justify">GTK_JUSTIFY_CENTER</property> 460 <property name="max_width_chars">7</property> 461 </widget> 462 <packing> 463 <property name="left_attach">1</property> 464 <property name="right_attach">2</property> 465 <property name="top_attach">3</property> 466 <property name="bottom_attach">4</property> 467 </packing> 468 </child> 469 <child> 470 <widget class="GtkLabel" id="pitchFovLabel"> 471 <property name="visible">True</property> 472 <property name="label" translatable="yes" context="yes">--</property> 473 <property name="justify">GTK_JUSTIFY_CENTER</property> 474 <property name="max_width_chars">7</property> 475 </widget> 476 <packing> 477 <property name="left_attach">2</property> 478 <property name="right_attach">3</property> 479 <property name="top_attach">3</property> 480 <property name="bottom_attach">4</property> 481 </packing> 482 </child> 483 <child> 484 <widget class="GtkLabel" id="pitchNbPictsLabel"> 485 <property name="visible">True</property> 486 <property name="label" translatable="yes" context="yes">--</property> 487 <property name="justify">GTK_JUSTIFY_CENTER</property> 488 <property name="max_width_chars">7</property> 489 </widget> 490 <packing> 491 <property name="left_attach">2</property> 492 <property name="right_attach">3</property> 493 <property name="top_attach">4</property> 494 <property name="bottom_attach">5</property> 495 </packing> 496 </child> 497 <child> 498 <widget class="GtkLabel" id="yawNbPictsLabel"> 499 <property name="visible">True</property> 500 <property name="label" translatable="yes" context="yes">--</property> 501 <property name="justify">GTK_JUSTIFY_CENTER</property> 502 <property name="max_width_chars">7</property> 503 </widget> 504 <packing> 505 <property name="left_attach">1</property> 506 <property name="right_attach">2</property> 507 <property name="top_attach">4</property> 508 <property name="bottom_attach">5</property> 509 </packing> 510 </child> 511 <child> 512 <widget class="GtkLabel" id="yawRealOverlapLabel"> 513 <property name="visible">True</property> 514 <property name="label" translatable="yes" context="yes">--</property> 515 <property name="justify">GTK_JUSTIFY_CENTER</property> 516 <property name="max_width_chars">7</property> 517 </widget> 518 <packing> 519 <property name="left_attach">1</property> 520 <property name="right_attach">2</property> 521 <property name="top_attach">5</property> 522 <property name="bottom_attach">6</property> 523 </packing> 524 </child> 525 <child> 526 <widget class="GtkLabel" id="pitchRealOverlapLabel"> 527 <property name="visible">True</property> 528 <property name="label" translatable="yes" context="yes">--</property> 529 <property name="justify">GTK_JUSTIFY_CENTER</property> 530 <property name="max_width_chars">7</property> 531 </widget> 532 <packing> 533 <property name="left_attach">2</property> 534 <property name="right_attach">3</property> 535 <property name="top_attach">5</property> 536 <property name="bottom_attach">6</property> 537 </packing> 538 </child> 539 <child> 540 <widget class="GtkButton" id="totalFovButton"> 541 <property name="visible">True</property> 542 <property name="can_focus">True</property> 543 <property name="receives_default">True</property> 544 <property name="label" translatable="yes" context="yes">Total fov (°)</property> 545 <property name="xalign">0.89999997615814209</property> 546 <property name="response_id">0</property> 547 <signal name="clicked" handler="on_totalFovButton_clicked"/> 548 </widget> 549 <packing> 550 <property name="top_attach">3</property> 551 <property name="bottom_attach">4</property> 358 552 </packing> 359 553 </child> … … 374 568 </child> 375 569 <child> 376 <widget class="GtkButton" id="totalFovButton"> 377 <property name="visible">True</property> 378 <property name="can_focus">True</property> 379 <property name="receives_default">True</property> 380 <property name="label" translatable="yes" context="yes">Total fov (°)</property> 570 <widget class="GtkLabel" id="label4"> 571 <property name="visible">True</property> 381 572 <property name="xalign">0.89999997615814209</property> 382 <property name="response_id">0</property> 383 <signal name="clicked" handler="on_totalFovButton_clicked"/> 384 </widget> 385 <packing> 386 <property name="top_attach">3</property> 387 <property name="bottom_attach">4</property> 388 </packing> 389 </child> 390 <child> 391 <widget class="GtkLabel" id="pitchRealOverlapLabel"> 392 <property name="visible">True</property> 393 <property name="label" translatable="yes" context="yes">--</property> 394 <property name="justify">GTK_JUSTIFY_CENTER</property> 573 <property name="label" translatable="yes" context="yes">Resolution (px)</property> 574 </widget> 575 <packing> 576 <property name="top_attach">6</property> 577 <property name="bottom_attach">7</property> 578 </packing> 579 </child> 580 <child> 581 <widget class="GtkLabel" id="yawResolutionLabel"> 582 <property name="visible">True</property> 583 <property name="label" translatable="yes" context="yes">--</property> 584 <property name="max_width_chars">7</property> 585 </widget> 586 <packing> 587 <property name="left_attach">1</property> 588 <property name="right_attach">2</property> 589 <property name="top_attach">6</property> 590 <property name="bottom_attach">7</property> 591 </packing> 592 </child> 593 <child> 594 <widget class="GtkLabel" id="pitchResolutionLabel"> 595 <property name="visible">True</property> 596 <property name="label" translatable="yes" context="yes">--</property> 395 597 <property name="max_width_chars">7</property> 396 598 </widget> … … 398 600 <property name="left_attach">2</property> 399 601 <property name="right_attach">3</property> 400 <property name="top_attach">5</property> 401 <property name="bottom_attach">6</property> 402 </packing> 403 </child> 404 <child> 405 <widget class="GtkLabel" id="yawRealOverlapLabel"> 406 <property name="visible">True</property> 407 <property name="label" translatable="yes" context="yes">--</property> 408 <property name="justify">GTK_JUSTIFY_CENTER</property> 409 <property name="max_width_chars">7</property> 410 </widget> 411 <packing> 412 <property name="left_attach">1</property> 413 <property name="right_attach">2</property> 414 <property name="top_attach">5</property> 415 <property name="bottom_attach">6</property> 416 </packing> 417 </child> 418 <child> 419 <widget class="GtkLabel" id="yawNbPictsLabel"> 420 <property name="visible">True</property> 421 <property name="label" translatable="yes" context="yes">--</property> 422 <property name="justify">GTK_JUSTIFY_CENTER</property> 423 <property name="max_width_chars">7</property> 424 </widget> 425 <packing> 426 <property name="left_attach">1</property> 427 <property name="right_attach">2</property> 428 <property name="top_attach">4</property> 429 <property name="bottom_attach">5</property> 430 </packing> 431 </child> 432 <child> 433 <widget class="GtkLabel" id="pitchNbPictsLabel"> 434 <property name="visible">True</property> 435 <property name="label" translatable="yes" context="yes">--</property> 436 <property name="justify">GTK_JUSTIFY_CENTER</property> 437 <property name="max_width_chars">7</property> 438 </widget> 439 <packing> 440 <property name="left_attach">2</property> 441 <property name="right_attach">3</property> 442 <property name="top_attach">4</property> 443 <property name="bottom_attach">5</property> 444 </packing> 445 </child> 446 <child> 447 <widget class="GtkLabel" id="pitchFovLabel"> 448 <property name="visible">True</property> 449 <property name="label" translatable="yes" context="yes">--</property> 450 <property name="justify">GTK_JUSTIFY_CENTER</property> 451 <property name="max_width_chars">7</property> 452 </widget> 453 <packing> 454 <property name="left_attach">2</property> 455 <property name="right_attach">3</property> 456 <property name="top_attach">3</property> 457 <property name="bottom_attach">4</property> 458 </packing> 459 </child> 460 <child> 461 <widget class="GtkLabel" id="yawFovLabel"> 462 <property name="visible">True</property> 463 <property name="label" translatable="yes" context="yes">--</property> 464 <property name="justify">GTK_JUSTIFY_CENTER</property> 465 <property name="max_width_chars">7</property> 466 </widget> 467 <packing> 468 <property name="left_attach">1</property> 469 <property name="right_attach">2</property> 470 <property name="top_attach">3</property> 471 <property name="bottom_attach">4</property> 472 </packing> 473 </child> 474 <child> 475 <widget class="GtkLabel" id="label8"> 476 <property name="visible">True</property> 477 <property name="xalign">0.89999997615814209</property> 478 <property name="label" translatable="yes" context="yes">Real overlap (%)</property> 479 </widget> 480 <packing> 481 <property name="top_attach">5</property> 482 <property name="bottom_attach">6</property> 483 </packing> 484 </child> 485 <child> 486 <widget class="GtkButton" id="setYawEndButton"> 487 <property name="width_request">100</property> 488 <property name="visible">True</property> 489 <property name="receives_default">True</property> 490 <property name="label" translatable="yes" context="yes">--</property> 491 <property name="response_id">0</property> 492 <signal name="clicked" handler="on_setYawEndButton_clicked"/> 493 </widget> 494 <packing> 495 <property name="left_attach">1</property> 496 <property name="right_attach">2</property> 497 <property name="top_attach">2</property> 498 <property name="bottom_attach">3</property> 499 </packing> 500 </child> 501 <child> 502 <widget class="GtkButton" id="setPitchEndButton"> 503 <property name="width_request">100</property> 504 <property name="visible">True</property> 505 <property name="can_focus">True</property> 506 <property name="receives_default">True</property> 507 <property name="label" translatable="yes" context="yes">--</property> 508 <property name="response_id">0</property> 509 <signal name="clicked" handler="on_setPitchEndButton_clicked"/> 510 </widget> 511 <packing> 512 <property name="left_attach">2</property> 513 <property name="right_attach">3</property> 514 <property name="top_attach">2</property> 515 <property name="bottom_attach">3</property> 516 </packing> 517 </child> 518 <child> 519 <widget class="GtkButton" id="setPitchStartButton"> 520 <property name="width_request">100</property> 521 <property name="visible">True</property> 522 <property name="receives_default">True</property> 523 <property name="label" translatable="yes" context="yes">--</property> 524 <property name="response_id">0</property> 525 <signal name="clicked" handler="on_setPitchStartButton_clicked"/> 526 </widget> 527 <packing> 528 <property name="left_attach">2</property> 529 <property name="right_attach">3</property> 530 <property name="top_attach">1</property> 531 <property name="bottom_attach">2</property> 532 </packing> 533 </child> 534 <child> 535 <widget class="GtkButton" id="setYawStartButton"> 536 <property name="width_request">100</property> 537 <property name="visible">True</property> 538 <property name="receives_default">True</property> 539 <property name="label" translatable="yes" context="yes">--</property> 540 <property name="response_id">0</property> 541 <signal name="clicked" handler="on_setYawStartButton_clicked"/> 542 </widget> 543 <packing> 544 <property name="left_attach">1</property> 545 <property name="right_attach">2</property> 546 <property name="top_attach">1</property> 547 <property name="bottom_attach">2</property> 548 </packing> 549 </child> 550 <child> 551 <widget class="GtkLabel" id="label2"> 552 <property name="visible">True</property> 553 <property name="label" translatable="yes" context="yes">Pitch</property> 554 <property name="justify">GTK_JUSTIFY_CENTER</property> 555 <property name="single_line_mode">True</property> 556 <property name="max_width_chars">7</property> 557 </widget> 558 <packing> 559 <property name="left_attach">2</property> 560 <property name="right_attach">3</property> 561 </packing> 562 </child> 563 <child> 564 <widget class="GtkLabel" id="label3"> 565 <property name="visible">True</property> 566 <property name="label" translatable="yes" context="yes">Yaw</property> 567 <property name="justify">GTK_JUSTIFY_CENTER</property> 568 <property name="single_line_mode">True</property> 569 <property name="max_width_chars">7</property> 570 </widget> 571 <packing> 572 <property name="left_attach">1</property> 573 <property name="right_attach">2</property> 574 </packing> 575 </child> 576 <child> 577 <widget class="GtkButton" id="setStartButton"> 578 <property name="visible">True</property> 579 <property name="can_focus">True</property> 580 <property name="receives_default">True</property> 581 <property name="label" translatable="yes" context="yes">Start (°)</property> 582 <property name="xalign">0.89999997615814209</property> 583 <property name="response_id">0</property> 584 <signal name="clicked" handler="on_setStartButton_clicked"/> 585 </widget> 586 <packing> 587 <property name="top_attach">1</property> 588 <property name="bottom_attach">2</property> 589 </packing> 590 </child> 591 <child> 592 <widget class="GtkButton" id="setEndButton"> 593 <property name="visible">True</property> 594 <property name="can_focus">True</property> 595 <property name="receives_default">True</property> 596 <property name="label" translatable="yes" context="yes">End (°)</property> 597 <property name="xalign">0.89999997615814209</property> 598 <property name="response_id">0</property> 599 <signal name="clicked" handler="on_setEndButton_clicked"/> 600 </widget> 601 <packing> 602 <property name="top_attach">2</property> 603 <property name="bottom_attach">3</property> 602 <property name="top_attach">6</property> 603 <property name="bottom_attach">7</property> 604 604 </packing> 605 605 </child> … … 723 723 <property name="homogeneous">True</property> 724 724 <child> 725 <widget class="GtkLabel" id=" label10">725 <widget class="GtkLabel" id="pitchHeadPosLabel"> 726 726 <property name="visible">True</property> 727 <property name="label" translatable="yes" context="yes"> Pitch</property>727 <property name="label" translatable="yes" context="yes">--</property> 728 728 <property name="justify">GTK_JUSTIFY_CENTER</property> 729 729 <property name="max_width_chars">7</property> … … 732 732 <property name="left_attach">1</property> 733 733 <property name="right_attach">2</property> 734 <property name="top_attach">1</property> 735 <property name="bottom_attach">2</property> 734 736 </packing> 735 </child>736 <child>737 <widget class="GtkLabel" id="label11">738 <property name="visible">True</property>739 <property name="label" translatable="yes" context="yes">Yaw</property>740 <property name="justify">GTK_JUSTIFY_CENTER</property>741 <property name="max_width_chars">7</property>742 </widget>743 737 </child> 744 738 <child> … … 755 749 </child> 756 750 <child> 757 <widget class="GtkLabel" id=" pitchHeadPosLabel">751 <widget class="GtkLabel" id="label11"> 758 752 <property name="visible">True</property> 759 <property name="label" translatable="yes" context="yes">--</property> 753 <property name="label" translatable="yes" context="yes">Yaw</property> 754 <property name="justify">GTK_JUSTIFY_CENTER</property> 755 <property name="max_width_chars">7</property> 756 </widget> 757 </child> 758 <child> 759 <widget class="GtkLabel" id="label10"> 760 <property name="visible">True</property> 761 <property name="label" translatable="yes" context="yes">Pitch</property> 760 762 <property name="justify">GTK_JUSTIFY_CENTER</property> 761 763 <property name="max_width_chars">7</property> … … 764 766 <property name="left_attach">1</property> 765 767 <property name="right_attach">2</property> 766 <property name="top_attach">1</property>767 <property name="bottom_attach">2</property>768 768 </packing> 769 769 </child> … … 801 801 </child> 802 802 <child> 803 <widget class="Gtk ToggleButton" id="pitchMoveMinusTogglebutton">803 <widget class="GtkButton" id="hardwareSetOriginButtonOld"> 804 804 <property name="visible">True</property> 805 <property name="can_focus">True</property>806 805 <property name="receives_default">True</property> 807 806 <property name="response_id">0</property> 808 <signal name="pressed" handler="on_pitchMoveMinusTogglebutton_pressed"/> 809 <signal name="released" handler="on_pitchMoveMinusTogglebutton_released"/> 807 <signal name="clicked" handler="on_hardwareSetOriginButton_clicked"/> 810 808 <child> 811 <widget class="GtkImage" id="image 5">809 <widget class="GtkImage" id="image4"> 812 810 <property name="visible">True</property> 813 <property name="stock">gtk- go-down</property>811 <property name="stock">gtk-home</property> 814 812 <property name="icon_size">5</property> 815 813 </widget> … … 819 817 <property name="left_attach">1</property> 820 818 <property name="right_attach">2</property> 821 <property name="top_attach">2</property> 822 <property name="bottom_attach">3</property> 819 <property name="top_attach">1</property> 820 <property name="bottom_attach">2</property> 821 <property name="x_options">GTK_EXPAND</property> 822 <property name="y_options">GTK_EXPAND</property> 823 </packing> 824 </child> 825 <child> 826 <widget class="GtkToggleButton" id="yawMoveMinusTogglebutton"> 827 <property name="visible">True</property> 828 <property name="can_focus">True</property> 829 <property name="receives_default">True</property> 830 <property name="response_id">0</property> 831 <signal name="pressed" handler="on_yawMoveMinusTogglebutton_pressed"/> 832 <signal name="released" handler="on_yawMoveMinusTogglebutton_released"/> 833 <child> 834 <widget class="GtkImage" id="image11"> 835 <property name="visible">True</property> 836 <property name="stock">gtk-go-back</property> 837 <property name="icon_size">5</property> 838 </widget> 839 </child> 840 </widget> 841 <packing> 842 <property name="top_attach">1</property> 843 <property name="bottom_attach">2</property> 844 </packing> 845 </child> 846 <child> 847 <widget class="GtkToggleButton" id="pitchMovePlusTogglebutton"> 848 <property name="visible">True</property> 849 <property name="can_focus">True</property> 850 <property name="receives_default">True</property> 851 <property name="response_id">0</property> 852 <signal name="pressed" handler="on_pitchMovePlusTogglebutton_pressed"/> 853 <signal name="released" handler="on_pitchMovePlusTogglebutton_released"/> 854 <child> 855 <widget class="GtkImage" id="image2"> 856 <property name="visible">True</property> 857 <property name="stock">gtk-go-up</property> 858 <property name="icon_size">5</property> 859 </widget> 860 </child> 861 </widget> 862 <packing> 863 <property name="left_attach">1</property> 864 <property name="right_attach">2</property> 823 865 </packing> 824 866 </child> … … 847 889 </child> 848 890 <child> 849 <widget class="GtkToggleButton" id="pitchMove PlusTogglebutton">891 <widget class="GtkToggleButton" id="pitchMoveMinusTogglebutton"> 850 892 <property name="visible">True</property> 851 893 <property name="can_focus">True</property> 852 894 <property name="receives_default">True</property> 853 895 <property name="response_id">0</property> 854 <signal name="pressed" handler="on_pitchMove PlusTogglebutton_pressed"/>855 <signal name="released" handler="on_pitchMove PlusTogglebutton_released"/>896 <signal name="pressed" handler="on_pitchMoveMinusTogglebutton_pressed"/> 897 <signal name="released" handler="on_pitchMoveMinusTogglebutton_released"/> 856 898 <child> 857 <widget class="GtkImage" id="image 2">899 <widget class="GtkImage" id="image5"> 858 900 <property name="visible">True</property> 859 <property name="stock">gtk-go- up</property>901 <property name="stock">gtk-go-down</property> 860 902 <property name="icon_size">5</property> 861 903 </widget> … … 865 907 <property name="left_attach">1</property> 866 908 <property name="right_attach">2</property> 867 </packing> 868 </child> 869 <child> 870 <widget class="GtkToggleButton" id="yawMoveMinusTogglebutton"> 871 <property name="visible">True</property> 872 <property name="can_focus">True</property> 873 <property name="receives_default">True</property> 874 <property name="response_id">0</property> 875 <signal name="pressed" handler="on_yawMoveMinusTogglebutton_pressed"/> 876 <signal name="released" handler="on_yawMoveMinusTogglebutton_released"/> 877 <child> 878 <widget class="GtkImage" id="image11"> 879 <property name="visible">True</property> 880 <property name="stock">gtk-go-back</property> 881 <property name="icon_size">5</property> 882 </widget> 883 </child> 884 </widget> 885 <packing> 886 <property name="top_attach">1</property> 887 <property name="bottom_attach">2</property> 888 </packing> 889 </child> 890 <child> 891 <widget class="GtkButton" id="hardwareSetOriginButtonOld"> 892 <property name="visible">True</property> 893 <property name="receives_default">True</property> 894 <property name="response_id">0</property> 895 <signal name="clicked" handler="on_hardwareSetOriginButton_clicked"/> 896 <child> 897 <widget class="GtkImage" id="image4"> 898 <property name="visible">True</property> 899 <property name="stock">gtk-home</property> 900 <property name="icon_size">5</property> 901 </widget> 902 </child> 903 </widget> 904 <packing> 905 <property name="left_attach">1</property> 906 <property name="right_attach">2</property> 907 <property name="top_attach">1</property> 908 <property name="bottom_attach">2</property> 909 <property name="x_options">GTK_EXPAND</property> 910 <property name="y_options">GTK_EXPAND</property> 909 <property name="top_attach">2</property> 910 <property name="bottom_attach">3</property> 911 911 </packing> 912 912 </child> -
trunk/papywizard/view/shootDialog.glade
r1195 r1198 1 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> 3 <!--Generated with glade3 3.4.5 on Mon Dec 15 1 4:37:162008 -->3 <!--Generated with glade3 3.4.5 on Mon Dec 15 15:45:12 2008 --> 4 4 <glade-interface> 5 5 <widget class="GtkDialog" id="dialog"> … … 85 85 <property name="row_spacing">5</property> 86 86 <child> 87 <widget class="GtkHBox" id="hbox12"> 88 <property name="visible">True</property> 89 <property name="spacing">5</property> 90 <child> 91 <widget class="GtkLabel" id="label1"> 92 <property name="visible">True</property> 93 <property name="xalign">0.89999997615814209</property> 94 <property name="label" translatable="yes" context="yes">Repeat</property> 95 </widget> 96 </child> 97 <child> 98 <widget class="GtkLabel" id="repeatLabel"> 99 <property name="visible">True</property> 100 <property name="label" translatable="yes" context="yes">--/--</property> 101 <property name="justify">GTK_JUSTIFY_CENTER</property> 102 <property name="max_width_chars">5</property> 103 </widget> 104 <packing> 105 <property name="expand">False</property> 106 <property name="position">1</property> 107 </packing> 108 </child> 109 </widget> 87 <placeholder/> 110 88 </child> 111 89 <child> … … 317 295 <property name="spacing">5</property> 318 296 <child> 297 <widget class="GtkHBox" id="hbox11"> 298 <property name="visible">True</property> 299 <property name="spacing">5</property> 300 <child> 301 <widget class="GtkLabel" id="label2"> 302 <property name="visible">True</property> 303 <property name="xalign">0.89999997615814209</property> 304 <property name="label" translatable="yes" context="yes">Elapsed time</property> 305 </widget> 306 </child> 307 <child> 308 <widget class="GtkLabel" id="elapsedTimeLabel"> 309 <property name="visible">True</property> 310 <property name="xalign">0</property> 311 <property name="label" translatable="yes" context="yes">00:00:00</property> 312 <property name="justify">GTK_JUSTIFY_CENTER</property> 313 <property name="width_chars">10</property> 314 </widget> 315 <packing> 316 <property name="position">1</property> 317 </packing> 318 </child> 319 </widget> 320 </child> 321 <child> 319 322 <widget class="GtkHBox" id="hbox13"> 320 323 <property name="visible">True</property> … … 332 335 <property name="label" translatable="yes" context="yes">Idle</property> 333 336 <property name="width_chars">22</property> 334 </widget>335 <packing>336 <property name="position">1</property>337 </packing>338 </child>339 </widget>340 <packing>341 <property name="fill">False</property>342 </packing>343 </child>344 <child>345 <widget class="GtkHBox" id="hbox11">346 <property name="visible">True</property>347 <property name="spacing">5</property>348 <child>349 <widget class="GtkLabel" id="label2">350 <property name="visible">True</property>351 <property name="xalign">0.89999997615814209</property>352 <property name="label" translatable="yes" context="yes">Elapsed time</property>353 </widget>354 </child>355 <child>356 <widget class="GtkLabel" id="elapsedTimeLabel">357 <property name="visible">True</property>358 <property name="xalign">0</property>359 <property name="label" translatable="yes" context="yes">00:00:00</property>360 <property name="justify">GTK_JUSTIFY_CENTER</property>361 337 </widget> 362 338 <packing>
Note: See TracChangeset
for help on using the changeset viewer.
