/**************************************************************************** ** Form interface generated from reading ui file '/home/oliver/work/programming/kyammi/src/UpdateDatabaseDialogBase.ui' ** ** Created: Sun Jul 31 13:17:32 2005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef UPDATEDATABASEDIALOGBASE_H #define UPDATEDATABASEDIALOGBASE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QPushButton; class QLineEdit; class QLabel; class QCheckBox; class UpdateDatabaseDialogBase : public QDialog { Q_OBJECT public: UpdateDatabaseDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~UpdateDatabaseDialogBase(); QPushButton* PushButtonOk; QPushButton* ButtonChooseScanDir; QLineEdit* LineEditFilePattern; QLineEdit* LineEditScanDir; QLabel* LabelScanDir; QLabel* TextLabel1; QLabel* LabelFilePattern; QPushButton* PushButtonCancel; QCheckBox* CheckBoxFollowSymlinks; protected: QGridLayout* UpdateDatabaseDialogBaseLayout; protected slots: virtual void languageChange(); }; #endif // UPDATEDATABASEDIALOGBASE_H