kspell2ui.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kspell2ui.ui' 00003 ** 00004 ** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.6 edited Aug 31 2005 $) 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef KSPELL2UI_H 00010 #define KSPELL2UI_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 00015 class QVBoxLayout; 00016 class QHBoxLayout; 00017 class QGridLayout; 00018 class QSpacerItem; 00019 class QLabel; 00020 class QPushButton; 00021 class QListView; 00022 class QListViewItem; 00023 class QLineEdit; 00024 class QComboBox; 00025 00026 class KSpell2UI : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 KSpell2UI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~KSpell2UI(); 00033 00034 QLabel* textLabel2; 00035 QLabel* m_unknownWord; 00036 QLabel* textLabel5; 00037 QLabel* m_contextLabel; 00038 QPushButton* m_addBtn; 00039 QListView* m_suggestions; 00040 QLabel* textLabel4; 00041 QLineEdit* m_replacement; 00042 QComboBox* m_language; 00043 QPushButton* m_suggestBtn; 00044 QPushButton* m_replaceBtn; 00045 QPushButton* m_replaceAllBtn; 00046 QPushButton* m_skipBtn; 00047 QPushButton* m_skipAllBtn; 00048 QPushButton* m_autoCorrect; 00049 00050 protected: 00051 QGridLayout* KSpell2UILayout; 00052 QSpacerItem* spacer2; 00053 QVBoxLayout* layout1; 00054 QSpacerItem* spacer1; 00055 00056 protected slots: 00057 virtual void languageChange(); 00058 00059 }; 00060 00061 #endif // KSPELL2UI_H