00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_PROJECTMANAGERDIALOG_H
00011 #define UI_PROJECTMANAGERDIALOG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QDialogButtonBox>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QHeaderView>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QLineEdit>
00026 #include <QtGui/QPushButton>
00027 #include <QtGui/QSpacerItem>
00028 #include <QtGui/QTabWidget>
00029 #include <QtGui/QTextEdit>
00030 #include <QtGui/QTreeWidget>
00031 #include <QtGui/QVBoxLayout>
00032 #include <QtGui/QWidget>
00033
00034 QT_BEGIN_NAMESPACE
00035
00036 class Ui_ProjectManagerDialog
00037 {
00038 public:
00039 QVBoxLayout *vboxLayout;
00040 QTabWidget *tabWidget;
00041 QWidget *tab_4;
00042 QGridLayout *gridLayout;
00043 QGroupBox *groupBox_3;
00044 QVBoxLayout *vboxLayout1;
00045 QHBoxLayout *hboxLayout;
00046 QLabel *label_3;
00047 QLineEdit *lineEditTitle;
00048 QHBoxLayout *hboxLayout1;
00049 QLabel *label;
00050 QTextEdit *descriptionTextEdit;
00051 QHBoxLayout *hboxLayout2;
00052 QLabel *label_2;
00053 QLineEdit *lineEdit;
00054 QGroupBox *groupBox;
00055 QVBoxLayout *vboxLayout2;
00056 QPushButton *sheetsExportButton;
00057 QPushButton *exportTemplateButton;
00058 QSpacerItem *spacerItem;
00059 QSpacerItem *spacerItem1;
00060 QWidget *tab;
00061 QHBoxLayout *hboxLayout3;
00062 QTreeWidget *treeSheetWidget;
00063 QVBoxLayout *vboxLayout3;
00064 QGroupBox *groupBox_4;
00065 QVBoxLayout *vboxLayout4;
00066 QLineEdit *selectedSheetName;
00067 QHBoxLayout *hboxLayout4;
00068 QPushButton *deleteSheetButton;
00069 QSpacerItem *spacerItem2;
00070 QPushButton *renameSheetButton;
00071 QGroupBox *groupBox_2;
00072 QHBoxLayout *hboxLayout5;
00073 QHBoxLayout *hboxLayout6;
00074 QPushButton *createSheetButton;
00075 QSpacerItem *spacerItem3;
00076 QWidget *cdtext;
00077 QGridLayout *gridLayout1;
00078 QLabel *label_7;
00079 QLineEdit *lineEditPerformer;
00080 QLabel *label_4;
00081 QLineEdit *lineEditId;
00082 QLabel *label_6;
00083 QLineEdit *lineEditUPC;
00084 QLabel *label_5;
00085 QComboBox *comboBoxGenre;
00086 QSpacerItem *spacerItem4;
00087 QLabel *label_8;
00088 QLineEdit *lineEditArranger;
00089 QLabel *label_9;
00090 QLineEdit *lineEditSongwriter;
00091 QLabel *label_10;
00092 QLineEdit *lineEditMessage;
00093 QHBoxLayout *hboxLayout7;
00094 QHBoxLayout *hboxLayout8;
00095 QPushButton *undoButton;
00096 QPushButton *redoButton;
00097 QDialogButtonBox *buttonBox;
00098
00099 void setupUi(QDialog *ProjectManagerDialog)
00100 {
00101 if (ProjectManagerDialog->objectName().isEmpty())
00102 ProjectManagerDialog->setObjectName(QString::fromUtf8("ProjectManagerDialog"));
00103 ProjectManagerDialog->resize(581, 308);
00104 ProjectManagerDialog->setMaximumSize(QSize(600, 500));
00105 vboxLayout = new QVBoxLayout(ProjectManagerDialog);
00106 #ifndef Q_OS_MAC
00107 vboxLayout->setSpacing(6);
00108 #endif
00109 #ifndef Q_OS_MAC
00110 vboxLayout->setMargin(9);
00111 #endif
00112 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00113 tabWidget = new QTabWidget(ProjectManagerDialog);
00114 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00115 tab_4 = new QWidget();
00116 tab_4->setObjectName(QString::fromUtf8("tab_4"));
00117 gridLayout = new QGridLayout(tab_4);
00118 #ifndef Q_OS_MAC
00119 gridLayout->setSpacing(6);
00120 #endif
00121 #ifndef Q_OS_MAC
00122 gridLayout->setMargin(9);
00123 #endif
00124 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00125 groupBox_3 = new QGroupBox(tab_4);
00126 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00127 vboxLayout1 = new QVBoxLayout(groupBox_3);
00128 #ifndef Q_OS_MAC
00129 vboxLayout1->setSpacing(6);
00130 #endif
00131 #ifndef Q_OS_MAC
00132 vboxLayout1->setMargin(9);
00133 #endif
00134 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00135 hboxLayout = new QHBoxLayout();
00136 #ifndef Q_OS_MAC
00137 hboxLayout->setSpacing(6);
00138 #endif
00139 #ifndef Q_OS_MAC
00140 hboxLayout->setMargin(0);
00141 #endif
00142 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00143 label_3 = new QLabel(groupBox_3);
00144 label_3->setObjectName(QString::fromUtf8("label_3"));
00145 label_3->setMinimumSize(QSize(100, 0));
00146
00147 hboxLayout->addWidget(label_3);
00148
00149 lineEditTitle = new QLineEdit(groupBox_3);
00150 lineEditTitle->setObjectName(QString::fromUtf8("lineEditTitle"));
00151 lineEditTitle->setEnabled(true);
00152 lineEditTitle->setAcceptDrops(true);
00153
00154 hboxLayout->addWidget(lineEditTitle);
00155
00156
00157 vboxLayout1->addLayout(hboxLayout);
00158
00159 hboxLayout1 = new QHBoxLayout();
00160 #ifndef Q_OS_MAC
00161 hboxLayout1->setSpacing(6);
00162 #endif
00163 hboxLayout1->setMargin(0);
00164 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00165 label = new QLabel(groupBox_3);
00166 label->setObjectName(QString::fromUtf8("label"));
00167 label->setMinimumSize(QSize(100, 0));
00168
00169 hboxLayout1->addWidget(label);
00170
00171 descriptionTextEdit = new QTextEdit(groupBox_3);
00172 descriptionTextEdit->setObjectName(QString::fromUtf8("descriptionTextEdit"));
00173 descriptionTextEdit->setMaximumSize(QSize(16777215, 50));
00174
00175 hboxLayout1->addWidget(descriptionTextEdit);
00176
00177
00178 vboxLayout1->addLayout(hboxLayout1);
00179
00180 hboxLayout2 = new QHBoxLayout();
00181 #ifndef Q_OS_MAC
00182 hboxLayout2->setSpacing(6);
00183 #endif
00184 hboxLayout2->setMargin(0);
00185 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00186 label_2 = new QLabel(groupBox_3);
00187 label_2->setObjectName(QString::fromUtf8("label_2"));
00188 label_2->setMinimumSize(QSize(100, 0));
00189
00190 hboxLayout2->addWidget(label_2);
00191
00192 lineEdit = new QLineEdit(groupBox_3);
00193 lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
00194
00195 hboxLayout2->addWidget(lineEdit);
00196
00197
00198 vboxLayout1->addLayout(hboxLayout2);
00199
00200
00201 gridLayout->addWidget(groupBox_3, 0, 0, 2, 1);
00202
00203 groupBox = new QGroupBox(tab_4);
00204 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00205 groupBox->setMinimumSize(QSize(150, 0));
00206 vboxLayout2 = new QVBoxLayout(groupBox);
00207 vboxLayout2->setSpacing(9);
00208 #ifndef Q_OS_MAC
00209 vboxLayout2->setMargin(9);
00210 #endif
00211 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00212 sheetsExportButton = new QPushButton(groupBox);
00213 sheetsExportButton->setObjectName(QString::fromUtf8("sheetsExportButton"));
00214
00215 vboxLayout2->addWidget(sheetsExportButton);
00216
00217 exportTemplateButton = new QPushButton(groupBox);
00218 exportTemplateButton->setObjectName(QString::fromUtf8("exportTemplateButton"));
00219
00220 vboxLayout2->addWidget(exportTemplateButton);
00221
00222
00223 gridLayout->addWidget(groupBox, 0, 1, 1, 1);
00224
00225 spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00226
00227 gridLayout->addItem(spacerItem, 1, 1, 2, 1);
00228
00229 spacerItem1 = new QSpacerItem(385, 20, QSizePolicy::Minimum, QSizePolicy::Maximum);
00230
00231 gridLayout->addItem(spacerItem1, 2, 0, 1, 1);
00232
00233 tabWidget->addTab(tab_4, QString());
00234 tab = new QWidget();
00235 tab->setObjectName(QString::fromUtf8("tab"));
00236 hboxLayout3 = new QHBoxLayout(tab);
00237 #ifndef Q_OS_MAC
00238 hboxLayout3->setSpacing(6);
00239 #endif
00240 #ifndef Q_OS_MAC
00241 hboxLayout3->setMargin(9);
00242 #endif
00243 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00244 treeSheetWidget = new QTreeWidget(tab);
00245 treeSheetWidget->setObjectName(QString::fromUtf8("treeSheetWidget"));
00246 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00247 sizePolicy.setHorizontalStretch(10);
00248 sizePolicy.setVerticalStretch(5);
00249 sizePolicy.setHeightForWidth(treeSheetWidget->sizePolicy().hasHeightForWidth());
00250 treeSheetWidget->setSizePolicy(sizePolicy);
00251 treeSheetWidget->setMinimumSize(QSize(330, 120));
00252
00253 hboxLayout3->addWidget(treeSheetWidget);
00254
00255 vboxLayout3 = new QVBoxLayout();
00256 #ifndef Q_OS_MAC
00257 vboxLayout3->setSpacing(6);
00258 #endif
00259 vboxLayout3->setMargin(0);
00260 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00261 groupBox_4 = new QGroupBox(tab);
00262 groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
00263 vboxLayout4 = new QVBoxLayout(groupBox_4);
00264 #ifndef Q_OS_MAC
00265 vboxLayout4->setSpacing(6);
00266 #endif
00267 #ifndef Q_OS_MAC
00268 vboxLayout4->setMargin(9);
00269 #endif
00270 vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00271 selectedSheetName = new QLineEdit(groupBox_4);
00272 selectedSheetName->setObjectName(QString::fromUtf8("selectedSheetName"));
00273 selectedSheetName->setMinimumSize(QSize(0, 0));
00274
00275 vboxLayout4->addWidget(selectedSheetName);
00276
00277 hboxLayout4 = new QHBoxLayout();
00278 #ifndef Q_OS_MAC
00279 hboxLayout4->setSpacing(6);
00280 #endif
00281 hboxLayout4->setMargin(0);
00282 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00283 deleteSheetButton = new QPushButton(groupBox_4);
00284 deleteSheetButton->setObjectName(QString::fromUtf8("deleteSheetButton"));
00285 deleteSheetButton->setAutoDefault(false);
00286
00287 hboxLayout4->addWidget(deleteSheetButton);
00288
00289 spacerItem2 = new QSpacerItem(1, 20, QSizePolicy::Minimum, QSizePolicy::Minimum);
00290
00291 hboxLayout4->addItem(spacerItem2);
00292
00293 renameSheetButton = new QPushButton(groupBox_4);
00294 renameSheetButton->setObjectName(QString::fromUtf8("renameSheetButton"));
00295
00296 hboxLayout4->addWidget(renameSheetButton);
00297
00298
00299 vboxLayout4->addLayout(hboxLayout4);
00300
00301
00302 vboxLayout3->addWidget(groupBox_4);
00303
00304 groupBox_2 = new QGroupBox(tab);
00305 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00306 hboxLayout5 = new QHBoxLayout(groupBox_2);
00307 #ifndef Q_OS_MAC
00308 hboxLayout5->setSpacing(6);
00309 #endif
00310 #ifndef Q_OS_MAC
00311 hboxLayout5->setMargin(9);
00312 #endif
00313 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00314 hboxLayout6 = new QHBoxLayout();
00315 #ifndef Q_OS_MAC
00316 hboxLayout6->setSpacing(6);
00317 #endif
00318 #ifndef Q_OS_MAC
00319 hboxLayout6->setMargin(0);
00320 #endif
00321 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00322 createSheetButton = new QPushButton(groupBox_2);
00323 createSheetButton->setObjectName(QString::fromUtf8("createSheetButton"));
00324
00325 hboxLayout6->addWidget(createSheetButton);
00326
00327
00328 hboxLayout5->addLayout(hboxLayout6);
00329
00330
00331 vboxLayout3->addWidget(groupBox_2);
00332
00333 spacerItem3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00334
00335 vboxLayout3->addItem(spacerItem3);
00336
00337
00338 hboxLayout3->addLayout(vboxLayout3);
00339
00340 tabWidget->addTab(tab, QString());
00341 cdtext = new QWidget();
00342 cdtext->setObjectName(QString::fromUtf8("cdtext"));
00343 gridLayout1 = new QGridLayout(cdtext);
00344 #ifndef Q_OS_MAC
00345 gridLayout1->setSpacing(6);
00346 #endif
00347 #ifndef Q_OS_MAC
00348 gridLayout1->setMargin(9);
00349 #endif
00350 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00351 label_7 = new QLabel(cdtext);
00352 label_7->setObjectName(QString::fromUtf8("label_7"));
00353 label_7->setMinimumSize(QSize(100, 0));
00354
00355 gridLayout1->addWidget(label_7, 0, 0, 1, 1);
00356
00357 lineEditPerformer = new QLineEdit(cdtext);
00358 lineEditPerformer->setObjectName(QString::fromUtf8("lineEditPerformer"));
00359
00360 gridLayout1->addWidget(lineEditPerformer, 0, 1, 1, 2);
00361
00362 label_4 = new QLabel(cdtext);
00363 label_4->setObjectName(QString::fromUtf8("label_4"));
00364 label_4->setMinimumSize(QSize(100, 0));
00365
00366 gridLayout1->addWidget(label_4, 1, 0, 1, 1);
00367
00368 lineEditId = new QLineEdit(cdtext);
00369 lineEditId->setObjectName(QString::fromUtf8("lineEditId"));
00370
00371 gridLayout1->addWidget(lineEditId, 1, 1, 1, 2);
00372
00373 label_6 = new QLabel(cdtext);
00374 label_6->setObjectName(QString::fromUtf8("label_6"));
00375 label_6->setMinimumSize(QSize(100, 0));
00376
00377 gridLayout1->addWidget(label_6, 2, 0, 1, 1);
00378
00379 lineEditUPC = new QLineEdit(cdtext);
00380 lineEditUPC->setObjectName(QString::fromUtf8("lineEditUPC"));
00381
00382 gridLayout1->addWidget(lineEditUPC, 2, 1, 1, 2);
00383
00384 label_5 = new QLabel(cdtext);
00385 label_5->setObjectName(QString::fromUtf8("label_5"));
00386 label_5->setMinimumSize(QSize(100, 0));
00387
00388 gridLayout1->addWidget(label_5, 3, 0, 1, 1);
00389
00390 comboBoxGenre = new QComboBox(cdtext);
00391 comboBoxGenre->setObjectName(QString::fromUtf8("comboBoxGenre"));
00392
00393 gridLayout1->addWidget(comboBoxGenre, 3, 1, 1, 1);
00394
00395 spacerItem4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00396
00397 gridLayout1->addItem(spacerItem4, 3, 2, 1, 1);
00398
00399 label_8 = new QLabel(cdtext);
00400 label_8->setObjectName(QString::fromUtf8("label_8"));
00401
00402 gridLayout1->addWidget(label_8, 4, 0, 1, 1);
00403
00404 lineEditArranger = new QLineEdit(cdtext);
00405 lineEditArranger->setObjectName(QString::fromUtf8("lineEditArranger"));
00406
00407 gridLayout1->addWidget(lineEditArranger, 4, 1, 1, 2);
00408
00409 label_9 = new QLabel(cdtext);
00410 label_9->setObjectName(QString::fromUtf8("label_9"));
00411
00412 gridLayout1->addWidget(label_9, 5, 0, 1, 1);
00413
00414 lineEditSongwriter = new QLineEdit(cdtext);
00415 lineEditSongwriter->setObjectName(QString::fromUtf8("lineEditSongwriter"));
00416
00417 gridLayout1->addWidget(lineEditSongwriter, 5, 1, 1, 2);
00418
00419 label_10 = new QLabel(cdtext);
00420 label_10->setObjectName(QString::fromUtf8("label_10"));
00421
00422 gridLayout1->addWidget(label_10, 6, 0, 1, 1);
00423
00424 lineEditMessage = new QLineEdit(cdtext);
00425 lineEditMessage->setObjectName(QString::fromUtf8("lineEditMessage"));
00426
00427 gridLayout1->addWidget(lineEditMessage, 6, 1, 1, 2);
00428
00429 tabWidget->addTab(cdtext, QString());
00430
00431 vboxLayout->addWidget(tabWidget);
00432
00433 hboxLayout7 = new QHBoxLayout();
00434 #ifndef Q_OS_MAC
00435 hboxLayout7->setSpacing(6);
00436 #endif
00437 hboxLayout7->setMargin(0);
00438 hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00439 hboxLayout8 = new QHBoxLayout();
00440 #ifndef Q_OS_MAC
00441 hboxLayout8->setSpacing(6);
00442 #endif
00443 #ifndef Q_OS_MAC
00444 hboxLayout8->setMargin(0);
00445 #endif
00446 hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
00447 undoButton = new QPushButton(ProjectManagerDialog);
00448 undoButton->setObjectName(QString::fromUtf8("undoButton"));
00449 undoButton->setMaximumSize(QSize(16777215, 22));
00450
00451 hboxLayout8->addWidget(undoButton);
00452
00453 redoButton = new QPushButton(ProjectManagerDialog);
00454 redoButton->setObjectName(QString::fromUtf8("redoButton"));
00455 redoButton->setMaximumSize(QSize(16777215, 22));
00456
00457 hboxLayout8->addWidget(redoButton);
00458
00459
00460 hboxLayout7->addLayout(hboxLayout8);
00461
00462 buttonBox = new QDialogButtonBox(ProjectManagerDialog);
00463 buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
00464 buttonBox->setOrientation(Qt::Horizontal);
00465 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok);
00466
00467 hboxLayout7->addWidget(buttonBox);
00468
00469
00470 vboxLayout->addLayout(hboxLayout7);
00471
00472
00473 retranslateUi(ProjectManagerDialog);
00474 QObject::connect(buttonBox, SIGNAL(accepted()), ProjectManagerDialog, SLOT(accept()));
00475 QObject::connect(buttonBox, SIGNAL(rejected()), ProjectManagerDialog, SLOT(reject()));
00476
00477 tabWidget->setCurrentIndex(0);
00478
00479
00480 QMetaObject::connectSlotsByName(ProjectManagerDialog);
00481 }
00482
00483 void retranslateUi(QDialog *ProjectManagerDialog)
00484 {
00485 ProjectManagerDialog->setWindowTitle(QApplication::translate("ProjectManagerDialog", "Dialog", 0, QApplication::UnicodeUTF8));
00486 groupBox_3->setTitle(QApplication::translate("ProjectManagerDialog", "Informational", 0, QApplication::UnicodeUTF8));
00487 label_3->setText(QApplication::translate("ProjectManagerDialog", "Title", 0, QApplication::UnicodeUTF8));
00488 label->setText(QApplication::translate("ProjectManagerDialog", "Description", 0, QApplication::UnicodeUTF8));
00489 label_2->setText(QApplication::translate("ProjectManagerDialog", "Engineer", 0, QApplication::UnicodeUTF8));
00490 groupBox->setTitle(QApplication::translate("ProjectManagerDialog", "Export", 0, QApplication::UnicodeUTF8));
00491 sheetsExportButton->setText(QApplication::translate("ProjectManagerDialog", "Sheet(s)", 0, QApplication::UnicodeUTF8));
00492 exportTemplateButton->setText(QApplication::translate("ProjectManagerDialog", "Template", 0, QApplication::UnicodeUTF8));
00493 tabWidget->setTabText(tabWidget->indexOf(tab_4), QApplication::translate("ProjectManagerDialog", "Project", 0, QApplication::UnicodeUTF8));
00494 QTreeWidgetItem *___qtreewidgetitem = treeSheetWidget->headerItem();
00495 ___qtreewidgetitem->setText(2, QApplication::translate("ProjectManagerDialog", "Length", 0, QApplication::UnicodeUTF8));
00496 ___qtreewidgetitem->setText(1, QApplication::translate("ProjectManagerDialog", "Tracks", 0, QApplication::UnicodeUTF8));
00497 ___qtreewidgetitem->setText(0, QApplication::translate("ProjectManagerDialog", "Sheet Name", 0, QApplication::UnicodeUTF8));
00498 groupBox_4->setTitle(QApplication::translate("ProjectManagerDialog", "Selected Sheet", 0, QApplication::UnicodeUTF8));
00499 deleteSheetButton->setText(QApplication::translate("ProjectManagerDialog", "Delete", 0, QApplication::UnicodeUTF8));
00500 renameSheetButton->setText(QApplication::translate("ProjectManagerDialog", "Rename", 0, QApplication::UnicodeUTF8));
00501 groupBox_2->setTitle(QApplication::translate("ProjectManagerDialog", "New Sheet", 0, QApplication::UnicodeUTF8));
00502 createSheetButton->setText(QApplication::translate("ProjectManagerDialog", "Create new Sheet", 0, QApplication::UnicodeUTF8));
00503 tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("ProjectManagerDialog", "Sheets", 0, QApplication::UnicodeUTF8));
00504 label_7->setText(QApplication::translate("ProjectManagerDialog", "Performer", 0, QApplication::UnicodeUTF8));
00505 label_4->setText(QApplication::translate("ProjectManagerDialog", "Disc ID:", 0, QApplication::UnicodeUTF8));
00506 label_6->setText(QApplication::translate("ProjectManagerDialog", "UPC EAN:", 0, QApplication::UnicodeUTF8));
00507 label_5->setText(QApplication::translate("ProjectManagerDialog", "Genre:", 0, QApplication::UnicodeUTF8));
00508 comboBoxGenre->clear();
00509 comboBoxGenre->insertItems(0, QStringList()
00510 << QApplication::translate("ProjectManagerDialog", "Unused", 0, QApplication::UnicodeUTF8)
00511 << QApplication::translate("ProjectManagerDialog", "Undefined", 0, QApplication::UnicodeUTF8)
00512 << QApplication::translate("ProjectManagerDialog", "Adult Contemporary", 0, QApplication::UnicodeUTF8)
00513 << QApplication::translate("ProjectManagerDialog", "Alternative Rock", 0, QApplication::UnicodeUTF8)
00514 << QApplication::translate("ProjectManagerDialog", "Childrens", 0, QApplication::UnicodeUTF8)
00515 << QApplication::translate("ProjectManagerDialog", "Classical", 0, QApplication::UnicodeUTF8)
00516 << QApplication::translate("ProjectManagerDialog", "Contemporary Christian", 0, QApplication::UnicodeUTF8)
00517 << QApplication::translate("ProjectManagerDialog", "Country", 0, QApplication::UnicodeUTF8)
00518 << QApplication::translate("ProjectManagerDialog", "Dance", 0, QApplication::UnicodeUTF8)
00519 << QApplication::translate("ProjectManagerDialog", "Easy Listening", 0, QApplication::UnicodeUTF8)
00520 << QApplication::translate("ProjectManagerDialog", "Erotic", 0, QApplication::UnicodeUTF8)
00521 << QApplication::translate("ProjectManagerDialog", "Folk", 0, QApplication::UnicodeUTF8)
00522 << QApplication::translate("ProjectManagerDialog", "Gospel", 0, QApplication::UnicodeUTF8)
00523 << QApplication::translate("ProjectManagerDialog", "Hip Hop", 0, QApplication::UnicodeUTF8)
00524 << QApplication::translate("ProjectManagerDialog", "Jazz", 0, QApplication::UnicodeUTF8)
00525 << QApplication::translate("ProjectManagerDialog", "Latin", 0, QApplication::UnicodeUTF8)
00526 << QApplication::translate("ProjectManagerDialog", "Musical", 0, QApplication::UnicodeUTF8)
00527 << QApplication::translate("ProjectManagerDialog", "New Age", 0, QApplication::UnicodeUTF8)
00528 << QApplication::translate("ProjectManagerDialog", "Opera", 0, QApplication::UnicodeUTF8)
00529 << QApplication::translate("ProjectManagerDialog", "Operette", 0, QApplication::UnicodeUTF8)
00530 << QApplication::translate("ProjectManagerDialog", "Pop\302\240Music", 0, QApplication::UnicodeUTF8)
00531 << QApplication::translate("ProjectManagerDialog", "Rap", 0, QApplication::UnicodeUTF8)
00532 << QApplication::translate("ProjectManagerDialog", "Reggae", 0, QApplication::UnicodeUTF8)
00533 << QApplication::translate("ProjectManagerDialog", "Rock Music", 0, QApplication::UnicodeUTF8)
00534 << QApplication::translate("ProjectManagerDialog", "Rhythm and Blues", 0, QApplication::UnicodeUTF8)
00535 << QApplication::translate("ProjectManagerDialog", "Sound Effects", 0, QApplication::UnicodeUTF8)
00536 << QApplication::translate("ProjectManagerDialog", "Spoken Word", 0, QApplication::UnicodeUTF8)
00537 << QApplication::translate("ProjectManagerDialog", "World Music", 0, QApplication::UnicodeUTF8)
00538 );
00539 label_8->setText(QApplication::translate("ProjectManagerDialog", "Arranger", 0, QApplication::UnicodeUTF8));
00540 label_9->setText(QApplication::translate("ProjectManagerDialog", "Songwriter", 0, QApplication::UnicodeUTF8));
00541 label_10->setText(QApplication::translate("ProjectManagerDialog", "Message", 0, QApplication::UnicodeUTF8));
00542 tabWidget->setTabText(tabWidget->indexOf(cdtext), QApplication::translate("ProjectManagerDialog", "CD\302\240Text", 0, QApplication::UnicodeUTF8));
00543 #ifndef QT_NO_TOOLTIP
00544 undoButton->setToolTip(QApplication::translate("ProjectManagerDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00545 "p, li { white-space: pre-wrap; }\n"
00546 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00547 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Undo last change</p></body></html>", 0, QApplication::UnicodeUTF8));
00548 #endif // QT_NO_TOOLTIP
00549 undoButton->setText(QString());
00550 #ifndef QT_NO_TOOLTIP
00551 redoButton->setToolTip(QApplication::translate("ProjectManagerDialog", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00552 "p, li { white-space: pre-wrap; }\n"
00553 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00554 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Redo last change</p></body></html>", 0, QApplication::UnicodeUTF8));
00555 #endif // QT_NO_TOOLTIP
00556 redoButton->setText(QString());
00557 Q_UNUSED(ProjectManagerDialog);
00558 }
00559
00560 };
00561
00562 namespace Ui {
00563 class ProjectManagerDialog: public Ui_ProjectManagerDialog {};
00564 }
00565
00566 QT_END_NAMESPACE
00567
00568 #endif // UI_PROJECTMANAGERDIALOG_H