parts/doctreeview/librarydocdlg.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './librarydocdlgbase.ui' 00003 ** 00004 ** Created: Sam Nov 9 16:57:39 2002 00005 ** by: The User Interface Compiler () 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef LIBRARYDOCDLG_H 00011 #define LIBRARYDOCDLG_H 00012 00013 #include "librarydocdlgbase.h" 00014 00015 class KLineEdit; 00016 class KURLRequester; 00017 00018 class LibraryDocDlg : public LibraryDocDlgBase 00019 { 00020 Q_OBJECT 00021 00022 public: 00023 LibraryDocDlg( QWidget* parent, const char* name, const QString& path, const QString& _default, const QString group); 00024 ~LibraryDocDlg(); 00025 00026 private: 00027 QString mName; 00028 QString mPath; 00029 QString mDef; 00030 QString m_group; 00031 00032 protected slots: 00033 void accept(); 00034 void slotDefault(); 00035 }; 00036 00037 #endif // LIBRARYDOCDLG_H