/**************************************************************************** ** Form interface generated from reading ui file 'PlaylistOptDialog.ui' ** ** Created: Fri Aug 9 09:45:56 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef PLAYLISTOPTDIALOG_H #define PLAYLISTOPTDIALOG_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QCheckBox; class QLabel; class QPushButton; class QSpinBox; class PlaylistOptDialog : public QDialog { Q_OBJECT public: PlaylistOptDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~PlaylistOptDialog(); QSpinBox* fadeoutSpinBox; QLabel* playtimeLabel; QLabel* fadeoutLabel; QSpinBox* playtimeSpinBox; QCheckBox* songlenDBcheckbox; QPushButton* okButton; QPushButton* cancelButton; protected: QVBoxLayout* PlaylistOptDialogLayout; QHBoxLayout* Layout4; QGridLayout* Layout3; QHBoxLayout* Layout2; QHBoxLayout* Layout1; }; #endif // PLAYLISTOPTDIALOG_H