kshortcutdialog_advanced.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './kshortcutdialog_advanced.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 KSHORTCUTDIALOGADVANCED_H 00011 #define KSHORTCUTDIALOGADVANCED_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 #include <kshortcut.h> 00016 #include <kdialog.h> 00017 00018 class QVBoxLayout; 00019 class QHBoxLayout; 00020 class QGridLayout; 00021 class QSpacerItem; 00022 class QButtonGroup; 00023 class QRadioButton; 00024 class KPushButton; 00025 class QPushButton; 00026 class QCheckBox; 00027 class KShortcut; 00028 00029 class KShortcutDialogAdvanced : public QWidget 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 KShortcutDialogAdvanced( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00035 ~KShortcutDialogAdvanced(); 00036 00037 QButtonGroup* m_frameMore; 00038 QRadioButton* m_btnAlternate; 00039 QRadioButton* m_btnPrimary; 00040 KPushButton* m_txtAlternate; 00041 KPushButton* m_txtPrimary; 00042 QPushButton* m_btnClearPrimary; 00043 QPushButton* m_btnClearAlternate; 00044 QCheckBox* m_btnMultiKey; 00045 00046 protected: 00047 QVBoxLayout* KShortcutDialogAdvancedLayout; 00048 QGridLayout* m_frameMoreLayout; 00049 QHBoxLayout* layout6; 00050 QSpacerItem* spacer6; 00051 QHBoxLayout* layout7; 00052 QSpacerItem* spacer5; 00053 00054 protected slots: 00055 virtual void languageChange(); 00056 00057 }; 00058 00059 #endif // KSHORTCUTDIALOGADVANCED_H