diff options
| author | Vlad Voicu <vladv@rosedu.org> | 2012-03-04 21:46:37 (GMT) | 
|---|---|---|
| committer | vlad <vlad@tyrion.(none)> | 2012-10-13 13:55:45 (GMT) | 
| commit | a74153f0af0149b445eb5fd18f616e8a3e7f8462 (patch) | |
| tree | 9a5ba15eb1337cb39b088889ff29b5f888ca111b /Swift/QtUI/QtSpellCheckerWindow.h | |
| parent | 49834785cbf3ca1246fef5a7f939d5b182b437eb (diff) | |
| download | swift-contrib-a74153f0af0149b445eb5fd18f616e8a3e7f8462.zip swift-contrib-a74153f0af0149b445eb5fd18f616e8a3e7f8462.tar.bz2  | |
Imporoved Spell Checker Settings
Diffstat (limited to 'Swift/QtUI/QtSpellCheckerWindow.h')
| -rw-r--r-- | Swift/QtUI/QtSpellCheckerWindow.h | 7 | 
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_;  	};  | 
 Swift