diff options
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.ui')
-rw-r--r-- | Swift/QtUI/QtSpellCheckerWindow.ui | 45 |
1 files changed, 5 insertions, 40 deletions
diff --git a/Swift/QtUI/QtSpellCheckerWindow.ui b/Swift/QtUI/QtSpellCheckerWindow.ui index b7f5161..dcb70fa 100644 --- a/Swift/QtUI/QtSpellCheckerWindow.ui +++ b/Swift/QtUI/QtSpellCheckerWindow.ui @@ -1,105 +1,70 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QtSpellCheckerWindow</class> <widget class="QDialog" name="QtSpellCheckerWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>399</width> <height>265</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="spellChecker"> <property name="text"> <string>Spell Checker Enabled</string> </property> </widget> </item> <item> <widget class="QWidget" name="hunspellOptions" native="true"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QLabel" name="pathLabel"> - <property name="text"> - <string>Dictionary Path:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="pathContent"/> - </item> - <item> - <widget class="QPushButton" name="pathButton"> - <property name="text"> - <string>Change</string> - </property> - </widget> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_3"> - <item> - <widget class="QLabel" name="currentLanguage"> - <property name="text"> - <string>Current Language:</string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="currentLanguageValue"> - <property name="text"> - <string/> - </property> - </widget> - </item> - </layout> - </item> - <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="language"> <property name="text"> <string>Language:</string> </property> </widget> </item> <item> - <widget class="QListWidget" name="languageView"/> + <widget class="QListWidget" name="languageView"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + </widget> </item> </layout> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="cancel"> <property name="text"> <string>Cancel</string> </property> </widget> </item> <item> <widget class="QPushButton" name="apply"> <property name="text"> <string>Apply</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui> |