kspellui.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kspellui.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 KSPELLUI_H 00010 #define KSPELLUI_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 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 QSpacerItem* spacer2; 00052 QSpacerItem* spacer1; 00053 00054 protected slots: 00055 virtual void languageChange(); 00056 00057 }; 00058 00059 #endif // KSPELLUI_H