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.h
parent424d19ec5f9c7ab6ca28a532540d140a22fafeb9 (diff)
downloadswift-contrib-157f45722a42a066cf6fde8eb6919668c355dd7c.zip
swift-contrib-157f45722a42a066cf6fde8eb6919668c355dd7c.tar.bz2
Imporoved Spell Checker Settings
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.h')
-rw-r--r--Swift/QtUI/QtSpellCheckerWindow.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Swift/QtUI/QtSpellCheckerWindow.h b/Swift/QtUI/QtSpellCheckerWindow.h
index 0d6ac60..ad94907 100644
--- a/Swift/QtUI/QtSpellCheckerWindow.h
+++ b/Swift/QtUI/QtSpellCheckerWindow.h
@@ -18,8 +18,15 @@ namespace Swift {
QtSpellCheckerWindow(SettingsProvider* settings, QWidget* parent = NULL);
public slots:
void handleChecker(bool state);
+ void handleCancel();
+ void handlePathButton();
+ void handlePersonalPathButton();
+ void handleApply();
private:
+ void setEnabled(bool state);
+ void setFromSettings();
+ void showFiles(const QStringList& files);
SettingsProvider* settings_;
Ui::QtSpellCheckerWindow ui_;
};