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 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793
|
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PDFDocument</class>
<widget class="QMainWindow" name="PDFDocument">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1179</width>
<height>600</height>
</rect>
</property>
<property name="acceptDrops">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>untitled.pdf[*]</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>Toolbar</string>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionTypeset"/>
<addaction name="separator"/>
<addaction name="actionEnlargeViewer"/>
<addaction name="actionShrinkViewer"/>
<addaction name="actionToggleEmbedded"/>
<addaction name="actionExternalViewer"/>
<addaction name="separator"/>
<addaction name="actionMagnify"/>
<addaction name="actionScroll"/>
<addaction name="separator"/>
<addaction name="actionBack"/>
<addaction name="actionForward"/>
<addaction name="separator"/>
<addaction name="actionFirst_Page"/>
<addaction name="actionPrevious_Page"/>
<addaction name="actionNext_Page"/>
<addaction name="actionLast_Page"/>
<addaction name="separator"/>
<addaction name="actionActual_Size"/>
<addaction name="actionFit_to_Width"/>
<addaction name="actionFit_to_Text_Width"/>
<addaction name="actionFit_to_Window"/>
<addaction name="separator"/>
<addaction name="actionClose"/>
</widget>
<action name="actionAbout_TW">
<property name="text">
<string>&About TeXstudio...</string>
</property>
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
</action>
<action name="actionFirst_Page">
<property name="text">
<string>&First Page</string>
</property>
<property name="shortcut">
<string notr="true">Home</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionPrevious_Page">
<property name="text">
<string>&Previous Page</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionNext_Page">
<property name="text">
<string>&Next Page</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionLast_Page">
<property name="text">
<string>&Last Page</string>
</property>
<property name="shortcut">
<string notr="true" comment="shortcut key name, do not translate">End</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionGo_to_Page">
<property name="text">
<string>&Go to Page...</string>
</property>
<property name="shortcut">
<string>Ctrl+J</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionZoom_In">
<property name="text">
<string>Zoom &In</string>
</property>
<property name="shortcut">
<string>Ctrl++</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionZoom_Out">
<property name="text">
<string>Zoom &Out</string>
</property>
<property name="shortcut">
<string>Ctrl+-</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionFit_to_Window">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Fit to &Window</string>
</property>
<property name="shortcut">
<string>Ctrl+3</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionActual_Size">
<property name="text">
<string>&Actual Size</string>
</property>
<property name="shortcut">
<string>Ctrl+1</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionFit_to_Width">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Fit to Wi&dth</string>
</property>
<property name="shortcut">
<string>Ctrl+2</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionNew">
<property name="text">
<string>New</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionOpen">
<property name="text">
<string>Open...</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionOpen_Recent">
<property name="text">
<string>Open Recent</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionClose">
<property name="text">
<string>&Close</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionUndo">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&Undo</string>
</property>
<property name="shortcut">
<string>Ctrl+Z</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionRedo">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&Redo</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+Z</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionCut">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>C&ut</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionCopy">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&Copy</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionPaste">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&Paste</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionClear">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>C&lear</string>
</property>
<property name="shortcut">
<string>Ctrl+Backspace</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionTypeset">
<property name="text">
<string>Quick Build</string>
</property>
<property name="iconText">
<string>Quick Build</string>
</property>
<property name="shortcut">
<string comment="action">Ctrl+T</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionExternalViewer">
<property name="text">
<string>External Viewer</string>
</property>
<property name="iconText">
<string>External Viewer</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionPreferences">
<property name="text">
<string>&Configure TeXstudio</string>
</property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
</action>
<action name="actionStack">
<property name="text">
<string>Stac&k</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionTile">
<property name="text">
<string>&Tile</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionGo_to_Source">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>&Go to Source</string>
</property>
<property name="shortcut">
<string>Ctrl+'</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionNew_from_Template">
<property name="text">
<string>New from Template...</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+N</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionFull_Screen">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Full &Screen</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+F</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionMagnify">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Magnify</string>
</property>
</action>
<action name="actionScroll">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Scroll</string>
</property>
</action>
<action name="actionSelect_Text">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Select Text</string>
</property>
</action>
<action name="actionSelect_Image">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Select Image</string>
</property>
</action>
<action name="actionUserManual">
<property name="text">
<string>User &Manual...</string>
</property>
</action>
<action name="actionWriteToMailingList">
<property name="text">
<string>Email to the mailing list</string>
</property>
</action>
<action name="actionSide_by_Side">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>&Side by Side</string>
</property>
</action>
<action name="actionPlace_on_Left">
<property name="text">
<string>Place on Left</string>
</property>
</action>
<action name="actionPlace_on_Right">
<property name="text">
<string>Place on Right</string>
</property>
</action>
<action name="actionQuit_TeXworks">
<property name="text">
<string>&Quit TeXstudio</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
<property name="menuRole">
<enum>QAction::QuitRole</enum>
</property>
</action>
<action name="actionFind">
<property name="text">
<string>Find...</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
<property name="shortcutContext">
<enum>Qt::WindowShortcut</enum>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionFind_Again">
<property name="text">
<string>Find Again</string>
</property>
<property name="shortcut">
<string>Ctrl+G</string>
</property>
<property name="shortcutContext">
<enum>Qt::WindowShortcut</enum>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionUpdate_Scripts">
<property name="text">
<string>Reload Script List</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionManage_Scripts">
<property name="text">
<string>Manage Scripts</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionShow_Scripts_Folder">
<property name="text">
<string>Show Scripts Folder</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionAbout_Scripts">
<property name="text">
<string>About Scripts...</string>
</property>
<property name="menuRole">
<enum>QAction::NoRole</enum>
</property>
</action>
<action name="actionS">
<property name="text">
<string>s</string>
</property>
</action>
<action name="actionCloseSomething">
<property name="text">
<string>&Close something</string>
</property>
<property name="shortcut">
<string>Esc</string>
</property>
</action>
<action name="actionScrolling_follows_cursor">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Scrolling follows cursor</string>
</property>
</action>
<action name="actionCursor_follows_scrolling">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Cursor follows scrolling</string>
</property>
</action>
<action name="actionFind_2">
<property name="text">
<string>&Find...</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="actionFind_again">
<property name="text">
<string>Find &again</string>
</property>
<property name="shortcut">
<string>Ctrl+M, F3</string>
</property>
</action>
<action name="actionNew_Window">
<property name="text">
<string>New Window</string>
</property>
</action>
<action name="actionGrid11">
<property name="text">
<string>1x1</string>
</property>
<property name="grid" stdset="0">
<string notr="true">1x1</string>
</property>
</action>
<action name="actionGrid21">
<property name="text">
<string>2x1</string>
</property>
<property name="grid" stdset="0">
<string notr="true">2x1</string>
</property>
</action>
<action name="actionGrid12">
<property name="text">
<string>1x2</string>
</property>
<property name="grid" stdset="0">
<string notr="true">1x2</string>
</property>
</action>
<action name="actionGrid22">
<property name="text">
<string>2x2</string>
</property>
<property name="grid" stdset="0">
<string notr="true">2x2</string>
</property>
</action>
<action name="actionGrid23">
<property name="text">
<string>2x3</string>
</property>
<property name="grid" stdset="0">
<string notr="true">23</string>
</property>
</action>
<action name="actionGrid33">
<property name="text">
<string>3x3</string>
</property>
<property name="grid" stdset="0">
<string notr="true">33</string>
</property>
</action>
<action name="actionCustom">
<property name="text">
<string>Custom...</string>
</property>
<property name="grid" stdset="0">
<string notr="true">xx</string>
</property>
</action>
<action name="actionSinglePageStep">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>Single Page Step</string>
</property>
</action>
<action name="actionSynchronize_multiple_views">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Synchronize multiple views</string>
</property>
</action>
<action name="actionPresentation">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Presentation</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="actionContinuous">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&Continuous</string>
</property>
</action>
<action name="action_Print">
<property name="text">
<string>&Print...</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionFileOpen">
<property name="text">
<string>&Open...</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionBack">
<property name="text">
<string>Back</string>
</property>
<property name="toolTip">
<string>Previously shown page</string>
</property>
<property name="shortcut">
<string>Alt+Left</string>
</property>
</action>
<action name="actionForward">
<property name="text">
<string>Forward</string>
</property>
<property name="toolTip">
<string>Next shown page</string>
</property>
<property name="shortcut">
<string>Alt+Right</string>
</property>
</action>
<action name="actionToggleEmbedded">
<property name="text">
<string>Windowed/Embedded</string>
</property>
</action>
<action name="actionEnlargeViewer">
<property name="text">
<string>Enlarge Viewer</string>
</property>
</action>
<action name="actionShrinkViewer">
<property name="text">
<string>Shrink Viewer</string>
</property>
</action>
<action name="actionInvertColors">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Invert Colors</string>
</property>
</action>
<action name="actionFocus_Editor">
<property name="text">
<string>Focus Editor</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+Left</string>
</property>
</action>
<action name="actionFit_to_Text_Width">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Fit to &Text Width</string>
</property>
<property name="toolTip">
<string>Fit to Text Width</string>
</property>
<property name="shortcut">
<string>Ctrl+4</string>
</property>
</action>
<action name="actionGrayscale">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Grayscale</string>
</property>
</action>
<action name="actionSplitMerge">
<property name="text">
<string>Split && Merge...</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>actionClose</sender>
<signal>triggered()</signal>
<receiver>PDFDocument</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>
|