1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>Sources</class> 4 <widget class="QWidget" name="Sources"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>811</width> 10 <height>336</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string notr="true">Sources</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout_5"> 17 <item> 18 <widget class="QTabWidget" name="tabWidget"> 19 <property name="currentIndex"> 20 <number>0</number> 21 </property> 22 <property name="iconSize"> 23 <size> 24 <width>15</width> 25 <height>15</height> 26 </size> 27 </property> 28 <property name="usesScrollButtons"> 29 <bool>false</bool> 30 </property> 31 <widget class="QWidget" name="filesTab"> 32 <attribute name="icon"> 33 <iconset resource="resources.qrc"> 34 <normaloff>:/icons/filesave.png</normaloff>:/icons/filesave.png</iconset> 35 </attribute> 36 <attribute name="title"> 37 <string>Files</string> 38 </attribute> 39 <layout class="QVBoxLayout" name="verticalLayout_2"> 40 <item> 41 <widget class="QLabel" name="label"> 42 <property name="text"> 43 <string>Paths to search for the dictionary files:</string> 44 </property> 45 </widget> 46 </item> 47 <item> 48 <layout class="QHBoxLayout" name="horizontalLayout"> 49 <item> 50 <widget class="QTreeView" name="paths"/> 51 </item> 52 <item> 53 <layout class="QVBoxLayout" name="verticalLayout"> 54 <item> 55 <widget class="QPushButton" name="addPath"> 56 <property name="text"> 57 <string>&Add...</string> 58 </property> 59 </widget> 60 </item> 61 <item> 62 <widget class="QPushButton" name="removePath"> 63 <property name="text"> 64 <string>&Remove</string> 65 </property> 66 </widget> 67 </item> 68 <item> 69 <spacer name="verticalSpacer"> 70 <property name="orientation"> 71 <enum>Qt::Vertical</enum> 72 </property> 73 <property name="sizeHint" stdset="0"> 74 <size> 75 <width>17</width> 76 <height>68</height> 77 </size> 78 </property> 79 </spacer> 80 </item> 81 <item> 82 <widget class="QPushButton" name="rescan"> 83 <property name="text"> 84 <string>Re&scan now</string> 85 </property> 86 </widget> 87 </item> 88 </layout> 89 </item> 90 </layout> 91 </item> 92 </layout> 93 </widget> 94 <widget class="QWidget" name="tab"> 95 <attribute name="icon"> 96 <iconset resource="resources.qrc"> 97 <normaloff>:/icons/fileopen.png</normaloff>:/icons/fileopen.png</iconset> 98 </attribute> 99 <attribute name="title"> 100 <string>Sound Dirs</string> 101 </attribute> 102 <layout class="QVBoxLayout" name="verticalLayout_7"> 103 <item> 104 <widget class="QLabel" name="label_3"> 105 <property name="text"> 106 <string>Make dictionaries from bunches of audiofiles by adding paths here:</string> 107 </property> 108 </widget> 109 </item> 110 <item> 111 <layout class="QHBoxLayout" name="horizontalLayout_3"> 112 <item> 113 <widget class="QTreeView" name="soundDirs"/> 114 </item> 115 <item> 116 <layout class="QVBoxLayout" name="verticalLayout_6"> 117 <item> 118 <widget class="QPushButton" name="addSoundDir"> 119 <property name="text"> 120 <string>&Add...</string> 121 </property> 122 </widget> 123 </item> 124 <item> 125 <widget class="QPushButton" name="removeSoundDir"> 126 <property name="text"> 127 <string>&Remove</string> 128 </property> 129 </widget> 130 </item> 131 <item> 132 <spacer name="verticalSpacer_3"> 133 <property name="orientation"> 134 <enum>Qt::Vertical</enum> 135 </property> 136 <property name="sizeHint" stdset="0"> 137 <size> 138 <width>20</width> 139 <height>40</height> 140 </size> 141 </property> 142 </spacer> 143 </item> 144 </layout> 145 </item> 146 </layout> 147 </item> 148 </layout> 149 </widget> 150 <widget class="QWidget" name="tab_2"> 151 <attribute name="icon"> 152 <iconset resource="resources.qrc"> 153 <normaloff>:/icons/icon32_hunspell.png</normaloff>:/icons/icon32_hunspell.png</iconset> 154 </attribute> 155 <attribute name="title"> 156 <string>Morphology</string> 157 </attribute> 158 <layout class="QVBoxLayout" name="verticalLayout_8"> 159 <item> 160 <widget class="QLabel" name="label_4"> 161 <property name="text"> 162 <string>Path to a directory with Hunspell/Myspell dictionaries:</string> 163 </property> 164 </widget> 165 </item> 166 <item> 167 <layout class="QHBoxLayout" name="horizontalLayout_4"> 168 <item> 169 <widget class="QLineEdit" name="hunspellPath"> 170 <property name="readOnly"> 171 <bool>true</bool> 172 </property> 173 </widget> 174 </item> 175 <item> 176 <widget class="QPushButton" name="changeHunspellPath"> 177 <property name="text"> 178 <string>&Change...</string> 179 </property> 180 </widget> 181 </item> 182 </layout> 183 </item> 184 <item> 185 <widget class="QLabel" name="label_5"> 186 <property name="text"> 187 <string>Available morphology dictionaries:</string> 188 </property> 189 </widget> 190 </item> 191 <item> 192 <layout class="QHBoxLayout" name="horizontalLayout_5"> 193 <item> 194 <widget class="QTreeView" name="hunspellDictionaries"/> 195 </item> 196 <item> 197 <widget class="QLabel" name="label_6"> 198 <property name="text"> 199 <string>Each morphology dictionary appears as a 200separate auxiliary dictionary which 201provides stem words for searches and 202spelling suggestions for mistyped words. 203Add appropriate dictionaries to the bottoms 204of the appropriate groups to use them.</string> 205 </property> 206 <property name="textFormat"> 207 <enum>Qt::PlainText</enum> 208 </property> 209 <property name="wordWrap"> 210 <bool>false</bool> 211 </property> 212 </widget> 213 </item> 214 </layout> 215 </item> 216 </layout> 217 </widget> 218 <widget class="QWidget" name="mediaWikisTab"> 219 <attribute name="icon"> 220 <iconset resource="resources.qrc"> 221 <normaloff>:/icons/icon32_wiki.png</normaloff>:/icons/icon32_wiki.png</iconset> 222 </attribute> 223 <attribute name="title"> 224 <string>Wikipedia</string> 225 </attribute> 226 <layout class="QVBoxLayout" name="verticalLayout_4"> 227 <item> 228 <widget class="QLabel" name="label_2"> 229 <property name="text"> 230 <string>Wikipedia (MediaWiki) sites:</string> 231 </property> 232 </widget> 233 </item> 234 <item> 235 <layout class="QHBoxLayout" name="horizontalLayout_2"> 236 <item> 237 <widget class="QTreeView" name="mediaWikis"/> 238 </item> 239 <item> 240 <layout class="QVBoxLayout" name="verticalLayout_3"> 241 <item> 242 <widget class="QPushButton" name="addMediaWiki"> 243 <property name="text"> 244 <string>&Add...</string> 245 </property> 246 </widget> 247 </item> 248 <item> 249 <widget class="QPushButton" name="removeMediaWiki"> 250 <property name="text"> 251 <string>&Remove</string> 252 </property> 253 </widget> 254 </item> 255 <item> 256 <spacer name="verticalSpacer_2"> 257 <property name="orientation"> 258 <enum>Qt::Vertical</enum> 259 </property> 260 <property name="sizeType"> 261 <enum>QSizePolicy::Expanding</enum> 262 </property> 263 <property name="sizeHint" stdset="0"> 264 <size> 265 <width>20</width> 266 <height>40</height> 267 </size> 268 </property> 269 </spacer> 270 </item> 271 </layout> 272 </item> 273 </layout> 274 </item> 275 </layout> 276 </widget> 277 <widget class="QWidget" name="tab_4"> 278 <attribute name="icon"> 279 <iconset resource="resources.qrc"> 280 <normaloff>:/icons/internet.png</normaloff>:/icons/internet.png</iconset> 281 </attribute> 282 <attribute name="title"> 283 <string>Websites</string> 284 </attribute> 285 <layout class="QVBoxLayout" name="verticalLayout_11"> 286 <item> 287 <widget class="QLabel" name="label_9"> 288 <property name="text"> 289 <string>Any websites. A string %GDWORD% will be replaced with the query word:</string> 290 </property> 291 </widget> 292 </item> 293 <item> 294 <layout class="QHBoxLayout" name="horizontalLayout_6"> 295 <item> 296 <widget class="QTreeView" name="webSites"/> 297 </item> 298 <item> 299 <layout class="QVBoxLayout" name="verticalLayout_10"> 300 <item> 301 <widget class="QPushButton" name="addWebSite"> 302 <property name="text"> 303 <string>&Add...</string> 304 </property> 305 </widget> 306 </item> 307 <item> 308 <widget class="QPushButton" name="removeWebSite"> 309 <property name="text"> 310 <string>&Remove</string> 311 </property> 312 </widget> 313 </item> 314 <item> 315 <spacer name="verticalSpacer_8"> 316 <property name="orientation"> 317 <enum>Qt::Vertical</enum> 318 </property> 319 <property name="sizeHint" stdset="0"> 320 <size> 321 <width>20</width> 322 <height>40</height> 323 </size> 324 </property> 325 </spacer> 326 </item> 327 </layout> 328 </item> 329 </layout> 330 </item> 331 <item> 332 <widget class="QLabel" name="label_10"> 333 <property name="text"> 334 <string>Alternatively, use %GD1251% for CP1251, %GDISO1%...%GDISO16% for ISO 8859-1...ISO 8859-16 respectively, 335%GDBIG5% for Big-5, %GDBIG5HKSCS% for Big5-HKSCS, %GDGBK% for GBK and GB18030, %GDSHIFTJIS% for Shift-JIS.</string> 336 </property> 337 </widget> 338 </item> 339 </layout> 340 </widget> 341 <widget class="QWidget" name="dictdTab"> 342 <attribute name="icon"> 343 <iconset resource="resources.qrc"> 344 <normaloff>:/icons/network.png</normaloff>:/icons/network.png</iconset> 345 </attribute> 346 <attribute name="title"> 347 <string>DICT servers</string> 348 </attribute> 349 <layout class="QVBoxLayout" name="verticalLayout_16"> 350 <item> 351 <widget class="QLabel" name="label_116"> 352 <property name="text"> 353 <string>DICT servers:</string> 354 </property> 355 </widget> 356 </item> 357 <item> 358 <layout class="QHBoxLayout" name="horizontalLayout_16"> 359 <item> 360 <widget class="QTreeView" name="dictServers"/> 361 </item> 362 <item> 363 <layout class="QVBoxLayout" name="verticalLayout_17"> 364 <item> 365 <widget class="QPushButton" name="addDictServer"> 366 <property name="text"> 367 <string>&Add...</string> 368 </property> 369 </widget> 370 </item> 371 <item> 372 <widget class="QPushButton" name="removeDictServer"> 373 <property name="text"> 374 <string>&Remove</string> 375 </property> 376 </widget> 377 </item> 378 <item> 379 <spacer name="verticalSpacer_18"> 380 <property name="orientation"> 381 <enum>Qt::Vertical</enum> 382 </property> 383 <property name="sizeHint" stdset="0"> 384 <size> 385 <width>20</width> 386 <height>40</height> 387 </size> 388 </property> 389 </spacer> 390 </item> 391 </layout> 392 </item> 393 </layout> 394 </item> 395 </layout> 396 </widget> 397 <widget class="QWidget" name="tab_6"> 398 <attribute name="icon"> 399 <iconset resource="resources.qrc"> 400 <normaloff>:/icons/programs.png</normaloff>:/icons/programs.png</iconset> 401 </attribute> 402 <attribute name="title"> 403 <string>Programs</string> 404 </attribute> 405 <layout class="QVBoxLayout" name="verticalLayout_15"> 406 <item> 407 <widget class="QLabel" name="label_16"> 408 <property name="text"> 409 <string>Any external programs. A string %GDWORD% will be replaced with the query word. If such string is not presented, the word will be fed into standard input.</string> 410 </property> 411 <property name="wordWrap"> 412 <bool>true</bool> 413 </property> 414 </widget> 415 </item> 416 <item> 417 <layout class="QHBoxLayout" name="horizontalLayout_7"> 418 <item> 419 <widget class="QTreeView" name="programs"/> 420 </item> 421 <item> 422 <layout class="QVBoxLayout" name="verticalLayout_14"> 423 <item> 424 <widget class="QPushButton" name="addProgram"> 425 <property name="text"> 426 <string>&Add...</string> 427 </property> 428 </widget> 429 </item> 430 <item> 431 <widget class="QPushButton" name="removeProgram"> 432 <property name="text"> 433 <string>&Remove</string> 434 </property> 435 </widget> 436 </item> 437 <item> 438 <spacer name="verticalSpacer_12"> 439 <property name="orientation"> 440 <enum>Qt::Vertical</enum> 441 </property> 442 <property name="sizeHint" stdset="0"> 443 <size> 444 <width>20</width> 445 <height>40</height> 446 </size> 447 </property> 448 </spacer> 449 </item> 450 </layout> 451 </item> 452 </layout> 453 </item> 454 </layout> 455 </widget> 456 <widget class="QWidget" name="tab_5"> 457 <attribute name="icon"> 458 <iconset resource="resources.qrc"> 459 <normaloff>:/icons/forvo.png</normaloff>:/icons/forvo.png</iconset> 460 </attribute> 461 <attribute name="title"> 462 <string>Forvo</string> 463 </attribute> 464 <layout class="QVBoxLayout" name="verticalLayout_13"> 465 <item> 466 <widget class="QLabel" name="label_11"> 467 <property name="sizePolicy"> 468 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 469 <horstretch>0</horstretch> 470 <verstretch>0</verstretch> 471 </sizepolicy> 472 </property> 473 <property name="text"> 474 <string>Live pronunciations from <a href="http://www.forvo.com/">forvo.com</a>. The site allows people to record and share word pronunciations. You can listen to them from GoldenDict.</string> 475 </property> 476 <property name="wordWrap"> 477 <bool>true</bool> 478 </property> 479 <property name="openExternalLinks"> 480 <bool>true</bool> 481 </property> 482 </widget> 483 </item> 484 <item> 485 <widget class="QGroupBox" name="forvoEnabled"> 486 <property name="title"> 487 <string>Enable pronunciations from Forvo</string> 488 </property> 489 <property name="checkable"> 490 <bool>true</bool> 491 </property> 492 <property name="checked"> 493 <bool>true</bool> 494 </property> 495 <layout class="QVBoxLayout" name="verticalLayout_12"> 496 <item> 497 <spacer name="verticalSpacer_9"> 498 <property name="orientation"> 499 <enum>Qt::Vertical</enum> 500 </property> 501 <property name="sizeHint" stdset="0"> 502 <size> 503 <width>20</width> 504 <height>40</height> 505 </size> 506 </property> 507 </spacer> 508 </item> 509 <item> 510 <layout class="QFormLayout" name="formLayout"> 511 <property name="fieldGrowthPolicy"> 512 <enum>QFormLayout::ExpandingFieldsGrow</enum> 513 </property> 514 <item row="0" column="0"> 515 <widget class="QLabel" name="label_12"> 516 <property name="text"> 517 <string>API Key:</string> 518 </property> 519 </widget> 520 </item> 521 <item row="0" column="1"> 522 <widget class="QLineEdit" name="forvoApiKey"> 523 <property name="toolTip"> 524 <string>Use of Forvo currently requires an API key. Leave this field 525blank to use the default key, which may become unavailable 526in the future, or register on the site to get your own key.</string> 527 </property> 528 </widget> 529 </item> 530 <item row="1" column="0"> 531 <spacer name="horizontalSpacer_2"> 532 <property name="orientation"> 533 <enum>Qt::Horizontal</enum> 534 </property> 535 <property name="sizeType"> 536 <enum>QSizePolicy::Fixed</enum> 537 </property> 538 <property name="sizeHint" stdset="0"> 539 <size> 540 <width>18</width> 541 <height>20</height> 542 </size> 543 </property> 544 </spacer> 545 </item> 546 <item row="1" column="1"> 547 <widget class="QLabel" name="label_13"> 548 <property name="text"> 549 <string>Get your own key <a href="http://api.forvo.com/key/">here</a>, or leave blank to use the default one.</string> 550 </property> 551 <property name="wordWrap"> 552 <bool>false</bool> 553 </property> 554 <property name="openExternalLinks"> 555 <bool>true</bool> 556 </property> 557 </widget> 558 </item> 559 <item row="3" column="0"> 560 <widget class="QLabel" name="label_14"> 561 <property name="text"> 562 <string>Language codes (comma-separated):</string> 563 </property> 564 </widget> 565 </item> 566 <item row="3" column="1"> 567 <widget class="QLineEdit" name="forvoLanguageCodes"> 568 <property name="toolTip"> 569 <string>List of language codes you would like to have. Example: "en, ru".</string> 570 </property> 571 </widget> 572 </item> 573 <item row="4" column="0"> 574 <spacer name="horizontalSpacer"> 575 <property name="orientation"> 576 <enum>Qt::Horizontal</enum> 577 </property> 578 <property name="sizeType"> 579 <enum>QSizePolicy::Fixed</enum> 580 </property> 581 <property name="sizeHint" stdset="0"> 582 <size> 583 <width>18</width> 584 <height>20</height> 585 </size> 586 </property> 587 </spacer> 588 </item> 589 <item row="4" column="1"> 590 <widget class="QLabel" name="label_15"> 591 <property name="text"> 592 <string>Full list of language codes is available <a href="http://www.forvo.com/languages-codes/">here</a>.</string> 593 </property> 594 <property name="openExternalLinks"> 595 <bool>true</bool> 596 </property> 597 </widget> 598 </item> 599 <item row="2" column="0"> 600 <spacer name="verticalSpacer_11"> 601 <property name="orientation"> 602 <enum>Qt::Vertical</enum> 603 </property> 604 <property name="sizeHint" stdset="0"> 605 <size> 606 <width>20</width> 607 <height>40</height> 608 </size> 609 </property> 610 </spacer> 611 </item> 612 </layout> 613 </item> 614 <item> 615 <spacer name="verticalSpacer_10"> 616 <property name="orientation"> 617 <enum>Qt::Vertical</enum> 618 </property> 619 <property name="sizeHint" stdset="0"> 620 <size> 621 <width>20</width> 622 <height>40</height> 623 </size> 624 </property> 625 </spacer> 626 </item> 627 </layout> 628 </widget> 629 </item> 630 </layout> 631 </widget> 632 <widget class="QWidget" name="tab_3"> 633 <attribute name="title"> 634 <string>Transliteration</string> 635 </attribute> 636 <layout class="QVBoxLayout" name="transliterationLayout"> 637 <item> 638 <spacer name="verticalSpacer_5"> 639 <property name="orientation"> 640 <enum>Qt::Vertical</enum> 641 </property> 642 <property name="sizeHint" stdset="0"> 643 <size> 644 <width>20</width> 645 <height>40</height> 646 </size> 647 </property> 648 </spacer> 649 </item> 650 <item> 651 <layout class="QGridLayout" name="gridLayout_2"> 652 <item row="0" column="0"> 653 <widget class="QCheckBox" name="enableRussianTransliteration"> 654 <property name="text"> 655 <string>Russian transliteration</string> 656 </property> 657 <property name="icon"> 658 <iconset resource="flags.qrc"> 659 <normaloff>:/flags/ru.png</normaloff>:/flags/ru.png</iconset> 660 </property> 661 </widget> 662 </item> 663 <item row="0" column="1"> 664 <widget class="QCheckBox" name="enableGreekTransliteration"> 665 <property name="text"> 666 <string>Greek transliteration</string> 667 </property> 668 <property name="icon"> 669 <iconset resource="flags.qrc"> 670 <normaloff>:/flags/gr.png</normaloff>:/flags/gr.png</iconset> 671 </property> 672 </widget> 673 </item> 674 <item row="1" column="0"> 675 <spacer name="verticalSpacer_6"> 676 <property name="orientation"> 677 <enum>Qt::Vertical</enum> 678 </property> 679 <property name="sizeHint" stdset="0"> 680 <size> 681 <width>20</width> 682 <height>40</height> 683 </size> 684 </property> 685 </spacer> 686 </item> 687 <item row="2" column="0"> 688 <widget class="QCheckBox" name="enableGermanTransliteration"> 689 <property name="text"> 690 <string>German transliteration</string> 691 </property> 692 <property name="icon"> 693 <iconset resource="flags.qrc"> 694 <normaloff>:/flags/de.png</normaloff>:/flags/de.png</iconset> 695 </property> 696 </widget> 697 </item> 698 <item row="2" column="1"> 699 <widget class="QCheckBox" name="enableBelarusianTransliteration"> 700 <property name="text"> 701 <string>Belarusian transliteration</string> 702 </property> 703 <property name="icon"> 704 <iconset resource="flags.qrc"> 705 <normaloff>:/flags/by.png</normaloff>:/flags/by.png</iconset> 706 </property> 707 </widget> 708 </item> 709 </layout> 710 </item> 711 <item> 712 <spacer name="verticalSpacer_7"> 713 <property name="orientation"> 714 <enum>Qt::Vertical</enum> 715 </property> 716 <property name="sizeHint" stdset="0"> 717 <size> 718 <width>20</width> 719 <height>40</height> 720 </size> 721 </property> 722 </spacer> 723 </item> 724 <item> 725 <widget class="QGroupBox" name="enableRomaji"> 726 <property name="toolTip"> 727 <string>Enables to use the Latin alphabet to write the Japanese language</string> 728 </property> 729 <property name="title"> 730 <string>Japanese Romaji</string> 731 </property> 732 <property name="checkable"> 733 <bool>true</bool> 734 </property> 735 <property name="checked"> 736 <bool>true</bool> 737 </property> 738 <layout class="QGridLayout" name="gridLayout"> 739 <item row="0" column="0"> 740 <widget class="QLabel" name="label_7"> 741 <property name="text"> 742 <string>Systems:</string> 743 </property> 744 </widget> 745 </item> 746 <item row="0" column="1"> 747 <widget class="QCheckBox" name="enableHepburn"> 748 <property name="toolTip"> 749 <string>The most widely used method of transcription of Japanese, 750based on English phonology</string> 751 </property> 752 <property name="text"> 753 <string>Hepburn</string> 754 </property> 755 </widget> 756 </item> 757 <item row="0" column="2"> 758 <widget class="QCheckBox" name="enableNihonShiki"> 759 <property name="enabled"> 760 <bool>false</bool> 761 </property> 762 <property name="toolTip"> 763 <string>The most regular system, having a one-to-one relation to the 764kana writing systems. Standardized as ISO 3602 765 766Not implemented yet in GoldenDict.</string> 767 </property> 768 <property name="text"> 769 <string>Nihon-shiki</string> 770 </property> 771 </widget> 772 </item> 773 <item row="0" column="3"> 774 <widget class="QCheckBox" name="enableKunreiShiki"> 775 <property name="enabled"> 776 <bool>false</bool> 777 </property> 778 <property name="toolTip"> 779 <string>Based on Nihon-shiki system, but modified for modern standard Japanese. 780Standardized as ISO 3602 781 782Not implemented yet in GoldenDict.</string> 783 </property> 784 <property name="text"> 785 <string>Kunrei-shiki</string> 786 </property> 787 </widget> 788 </item> 789 <item row="1" column="0"> 790 <widget class="QLabel" name="label_8"> 791 <property name="text"> 792 <string>Syllabaries:</string> 793 </property> 794 </widget> 795 </item> 796 <item row="1" column="2"> 797 <widget class="QCheckBox" name="enableHiragana"> 798 <property name="toolTip"> 799 <string>Hiragana Japanese syllabary</string> 800 </property> 801 <property name="text"> 802 <string>Hiragana</string> 803 </property> 804 </widget> 805 </item> 806 <item row="1" column="3"> 807 <widget class="QCheckBox" name="enableKatakana"> 808 <property name="toolTip"> 809 <string>Katakana Japanese syllabary</string> 810 </property> 811 <property name="text"> 812 <string>Katakana</string> 813 </property> 814 </widget> 815 </item> 816 </layout> 817 </widget> 818 </item> 819 <item> 820 <spacer name="verticalSpacer_4"> 821 <property name="orientation"> 822 <enum>Qt::Vertical</enum> 823 </property> 824 <property name="sizeHint" stdset="0"> 825 <size> 826 <width>20</width> 827 <height>40</height> 828 </size> 829 </property> 830 </spacer> 831 </item> 832 </layout> 833 </widget> 834 </widget> 835 </item> 836 </layout> 837 </widget> 838 <tabstops> 839 <tabstop>enableRussianTransliteration</tabstop> 840 <tabstop>enableGermanTransliteration</tabstop> 841 <tabstop>enableRomaji</tabstop> 842 <tabstop>enableHepburn</tabstop> 843 <tabstop>enableNihonShiki</tabstop> 844 <tabstop>enableKunreiShiki</tabstop> 845 <tabstop>enableHiragana</tabstop> 846 <tabstop>enableKatakana</tabstop> 847 <tabstop>hunspellPath</tabstop> 848 <tabstop>changeHunspellPath</tabstop> 849 <tabstop>hunspellDictionaries</tabstop> 850 <tabstop>mediaWikis</tabstop> 851 <tabstop>addMediaWiki</tabstop> 852 <tabstop>removeMediaWiki</tabstop> 853 <tabstop>tabWidget</tabstop> 854 <tabstop>addPath</tabstop> 855 <tabstop>removePath</tabstop> 856 <tabstop>rescan</tabstop> 857 <tabstop>soundDirs</tabstop> 858 <tabstop>addSoundDir</tabstop> 859 <tabstop>removeSoundDir</tabstop> 860 <tabstop>paths</tabstop> 861 </tabstops> 862 <resources> 863 <include location="flags.qrc"/> 864 <include location="resources.qrc"/> 865 </resources> 866 <connections/> 867</ui> 868