summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Voicu <vladv@rosedu.org>2012-03-04 21:46:37 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-03-09 15:04:07 (GMT)
commit157f45722a42a066cf6fde8eb6919668c355dd7c (patch)
tree2acc11be87f852c8de8a0ee0980743208676b3d9 /Swift/QtUI/QtSpellCheckerWindow.ui
parent424d19ec5f9c7ab6ca28a532540d140a22fafeb9 (diff)
downloadswift-contrib-157f45722a42a066cf6fde8eb6919668c355dd7c.zip
swift-contrib-157f45722a42a066cf6fde8eb6919668c355dd7c.tar.bz2
Imporoved Spell Checker Settings
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.ui')
-rw-r--r--Swift/QtUI/QtSpellCheckerWindow.ui16
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/>