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