/**************************************************************************** ** Form interface generated from reading ui file '/home/oliver/work/programming/kyammi/src/UpdateDatabaseMediaDialogBase.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 UPDATEDATABASEMEDIADIALOGBASE_H #define UPDATEDATABASEMEDIADIALOGBASE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QPushButton; class QLabel; class QLineEdit; class QCheckBox; class UpdateDatabaseMediaDialogBase : public QDialog { Q_OBJECT public: UpdateDatabaseMediaDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~UpdateDatabaseMediaDialogBase(); QPushButton* ButtonChooseMediaDir; QLabel* LabelMediaDir; QPushButton* PushButtonOk; QLineEdit* LineEditMediaDir; QLabel* TextLabel1; QPushButton* PushButtonCancel; QLabel* LabelFilePattern_2; QLineEdit* LineEditMediaName; QLabel* LabelFilePattern; QLineEdit* LineEditFilePattern; QCheckBox* CheckBoxMountMediaDir; QCheckBox* CheckBoxFollowSymLinks; protected: QGridLayout* UpdateDatabaseMediaDialogBaseLayout; protected slots: virtual void languageChange(); }; #endif // UPDATEDATABASEMEDIADIALOGBASE_H