kspellui.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kspellui.ui' 00003 ** 00004 ** Created: Mon Jul 16 17:42:09 2007 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 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 QSpacerItem; 00020 class QLabel; 00021 class QPushButton; 00022 class QListView; 00023 class QListViewItem; 00024 class QLineEdit; 00025 class QComboBox; 00026 00027 class KSpellUI : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 KSpellUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~KSpellUI(); 00034 00035 QLabel* textLabel2; 00036 QLabel* m_unknownWord; 00037 QLabel* textLabel5; 00038 QLabel* m_contextLabel; 00039 QPushButton* m_addBtn; 00040 QPushButton* m_replaceAllBtn; 00041 QListView* m_suggestions; 00042 QPushButton* m_replaceBtn; 00043 QLabel* textLabel4; 00044 QPushButton* m_skipBtn; 00045 QPushButton* m_skipAllBtn; 00046 QLineEdit* m_replacement; 00047 QPushButton* m_suggestBtn; 00048 QComboBox* m_language; 00049 00050 protected: 00051 QGridLayout* KSpellUILayout; 00052 QSpacerItem* spacer2; 00053 QSpacerItem* spacer1; 00054 00055 protected slots: 00056 virtual void languageChange(); 00057 00058 }; 00059 00060 #endif // KSPELLUI_H