diff options
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.ui')
-rw-r--r-- | Swift/QtUI/QtSpellCheckerWindow.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Swift/QtUI/QtSpellCheckerWindow.ui b/Swift/QtUI/QtSpellCheckerWindow.ui index d09edfe..619ed88 100644 --- a/Swift/QtUI/QtSpellCheckerWindow.ui +++ b/Swift/QtUI/QtSpellCheckerWindow.ui @@ -15,7 +15,7 @@ </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0" colspan="2"> - <widget class="QCheckBox" name="spellCheckerEnabled"> + <widget class="QCheckBox" name="spellChecker"> <property name="text"> <string>Spell Checker Enabled</string> </property> @@ -32,24 +32,24 @@ <widget class="QLineEdit" name="pathContent"/> </item> <item row="1" column="2"> - <widget class="QPushButton" name="changePathButton"> + <widget class="QPushButton" name="pathButton"> <property name="text"> <string>Change</string> </property> </widget> </item> <item row="2" column="0"> - <widget class="QLabel" name="perosnalDictionaryLabel"> + <widget class="QLabel" name="personalDictionaryLabel"> <property name="text"> <string>Personal Dictionary</string> </property> </widget> </item> <item row="2" column="1"> - <widget class="QLineEdit" name="personalDictionaryContent"/> + <widget class="QLineEdit" name="personalPathContent"/> </item> <item row="2" column="2"> - <widget class="QPushButton" name="changePersonalButton"> + <widget class="QPushButton" name="personalPathButton"> <property name="text"> <string>Change</string> </property> @@ -62,9 +62,6 @@ </property> </widget> </item> - <item row="3" column="1"> - <widget class="QListView" name="languagesView"/> - </item> <item row="4" column="0" colspan="3"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> @@ -96,6 +93,9 @@ </item> </layout> </item> + <item row="3" column="1"> + <widget class="QListWidget" name="languageView"/> + </item> </layout> </widget> <resources/> |