/**************************************************************************** ** Form interface generated from reading ui file '/home/oliver/work/programming/kyammi/src/SongInfoDialog.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 SONGINFODIALOG_H #define SONGINFODIALOG_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QGroupBox; class QLineEdit; class QLabel; class QComboBox; class QPushButton; class QCheckBox; class SongInfoDialog : public QDialog { Q_OBJECT public: SongInfoDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~SongInfoDialog(); QGroupBox* GroupBox1; QLineEdit* LineEditArtist; QLineEdit* LineEditTitle; QLineEdit* LineEditAlbum; QLabel* LabelAlbum; QLineEdit* LineEditComment; QLabel* LabelComment; QLabel* LabelYear; QLabel* LabelTitle; QLineEdit* LineEditTrack; QLineEdit* LineEditYear; QLabel* LabelTrack; QLabel* LabelGenre; QLabel* LabelArtist; QComboBox* ComboBoxGenre; QGroupBox* GroupBox2; QLabel* LabelAddedTo; QLineEdit* LineEditAddedTo; QLineEdit* LineEditLastPlayed; QLabel* LabelLastPlayed; QPushButton* PushButtonCancel; QPushButton* PushButtonOK; QLabel* LabelHeading; QGroupBox* GroupBox3; QLabel* LabelSize; QLabel* LabelPath; QLabel* LabelLength; QComboBox* ComboBoxMedia; QLineEdit* ReadOnlyBitrate; QLabel* LabelMedia; QLabel* LabelBitrate; QLineEdit* ReadOnlySize; QLineEdit* ReadOnlyLength; QLineEdit* ReadOnlyProposedFilename; QLineEdit* ReadOnlyFilename; QLineEdit* ReadOnlyPath; QLineEdit* ReadOnlyProposedPath; QLabel* LabelFilename; QCheckBox* CheckBoxCorrectPath; QCheckBox* CheckBoxCorrectFilename; protected: QGridLayout* SongInfoDialogLayout; QSpacerItem* spacer1_2; QSpacerItem* spacer1_3; QSpacerItem* spacer1; QGridLayout* GroupBox1Layout; QGridLayout* GroupBox2Layout; QGridLayout* GroupBox3Layout; QSpacerItem* spacer1_4_3; QSpacerItem* spacer1_4_3_2; protected slots: virtual void languageChange(); }; #endif // SONGINFODIALOG_H