Warning, /libraries/ktextaddons/textautocorrection/widgets/ui/autocorrectionwidget.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <!-- 0003 SPDX-License-Identifier: GPL-2.0-or-later 0004 SPDX-FileCopyrightText: 2016-2024 Montel Laurent <montel@kde.org> 0005 --> 0006 <ui version="4.0"> 0007 <class>AutoCorrectionWidget</class> 0008 <widget class="QWidget" name="AutoCorrectionWidget"> 0009 <property name="geometry"> 0010 <rect> 0011 <x>0</x> 0012 <y>0</y> 0013 <width>741</width> 0014 <height>572</height> 0015 </rect> 0016 </property> 0017 <layout class="QGridLayout" name="gridLayout"> 0018 <item row="0" column="0"> 0019 <widget class="QCheckBox" name="enabledAutocorrection"> 0020 <property name="text"> 0021 <string>Enable autocorrection</string> 0022 </property> 0023 </widget> 0024 </item> 0025 <item row="1" column="0"> 0026 <layout class="QHBoxLayout" name="horizontalLayout"> 0027 <item> 0028 <widget class="QLabel" name="label"> 0029 <property name="text"> 0030 <string>Replacement and exception for language:</string> 0031 </property> 0032 </widget> 0033 </item> 0034 <item> 0035 <widget class="TextAutoCorrectionWidgets::AutoCorrectionLanguage" name="autocorrectionLanguage"/> 0036 </item> 0037 </layout> 0038 </item> 0039 <item row="3" column="0"> 0040 <layout class="QHBoxLayout" name="horizontalLayout_2"> 0041 <item> 0042 <widget class="QPushButton" name="exportAutoCorrection"> 0043 <property name="text"> 0044 <string>Export...</string> 0045 </property> 0046 </widget> 0047 </item> 0048 <item> 0049 <widget class="QPushButton" name="importAutoCorrection"> 0050 <property name="text"> 0051 <string>Import...</string> 0052 </property> 0053 </widget> 0054 </item> 0055 <item> 0056 <spacer name="horizontalSpacer"> 0057 <property name="orientation"> 0058 <enum>Qt::Horizontal</enum> 0059 </property> 0060 <property name="sizeHint" stdset="0"> 0061 <size> 0062 <width>469</width> 0063 <height>20</height> 0064 </size> 0065 </property> 0066 </spacer> 0067 </item> 0068 </layout> 0069 </item> 0070 <item row="2" column="0"> 0071 <widget class="QTabWidget" name="tabWidget"> 0072 <property name="currentIndex"> 0073 <number>0</number> 0074 </property> 0075 <widget class="QWidget" name="tab_3"> 0076 <attribute name="title"> 0077 <string>Ad&vanced Autocorrection</string> 0078 </attribute> 0079 <layout class="QGridLayout" name="_8"> 0080 <item row="1" column="1" rowspan="2"> 0081 <layout class="QVBoxLayout" name="_11"> 0082 <item> 0083 <widget class="QPushButton" name="addButton"> 0084 <property name="enabled"> 0085 <bool>false</bool> 0086 </property> 0087 <property name="text"> 0088 <string>&Add</string> 0089 </property> 0090 </widget> 0091 </item> 0092 <item> 0093 <widget class="QPushButton" name="removeButton"> 0094 <property name="enabled"> 0095 <bool>false</bool> 0096 </property> 0097 <property name="text"> 0098 <string>Remove</string> 0099 </property> 0100 </widget> 0101 </item> 0102 <item> 0103 <spacer> 0104 <property name="orientation"> 0105 <enum>Qt::Vertical</enum> 0106 </property> 0107 <property name="sizeHint" stdset="0"> 0108 <size> 0109 <width>20</width> 0110 <height>40</height> 0111 </size> 0112 </property> 0113 </spacer> 0114 </item> 0115 </layout> 0116 </item> 0117 <item row="0" column="0"> 0118 <widget class="QCheckBox" name="advancedAutocorrection"> 0119 <property name="text"> 0120 <string>&Enable word replacement</string> 0121 </property> 0122 </widget> 0123 </item> 0124 <item row="1" column="0"> 0125 <layout class="QHBoxLayout" name="_10"> 0126 <item> 0127 <widget class="QLabel" name="findLabel"> 0128 <property name="text"> 0129 <string>&Find</string> 0130 </property> 0131 <property name="buddy"> 0132 <cstring>find</cstring> 0133 </property> 0134 </widget> 0135 </item> 0136 <item> 0137 <widget class="QLineEdit" name="find"> 0138 <property name="clearButtonEnabled"> 0139 <bool>true</bool> 0140 </property> 0141 <property name="showClearButton" stdset="0"> 0142 <bool>false</bool> 0143 </property> 0144 </widget> 0145 </item> 0146 <item> 0147 <widget class="QLabel" name="replaceLabel"> 0148 <property name="text"> 0149 <string>Re&place</string> 0150 </property> 0151 <property name="buddy"> 0152 <cstring>replace</cstring> 0153 </property> 0154 </widget> 0155 </item> 0156 <item> 0157 <widget class="QLineEdit" name="replace"> 0158 <property name="clearButtonEnabled"> 0159 <bool>true</bool> 0160 </property> 0161 <property name="showClearButton" stdset="0"> 0162 <bool>false</bool> 0163 </property> 0164 </widget> 0165 </item> 0166 </layout> 0167 </item> 0168 <item row="2" column="0"> 0169 <widget class="TextAutoCorrectionWidgets::AutoCorrectionTreeWidget" name="treeWidget"> 0170 <property name="editTriggers"> 0171 <set>QAbstractItemView::NoEditTriggers</set> 0172 </property> 0173 <property name="alternatingRowColors"> 0174 <bool>true</bool> 0175 </property> 0176 <property name="selectionMode"> 0177 <enum>QAbstractItemView::ExtendedSelection</enum> 0178 </property> 0179 <property name="selectionBehavior"> 0180 <enum>QAbstractItemView::SelectRows</enum> 0181 </property> 0182 <property name="rootIsDecorated"> 0183 <bool>false</bool> 0184 </property> 0185 <column> 0186 <property name="text"> 0187 <string>Find</string> 0188 </property> 0189 </column> 0190 <column> 0191 <property name="text"> 0192 <string>Replace</string> 0193 </property> 0194 </column> 0195 </widget> 0196 </item> 0197 </layout> 0198 </widget> 0199 <widget class="QWidget" name="tab_4"> 0200 <attribute name="title"> 0201 <string>E&xceptions</string> 0202 </attribute> 0203 <layout class="QVBoxLayout" name="verticalLayout"> 0204 <item> 0205 <layout class="QGridLayout" name="gridLayout_3"> 0206 <item row="0" column="0" colspan="2"> 0207 <widget class="QLabel" name="label_4"> 0208 <property name="text"> 0209 <string>Do not treat as the end of a sentence:</string> 0210 </property> 0211 </widget> 0212 </item> 0213 <item row="1" column="0"> 0214 <widget class="QLineEdit" name="abbreviation"> 0215 <property name="clearButtonEnabled"> 0216 <bool>true</bool> 0217 </property> 0218 <property name="showClearButton" stdset="0"> 0219 <bool>false</bool> 0220 </property> 0221 </widget> 0222 </item> 0223 <item row="1" column="1" rowspan="2"> 0224 <layout class="QVBoxLayout" name="_14"> 0225 <item> 0226 <widget class="QPushButton" name="add1"> 0227 <property name="text"> 0228 <string>&Add</string> 0229 </property> 0230 </widget> 0231 </item> 0232 <item> 0233 <widget class="QPushButton" name="remove1"> 0234 <property name="text"> 0235 <string>R&emove</string> 0236 </property> 0237 </widget> 0238 </item> 0239 <item> 0240 <spacer> 0241 <property name="orientation"> 0242 <enum>Qt::Vertical</enum> 0243 </property> 0244 <property name="sizeHint" stdset="0"> 0245 <size> 0246 <width>20</width> 0247 <height>40</height> 0248 </size> 0249 </property> 0250 </spacer> 0251 </item> 0252 </layout> 0253 </item> 0254 <item row="2" column="0"> 0255 <widget class="TextAutoCorrectionWidgets::AutoCorrectionListWidget" name="abbreviationList"> 0256 <property name="sizePolicy"> 0257 <sizepolicy hsizetype="Expanding" vsizetype="Maximum"> 0258 <horstretch>0</horstretch> 0259 <verstretch>0</verstretch> 0260 </sizepolicy> 0261 </property> 0262 <property name="selectionMode"> 0263 <enum>QAbstractItemView::ExtendedSelection</enum> 0264 </property> 0265 <property name="sortingEnabled"> 0266 <bool>true</bool> 0267 </property> 0268 </widget> 0269 </item> 0270 </layout> 0271 </item> 0272 <item> 0273 <layout class="QGridLayout" name="gridLayout_2"> 0274 <item row="0" column="0"> 0275 <widget class="QLabel" name="label_5"> 0276 <property name="text"> 0277 <string>Accept two uppercase letters in:</string> 0278 </property> 0279 </widget> 0280 </item> 0281 <item row="1" column="0"> 0282 <widget class="QLineEdit" name="twoUpperLetter"> 0283 <property name="clearButtonEnabled"> 0284 <bool>true</bool> 0285 </property> 0286 <property name="showClearButton" stdset="0"> 0287 <bool>false</bool> 0288 </property> 0289 </widget> 0290 </item> 0291 <item row="1" column="1" rowspan="2"> 0292 <layout class="QVBoxLayout" name="_16"> 0293 <item> 0294 <widget class="QPushButton" name="add2"> 0295 <property name="text"> 0296 <string>Add</string> 0297 </property> 0298 </widget> 0299 </item> 0300 <item> 0301 <widget class="QPushButton" name="remove2"> 0302 <property name="text"> 0303 <string>Remove</string> 0304 </property> 0305 </widget> 0306 </item> 0307 <item> 0308 <spacer> 0309 <property name="orientation"> 0310 <enum>Qt::Vertical</enum> 0311 </property> 0312 <property name="sizeHint" stdset="0"> 0313 <size> 0314 <width>20</width> 0315 <height>40</height> 0316 </size> 0317 </property> 0318 </spacer> 0319 </item> 0320 </layout> 0321 </item> 0322 <item row="2" column="0"> 0323 <widget class="TextAutoCorrectionWidgets::AutoCorrectionListWidget" name="twoUpperLetterList"> 0324 <property name="sizePolicy"> 0325 <sizepolicy hsizetype="Expanding" vsizetype="Maximum"> 0326 <horstretch>0</horstretch> 0327 <verstretch>0</verstretch> 0328 </sizepolicy> 0329 </property> 0330 <property name="selectionMode"> 0331 <enum>QAbstractItemView::ExtendedSelection</enum> 0332 </property> 0333 <property name="sortingEnabled"> 0334 <bool>true</bool> 0335 </property> 0336 </widget> 0337 </item> 0338 </layout> 0339 </item> 0340 </layout> 0341 </widget> 0342 <widget class="QWidget" name="tab_1"> 0343 <attribute name="title"> 0344 <string>Si&mple Autocorrection</string> 0345 </attribute> 0346 <layout class="QVBoxLayout" name="verticalLayout_3"> 0347 <item> 0348 <widget class="QCheckBox" name="upperCase"> 0349 <property name="whatsThis"> 0350 <string>Detect when a new sentence is started and always ensure that the first character is an uppercase character</string> 0351 </property> 0352 <property name="text"> 0353 <string>Convert &first letter of a sentence automatically to uppercase 0354 (e.g. "my house. in this town" to "my house. In this town")</string> 0355 </property> 0356 </widget> 0357 </item> 0358 <item> 0359 <widget class="QCheckBox" name="upperUpper"> 0360 <property name="toolTip"> 0361 <string/> 0362 </property> 0363 <property name="whatsThis"> 0364 <string>All words are checked for the common mistake of holding the shift key down a bit too long. If some words must have two uppercase characters, then those exceptions should be added in the 'Exceptions' tab.</string> 0365 </property> 0366 <property name="text"> 0367 <string>Convert &two uppercase characters to one uppercase and one lowercase character 0368 (e.g. PErfect to Perfect)</string> 0369 </property> 0370 </widget> 0371 </item> 0372 <item> 0373 <widget class="QCheckBox" name="ignoreDoubleSpace"> 0374 <property name="whatsThis"> 0375 <string>Make sure that more than one space cannot be typed, as this is a common mistake which is quite hard to find in formatted text.</string> 0376 </property> 0377 <property name="text"> 0378 <string>&Suppress double spaces</string> 0379 </property> 0380 </widget> 0381 </item> 0382 <item> 0383 <widget class="QCheckBox" name="autoReplaceNumber"> 0384 <property name="whatsThis"> 0385 <string>Most standard fraction notations will be converted when available</string> 0386 </property> 0387 <property name="text"> 0388 <string>Re&place 1/2... with ½...</string> 0389 </property> 0390 </widget> 0391 </item> 0392 <item> 0393 <widget class="QCheckBox" name="capitalizeDaysName"> 0394 <property name="text"> 0395 <string>Capitalize name of days</string> 0396 </property> 0397 </widget> 0398 </item> 0399 <item> 0400 <widget class="QCheckBox" name="autoFormatUrl"> 0401 <property name="whatsThis"> 0402 <string>Detect when a URL (Uniform Resource Locator) is typed and provide formatting that matches the way an Internet browser would show a URL.</string> 0403 </property> 0404 <property name="text"> 0405 <string>Autoformat &URLs (HTML mode)</string> 0406 </property> 0407 </widget> 0408 </item> 0409 <item> 0410 <widget class="QCheckBox" name="autoChangeFormat"> 0411 <property name="whatsThis"> 0412 <string>When you use _underline_ or *bold*, the text between the underscores or asterisks will be converted to underlined or bold text.</string> 0413 </property> 0414 <property name="text"> 0415 <string>Automatically do &bold, strikeout and underline formatting (HTML mode)</string> 0416 </property> 0417 </widget> 0418 </item> 0419 <item> 0420 <widget class="QCheckBox" name="autoSuperScript"> 0421 <property name="text"> 0422 <string>Replace 1st... with 1^st... (HTML mode)</string> 0423 </property> 0424 </widget> 0425 </item> 0426 <item> 0427 <widget class="QCheckBox" name="addNonBreakingSpaceInFrench"> 0428 <property name="text"> 0429 <string>Add non breaking space before specific punctuation marks in French text</string> 0430 </property> 0431 </widget> 0432 </item> 0433 <item> 0434 <widget class="QCheckBox" name="replaceDoubleQuotesByFrenchQuotes"> 0435 <property name="text"> 0436 <string>Replace double quotes by french quotes</string> 0437 </property> 0438 </widget> 0439 </item> 0440 <item> 0441 <spacer> 0442 <property name="orientation"> 0443 <enum>Qt::Vertical</enum> 0444 </property> 0445 <property name="sizeHint" stdset="0"> 0446 <size> 0447 <width>20</width> 0448 <height>40</height> 0449 </size> 0450 </property> 0451 </spacer> 0452 </item> 0453 </layout> 0454 </widget> 0455 <widget class="QWidget" name="tab_2"> 0456 <attribute name="title"> 0457 <string>Custom &Quotes</string> 0458 </attribute> 0459 <layout class="QVBoxLayout" name="verticalLayout_5"> 0460 <item> 0461 <widget class="QCheckBox" name="typographicDoubleQuotes"> 0462 <property name="text"> 0463 <string>Replace &double quotes with typographical quotes</string> 0464 </property> 0465 </widget> 0466 </item> 0467 <item> 0468 <layout class="QVBoxLayout" name="verticalLayout_2"> 0469 <item> 0470 <layout class="QGridLayout" name="gridLayout_4"> 0471 <item row="0" column="2"> 0472 <widget class="QLabel" name="doubleQuoteBeginReplace"> 0473 <property name="text"> 0474 <string>By Default</string> 0475 </property> 0476 </widget> 0477 </item> 0478 <item row="0" column="1"> 0479 <widget class="QPushButton" name="doubleQuote1"> 0480 <property name="maximumSize"> 0481 <size> 0482 <width>30</width> 0483 <height>16777215</height> 0484 </size> 0485 </property> 0486 <property name="text"> 0487 <string>"</string> 0488 </property> 0489 </widget> 0490 </item> 0491 <item row="1" column="1"> 0492 <widget class="QPushButton" name="doubleQuote2"> 0493 <property name="maximumSize"> 0494 <size> 0495 <width>30</width> 0496 <height>16777215</height> 0497 </size> 0498 </property> 0499 <property name="text"> 0500 <string>"</string> 0501 </property> 0502 </widget> 0503 </item> 0504 <item row="1" column="0"> 0505 <widget class="QLabel" name="label_3"> 0506 <property name="text"> 0507 <string>Ending Quote:</string> 0508 </property> 0509 </widget> 0510 </item> 0511 <item row="1" column="2"> 0512 <widget class="QLabel" name="doubleQuoteEndReplace"> 0513 <property name="text"> 0514 <string>By Default</string> 0515 </property> 0516 </widget> 0517 </item> 0518 <item row="0" column="3" rowspan="2"> 0519 <spacer name="horizontalSpacer_2"> 0520 <property name="orientation"> 0521 <enum>Qt::Horizontal</enum> 0522 </property> 0523 <property name="sizeHint" stdset="0"> 0524 <size> 0525 <width>40</width> 0526 <height>20</height> 0527 </size> 0528 </property> 0529 </spacer> 0530 </item> 0531 <item row="0" column="0"> 0532 <widget class="QLabel" name="label_2"> 0533 <property name="text"> 0534 <string>Opening Quote:</string> 0535 </property> 0536 </widget> 0537 </item> 0538 </layout> 0539 </item> 0540 <item> 0541 <layout class="QHBoxLayout" name="horizontalLayout_3"> 0542 <property name="leftMargin"> 0543 <number>50</number> 0544 </property> 0545 <item> 0546 <widget class="QPushButton" name="doubleDefault"> 0547 <property name="text"> 0548 <string>Default</string> 0549 </property> 0550 </widget> 0551 </item> 0552 <item> 0553 <spacer name="horizontalSpacer_3"> 0554 <property name="orientation"> 0555 <enum>Qt::Horizontal</enum> 0556 </property> 0557 <property name="sizeHint" stdset="0"> 0558 <size> 0559 <width>40</width> 0560 <height>20</height> 0561 </size> 0562 </property> 0563 </spacer> 0564 </item> 0565 </layout> 0566 </item> 0567 </layout> 0568 </item> 0569 <item> 0570 <widget class="QCheckBox" name="typographicSingleQuotes"> 0571 <property name="text"> 0572 <string>Replace &single quotes with typographical quotes</string> 0573 </property> 0574 </widget> 0575 </item> 0576 <item> 0577 <layout class="QVBoxLayout" name="verticalLayout_4"> 0578 <item> 0579 <layout class="QGridLayout" name="gridLayout_5"> 0580 <item row="0" column="3" rowspan="2"> 0581 <spacer name="horizontalSpacer_5"> 0582 <property name="orientation"> 0583 <enum>Qt::Horizontal</enum> 0584 </property> 0585 <property name="sizeHint" stdset="0"> 0586 <size> 0587 <width>40</width> 0588 <height>20</height> 0589 </size> 0590 </property> 0591 </spacer> 0592 </item> 0593 <item row="0" column="1"> 0594 <widget class="QPushButton" name="singleQuote1"> 0595 <property name="sizePolicy"> 0596 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0597 <horstretch>0</horstretch> 0598 <verstretch>0</verstretch> 0599 </sizepolicy> 0600 </property> 0601 <property name="maximumSize"> 0602 <size> 0603 <width>30</width> 0604 <height>16777215</height> 0605 </size> 0606 </property> 0607 <property name="text"> 0608 <string>'</string> 0609 </property> 0610 </widget> 0611 </item> 0612 <item row="1" column="1"> 0613 <widget class="QPushButton" name="singleQuote2"> 0614 <property name="sizePolicy"> 0615 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0616 <horstretch>0</horstretch> 0617 <verstretch>0</verstretch> 0618 </sizepolicy> 0619 </property> 0620 <property name="maximumSize"> 0621 <size> 0622 <width>30</width> 0623 <height>16777215</height> 0624 </size> 0625 </property> 0626 <property name="text"> 0627 <string>'</string> 0628 </property> 0629 </widget> 0630 </item> 0631 <item row="0" column="0"> 0632 <widget class="QLabel" name="label_8"> 0633 <property name="text"> 0634 <string>Opening Quote:</string> 0635 </property> 0636 </widget> 0637 </item> 0638 <item row="0" column="2"> 0639 <widget class="QLabel" name="simpleQuoteBeginReplace"> 0640 <property name="text"> 0641 <string>By Default</string> 0642 </property> 0643 </widget> 0644 </item> 0645 <item row="1" column="0"> 0646 <widget class="QLabel" name="label_9"> 0647 <property name="text"> 0648 <string>Ending Quotes:</string> 0649 </property> 0650 </widget> 0651 </item> 0652 <item row="1" column="2"> 0653 <widget class="QLabel" name="simpleQuoteEndReplace"> 0654 <property name="text"> 0655 <string>By Default</string> 0656 </property> 0657 </widget> 0658 </item> 0659 </layout> 0660 </item> 0661 <item> 0662 <layout class="QHBoxLayout" name="horizontalLayout_4"> 0663 <property name="leftMargin"> 0664 <number>50</number> 0665 </property> 0666 <item> 0667 <widget class="QPushButton" name="singleDefault"> 0668 <property name="text"> 0669 <string>Default</string> 0670 </property> 0671 </widget> 0672 </item> 0673 <item> 0674 <spacer name="horizontalSpacer_4"> 0675 <property name="orientation"> 0676 <enum>Qt::Horizontal</enum> 0677 </property> 0678 <property name="sizeHint" stdset="0"> 0679 <size> 0680 <width>40</width> 0681 <height>20</height> 0682 </size> 0683 </property> 0684 </spacer> 0685 </item> 0686 </layout> 0687 </item> 0688 </layout> 0689 </item> 0690 <item> 0691 <spacer> 0692 <property name="orientation"> 0693 <enum>Qt::Vertical</enum> 0694 </property> 0695 <property name="sizeHint" stdset="0"> 0696 <size> 0697 <width>20</width> 0698 <height>40</height> 0699 </size> 0700 </property> 0701 </spacer> 0702 </item> 0703 </layout> 0704 </widget> 0705 <widget class="QWidget" name="tab"> 0706 <attribute name="title"> 0707 <string>Path</string> 0708 </attribute> 0709 <layout class="QGridLayout" name="gridLayout_6"> 0710 <item row="0" column="0"> 0711 <widget class="QLabel" name="label_6"> 0712 <property name="text"> 0713 <string>System Path:</string> 0714 </property> 0715 </widget> 0716 </item> 0717 <item row="0" column="2"> 0718 <widget class="QLabel" name="systemPath"> 0719 <property name="text"> 0720 <string>TextLabel</string> 0721 </property> 0722 <property name="textInteractionFlags"> 0723 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> 0724 </property> 0725 </widget> 0726 </item> 0727 <item row="0" column="3"> 0728 <spacer name="horizontalSpacer_6"> 0729 <property name="orientation"> 0730 <enum>Qt::Horizontal</enum> 0731 </property> 0732 <property name="sizeHint" stdset="0"> 0733 <size> 0734 <width>473</width> 0735 <height>20</height> 0736 </size> 0737 </property> 0738 </spacer> 0739 </item> 0740 <item row="1" column="0"> 0741 <widget class="QLabel" name="label_7"> 0742 <property name="text"> 0743 <string>Writable Path:</string> 0744 </property> 0745 </widget> 0746 </item> 0747 <item row="1" column="2"> 0748 <widget class="QLabel" name="writablePath"> 0749 <property name="text"> 0750 <string>TextLabel</string> 0751 </property> 0752 <property name="textInteractionFlags"> 0753 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> 0754 </property> 0755 </widget> 0756 </item> 0757 <item row="1" column="3"> 0758 <spacer name="horizontalSpacer_7"> 0759 <property name="orientation"> 0760 <enum>Qt::Horizontal</enum> 0761 </property> 0762 <property name="sizeHint" stdset="0"> 0763 <size> 0764 <width>473</width> 0765 <height>20</height> 0766 </size> 0767 </property> 0768 </spacer> 0769 </item> 0770 <item row="2" column="0"> 0771 <widget class="QLabel" name="label_10"> 0772 <property name="text"> 0773 <string>Custom System Path:</string> 0774 </property> 0775 </widget> 0776 </item> 0777 <item row="2" column="1" colspan="3"> 0778 <layout class="QHBoxLayout" name="horizontalLayout_6"> 0779 <item> 0780 <widget class="QLineEdit" name="customSystemPath"/> 0781 </item> 0782 <item> 0783 <widget class="QToolButton" name="customSystemPathToolButton"> 0784 <property name="text"> 0785 <string>...</string> 0786 </property> 0787 </widget> 0788 </item> 0789 </layout> 0790 </item> 0791 <item row="3" column="0"> 0792 <widget class="QLabel" name="label_11"> 0793 <property name="text"> 0794 <string>Custom Writable Path:</string> 0795 </property> 0796 </widget> 0797 </item> 0798 <item row="3" column="1" colspan="3"> 0799 <layout class="QHBoxLayout" name="horizontalLayout_5"> 0800 <item> 0801 <widget class="QLineEdit" name="customWritablePath"/> 0802 </item> 0803 <item> 0804 <widget class="QToolButton" name="customWritablePathToolButton"> 0805 <property name="text"> 0806 <string>...</string> 0807 </property> 0808 </widget> 0809 </item> 0810 </layout> 0811 </item> 0812 <item row="4" column="1"> 0813 <spacer name="verticalSpacer"> 0814 <property name="orientation"> 0815 <enum>Qt::Vertical</enum> 0816 </property> 0817 <property name="sizeHint" stdset="0"> 0818 <size> 0819 <width>20</width> 0820 <height>40</height> 0821 </size> 0822 </property> 0823 </spacer> 0824 </item> 0825 </layout> 0826 </widget> 0827 </widget> 0828 </item> 0829 </layout> 0830 </widget> 0831 <customwidgets> 0832 <customwidget> 0833 <class>TextAutoCorrectionWidgets::AutoCorrectionListWidget</class> 0834 <extends>QListWidget</extends> 0835 <header>autocorrectionlistwidget.h</header> 0836 </customwidget> 0837 <customwidget> 0838 <class>TextAutoCorrectionWidgets::AutoCorrectionTreeWidget</class> 0839 <extends>QTreeWidget</extends> 0840 <header>autocorrectiontreewidget.h</header> 0841 </customwidget> 0842 <customwidget> 0843 <class>TextAutoCorrectionWidgets::AutoCorrectionLanguage</class> 0844 <extends>QComboBox</extends> 0845 <header>autocorrectionlanguage.h</header> 0846 </customwidget> 0847 </customwidgets> 0848 <tabstops> 0849 <tabstop>enabledAutocorrection</tabstop> 0850 <tabstop>autocorrectionLanguage</tabstop> 0851 <tabstop>tabWidget</tabstop> 0852 <tabstop>upperCase</tabstop> 0853 <tabstop>upperUpper</tabstop> 0854 <tabstop>ignoreDoubleSpace</tabstop> 0855 <tabstop>autoReplaceNumber</tabstop> 0856 <tabstop>capitalizeDaysName</tabstop> 0857 <tabstop>autoFormatUrl</tabstop> 0858 <tabstop>autoChangeFormat</tabstop> 0859 <tabstop>autoSuperScript</tabstop> 0860 <tabstop>typographicDoubleQuotes</tabstop> 0861 <tabstop>doubleQuote1</tabstop> 0862 <tabstop>typographicSingleQuotes</tabstop> 0863 <tabstop>singleQuote1</tabstop> 0864 <tabstop>singleQuote2</tabstop> 0865 <tabstop>singleDefault</tabstop> 0866 <tabstop>advancedAutocorrection</tabstop> 0867 <tabstop>find</tabstop> 0868 <tabstop>replace</tabstop> 0869 <tabstop>addButton</tabstop> 0870 <tabstop>removeButton</tabstop> 0871 <tabstop>treeWidget</tabstop> 0872 <tabstop>abbreviation</tabstop> 0873 <tabstop>add1</tabstop> 0874 <tabstop>remove1</tabstop> 0875 <tabstop>abbreviationList</tabstop> 0876 <tabstop>twoUpperLetter</tabstop> 0877 <tabstop>add2</tabstop> 0878 <tabstop>remove2</tabstop> 0879 <tabstop>twoUpperLetterList</tabstop> 0880 <tabstop>exportAutoCorrection</tabstop> 0881 <tabstop>importAutoCorrection</tabstop> 0882 </tabstops> 0883 <resources/> 0884 <connections/> 0885 </ui>