00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_MARKERDIALOG_H
00011 #define UI_MARKERDIALOG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QSpacerItem>
00027 #include <QtGui/QTabWidget>
00028 #include <QtGui/QToolButton>
00029 #include <QtGui/QTreeWidget>
00030 #include <QtGui/QVBoxLayout>
00031 #include <QtGui/QWidget>
00032
00033 QT_BEGIN_NAMESPACE
00034
00035 class Ui_MarkerDialog
00036 {
00037 public:
00038 QVBoxLayout *vboxLayout;
00039 QTreeWidget *markersTreeWidget;
00040 QGroupBox *groupBox;
00041 QGridLayout *gridLayout;
00042 QLineEdit *lineEditIsrc;
00043 QLabel *label_6;
00044 QToolButton *toolButtonPEmphAll;
00045 QToolButton *toolButtonCopyAll;
00046 QCheckBox *checkBoxPreEmph;
00047 QCheckBox *checkBoxCopy;
00048 QLabel *label_9;
00049 QLineEdit *lineEditPosition;
00050 QTabWidget *tabWidget;
00051 QWidget *tab;
00052 QGridLayout *gridLayout1;
00053 QLabel *label;
00054 QLineEdit *lineEditTitle;
00055 QToolButton *toolButtonTitleAll;
00056 QLabel *label_2;
00057 QLineEdit *lineEditPerformer;
00058 QToolButton *toolButtonPerformerAll;
00059 QLabel *label_3;
00060 QLineEdit *lineEditComposer;
00061 QToolButton *toolButtonComposerAll;
00062 QWidget *tab_2;
00063 QGridLayout *gridLayout2;
00064 QLabel *label_4;
00065 QLineEdit *lineEditSongwriter;
00066 QLabel *label_5;
00067 QLineEdit *lineEditArranger;
00068 QLabel *label_7;
00069 QLineEdit *lineEditMessage;
00070 QToolButton *toolButtonMessageAll;
00071 QToolButton *toolButtonArrangerAll;
00072 QToolButton *toolButtonSongWriterAll;
00073 QHBoxLayout *hboxLayout;
00074 QPushButton *pushButtonRemove;
00075 QPushButton *pushButtonExport;
00076 QSpacerItem *spacerItem;
00077 QPushButton *pushButtonOk;
00078 QPushButton *pushButtonCancel;
00079
00080 void setupUi(QDialog *MarkerDialog)
00081 {
00082 if (MarkerDialog->objectName().isEmpty())
00083 MarkerDialog->setObjectName(QString::fromUtf8("MarkerDialog"));
00084 MarkerDialog->resize(400, 558);
00085 vboxLayout = new QVBoxLayout(MarkerDialog);
00086 #ifndef Q_OS_MAC
00087 vboxLayout->setSpacing(6);
00088 #endif
00089 #ifndef Q_OS_MAC
00090 vboxLayout->setMargin(9);
00091 #endif
00092 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00093 markersTreeWidget = new QTreeWidget(MarkerDialog);
00094 markersTreeWidget->setObjectName(QString::fromUtf8("markersTreeWidget"));
00095 markersTreeWidget->setEditTriggers(QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed);
00096 markersTreeWidget->setRootIsDecorated(false);
00097
00098 vboxLayout->addWidget(markersTreeWidget);
00099
00100 groupBox = new QGroupBox(MarkerDialog);
00101 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00102 gridLayout = new QGridLayout(groupBox);
00103 #ifndef Q_OS_MAC
00104 gridLayout->setSpacing(6);
00105 #endif
00106 #ifndef Q_OS_MAC
00107 gridLayout->setMargin(9);
00108 #endif
00109 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00110 lineEditIsrc = new QLineEdit(groupBox);
00111 lineEditIsrc->setObjectName(QString::fromUtf8("lineEditIsrc"));
00112
00113 gridLayout->addWidget(lineEditIsrc, 1, 1, 1, 2);
00114
00115 label_6 = new QLabel(groupBox);
00116 label_6->setObjectName(QString::fromUtf8("label_6"));
00117
00118 gridLayout->addWidget(label_6, 1, 0, 1, 1);
00119
00120 toolButtonPEmphAll = new QToolButton(groupBox);
00121 toolButtonPEmphAll->setObjectName(QString::fromUtf8("toolButtonPEmphAll"));
00122 QIcon icon;
00123 icon.addPixmap(QPixmap(QString::fromUtf8("../../../../../../../usr/share/icons/crystalsvg/16x16/actions/tab_duplicate.png")), QIcon::Normal, QIcon::Off);
00124 toolButtonPEmphAll->setIcon(icon);
00125
00126 gridLayout->addWidget(toolButtonPEmphAll, 3, 2, 1, 1);
00127
00128 toolButtonCopyAll = new QToolButton(groupBox);
00129 toolButtonCopyAll->setObjectName(QString::fromUtf8("toolButtonCopyAll"));
00130 toolButtonCopyAll->setIcon(icon);
00131
00132 gridLayout->addWidget(toolButtonCopyAll, 2, 2, 1, 1);
00133
00134 checkBoxPreEmph = new QCheckBox(groupBox);
00135 checkBoxPreEmph->setObjectName(QString::fromUtf8("checkBoxPreEmph"));
00136
00137 gridLayout->addWidget(checkBoxPreEmph, 3, 0, 1, 2);
00138
00139 checkBoxCopy = new QCheckBox(groupBox);
00140 checkBoxCopy->setObjectName(QString::fromUtf8("checkBoxCopy"));
00141
00142 gridLayout->addWidget(checkBoxCopy, 2, 0, 1, 2);
00143
00144 label_9 = new QLabel(groupBox);
00145 label_9->setObjectName(QString::fromUtf8("label_9"));
00146
00147 gridLayout->addWidget(label_9, 0, 0, 1, 1);
00148
00149 lineEditPosition = new QLineEdit(groupBox);
00150 lineEditPosition->setObjectName(QString::fromUtf8("lineEditPosition"));
00151
00152 gridLayout->addWidget(lineEditPosition, 0, 1, 1, 2);
00153
00154
00155 vboxLayout->addWidget(groupBox);
00156
00157 tabWidget = new QTabWidget(MarkerDialog);
00158 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00159 tab = new QWidget();
00160 tab->setObjectName(QString::fromUtf8("tab"));
00161 gridLayout1 = new QGridLayout(tab);
00162 #ifndef Q_OS_MAC
00163 gridLayout1->setSpacing(6);
00164 #endif
00165 #ifndef Q_OS_MAC
00166 gridLayout1->setMargin(9);
00167 #endif
00168 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00169 label = new QLabel(tab);
00170 label->setObjectName(QString::fromUtf8("label"));
00171
00172 gridLayout1->addWidget(label, 0, 0, 1, 1);
00173
00174 lineEditTitle = new QLineEdit(tab);
00175 lineEditTitle->setObjectName(QString::fromUtf8("lineEditTitle"));
00176
00177 gridLayout1->addWidget(lineEditTitle, 0, 1, 1, 1);
00178
00179 toolButtonTitleAll = new QToolButton(tab);
00180 toolButtonTitleAll->setObjectName(QString::fromUtf8("toolButtonTitleAll"));
00181 toolButtonTitleAll->setIcon(icon);
00182
00183 gridLayout1->addWidget(toolButtonTitleAll, 0, 2, 1, 1);
00184
00185 label_2 = new QLabel(tab);
00186 label_2->setObjectName(QString::fromUtf8("label_2"));
00187
00188 gridLayout1->addWidget(label_2, 1, 0, 1, 1);
00189
00190 lineEditPerformer = new QLineEdit(tab);
00191 lineEditPerformer->setObjectName(QString::fromUtf8("lineEditPerformer"));
00192
00193 gridLayout1->addWidget(lineEditPerformer, 1, 1, 1, 1);
00194
00195 toolButtonPerformerAll = new QToolButton(tab);
00196 toolButtonPerformerAll->setObjectName(QString::fromUtf8("toolButtonPerformerAll"));
00197 toolButtonPerformerAll->setIcon(icon);
00198
00199 gridLayout1->addWidget(toolButtonPerformerAll, 1, 2, 1, 1);
00200
00201 label_3 = new QLabel(tab);
00202 label_3->setObjectName(QString::fromUtf8("label_3"));
00203
00204 gridLayout1->addWidget(label_3, 2, 0, 1, 1);
00205
00206 lineEditComposer = new QLineEdit(tab);
00207 lineEditComposer->setObjectName(QString::fromUtf8("lineEditComposer"));
00208
00209 gridLayout1->addWidget(lineEditComposer, 2, 1, 1, 1);
00210
00211 toolButtonComposerAll = new QToolButton(tab);
00212 toolButtonComposerAll->setObjectName(QString::fromUtf8("toolButtonComposerAll"));
00213 toolButtonComposerAll->setIcon(icon);
00214
00215 gridLayout1->addWidget(toolButtonComposerAll, 2, 2, 1, 1);
00216
00217 tabWidget->addTab(tab, QString());
00218 tab_2 = new QWidget();
00219 tab_2->setObjectName(QString::fromUtf8("tab_2"));
00220 gridLayout2 = new QGridLayout(tab_2);
00221 #ifndef Q_OS_MAC
00222 gridLayout2->setSpacing(6);
00223 #endif
00224 #ifndef Q_OS_MAC
00225 gridLayout2->setMargin(9);
00226 #endif
00227 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00228 label_4 = new QLabel(tab_2);
00229 label_4->setObjectName(QString::fromUtf8("label_4"));
00230
00231 gridLayout2->addWidget(label_4, 0, 0, 1, 1);
00232
00233 lineEditSongwriter = new QLineEdit(tab_2);
00234 lineEditSongwriter->setObjectName(QString::fromUtf8("lineEditSongwriter"));
00235
00236 gridLayout2->addWidget(lineEditSongwriter, 0, 1, 1, 1);
00237
00238 label_5 = new QLabel(tab_2);
00239 label_5->setObjectName(QString::fromUtf8("label_5"));
00240
00241 gridLayout2->addWidget(label_5, 1, 0, 1, 1);
00242
00243 lineEditArranger = new QLineEdit(tab_2);
00244 lineEditArranger->setObjectName(QString::fromUtf8("lineEditArranger"));
00245
00246 gridLayout2->addWidget(lineEditArranger, 1, 1, 1, 1);
00247
00248 label_7 = new QLabel(tab_2);
00249 label_7->setObjectName(QString::fromUtf8("label_7"));
00250
00251 gridLayout2->addWidget(label_7, 2, 0, 1, 1);
00252
00253 lineEditMessage = new QLineEdit(tab_2);
00254 lineEditMessage->setObjectName(QString::fromUtf8("lineEditMessage"));
00255
00256 gridLayout2->addWidget(lineEditMessage, 2, 1, 1, 1);
00257
00258 toolButtonMessageAll = new QToolButton(tab_2);
00259 toolButtonMessageAll->setObjectName(QString::fromUtf8("toolButtonMessageAll"));
00260 toolButtonMessageAll->setIcon(icon);
00261
00262 gridLayout2->addWidget(toolButtonMessageAll, 2, 2, 1, 1);
00263
00264 toolButtonArrangerAll = new QToolButton(tab_2);
00265 toolButtonArrangerAll->setObjectName(QString::fromUtf8("toolButtonArrangerAll"));
00266 toolButtonArrangerAll->setIcon(icon);
00267
00268 gridLayout2->addWidget(toolButtonArrangerAll, 1, 2, 1, 1);
00269
00270 toolButtonSongWriterAll = new QToolButton(tab_2);
00271 toolButtonSongWriterAll->setObjectName(QString::fromUtf8("toolButtonSongWriterAll"));
00272 toolButtonSongWriterAll->setIcon(icon);
00273
00274 gridLayout2->addWidget(toolButtonSongWriterAll, 0, 2, 1, 1);
00275
00276 tabWidget->addTab(tab_2, QString());
00277
00278 vboxLayout->addWidget(tabWidget);
00279
00280 hboxLayout = new QHBoxLayout();
00281 #ifndef Q_OS_MAC
00282 hboxLayout->setSpacing(6);
00283 #endif
00284 hboxLayout->setMargin(0);
00285 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00286 pushButtonRemove = new QPushButton(MarkerDialog);
00287 pushButtonRemove->setObjectName(QString::fromUtf8("pushButtonRemove"));
00288
00289 hboxLayout->addWidget(pushButtonRemove);
00290
00291 pushButtonExport = new QPushButton(MarkerDialog);
00292 pushButtonExport->setObjectName(QString::fromUtf8("pushButtonExport"));
00293
00294 hboxLayout->addWidget(pushButtonExport);
00295
00296 spacerItem = new QSpacerItem(281, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00297
00298 hboxLayout->addItem(spacerItem);
00299
00300 pushButtonOk = new QPushButton(MarkerDialog);
00301 pushButtonOk->setObjectName(QString::fromUtf8("pushButtonOk"));
00302 pushButtonOk->setAutoDefault(false);
00303
00304 hboxLayout->addWidget(pushButtonOk);
00305
00306 pushButtonCancel = new QPushButton(MarkerDialog);
00307 pushButtonCancel->setObjectName(QString::fromUtf8("pushButtonCancel"));
00308
00309 hboxLayout->addWidget(pushButtonCancel);
00310
00311
00312 vboxLayout->addLayout(hboxLayout);
00313
00314 QWidget::setTabOrder(markersTreeWidget, checkBoxCopy);
00315 QWidget::setTabOrder(checkBoxCopy, toolButtonCopyAll);
00316 QWidget::setTabOrder(toolButtonCopyAll, checkBoxPreEmph);
00317 QWidget::setTabOrder(checkBoxPreEmph, toolButtonPEmphAll);
00318 QWidget::setTabOrder(toolButtonPEmphAll, lineEditIsrc);
00319 QWidget::setTabOrder(lineEditIsrc, tabWidget);
00320 QWidget::setTabOrder(tabWidget, lineEditTitle);
00321 QWidget::setTabOrder(lineEditTitle, toolButtonTitleAll);
00322 QWidget::setTabOrder(toolButtonTitleAll, lineEditPerformer);
00323 QWidget::setTabOrder(lineEditPerformer, toolButtonPerformerAll);
00324 QWidget::setTabOrder(toolButtonPerformerAll, lineEditComposer);
00325 QWidget::setTabOrder(lineEditComposer, toolButtonComposerAll);
00326 QWidget::setTabOrder(toolButtonComposerAll, lineEditSongwriter);
00327 QWidget::setTabOrder(lineEditSongwriter, lineEditArranger);
00328 QWidget::setTabOrder(lineEditArranger, toolButtonArrangerAll);
00329 QWidget::setTabOrder(toolButtonArrangerAll, lineEditMessage);
00330 QWidget::setTabOrder(lineEditMessage, toolButtonMessageAll);
00331 QWidget::setTabOrder(toolButtonMessageAll, pushButtonOk);
00332
00333 retranslateUi(MarkerDialog);
00334
00335 tabWidget->setCurrentIndex(0);
00336
00337
00338 QMetaObject::connectSlotsByName(MarkerDialog);
00339 }
00340
00341 void retranslateUi(QDialog *MarkerDialog)
00342 {
00343 MarkerDialog->setWindowTitle(QApplication::translate("MarkerDialog", "Markers", 0, QApplication::UnicodeUTF8));
00344 QTreeWidgetItem *___qtreewidgetitem = markersTreeWidget->headerItem();
00345 ___qtreewidgetitem->setText(1, QApplication::translate("MarkerDialog", "Title", 0, QApplication::UnicodeUTF8));
00346 ___qtreewidgetitem->setText(0, QApplication::translate("MarkerDialog", "Position", 0, QApplication::UnicodeUTF8));
00347 groupBox->setTitle(QApplication::translate("MarkerDialog", "Options", 0, QApplication::UnicodeUTF8));
00348 label_6->setText(QApplication::translate("MarkerDialog", "ISRC:", 0, QApplication::UnicodeUTF8));
00349 #ifndef QT_NO_TOOLTIP
00350 toolButtonPEmphAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00351 #endif // QT_NO_TOOLTIP
00352 toolButtonPEmphAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00353 #ifndef QT_NO_TOOLTIP
00354 toolButtonCopyAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00355 #endif // QT_NO_TOOLTIP
00356 toolButtonCopyAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00357 checkBoxPreEmph->setText(QApplication::translate("MarkerDialog", "Pre-Emphasis", 0, QApplication::UnicodeUTF8));
00358 checkBoxCopy->setText(QApplication::translate("MarkerDialog", "Copy protection", 0, QApplication::UnicodeUTF8));
00359 label_9->setText(QApplication::translate("MarkerDialog", "Position: (MM:SS:75ths)", 0, QApplication::UnicodeUTF8));
00360 #ifndef QT_NO_TOOLTIP
00361 tabWidget->setToolTip(QString());
00362 #endif // QT_NO_TOOLTIP
00363 label->setText(QApplication::translate("MarkerDialog", "Title:", 0, QApplication::UnicodeUTF8));
00364 #ifndef QT_NO_TOOLTIP
00365 toolButtonTitleAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00366 #endif // QT_NO_TOOLTIP
00367 toolButtonTitleAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00368 label_2->setText(QApplication::translate("MarkerDialog", "Performer:", 0, QApplication::UnicodeUTF8));
00369 #ifndef QT_NO_TOOLTIP
00370 toolButtonPerformerAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00371 #endif // QT_NO_TOOLTIP
00372 toolButtonPerformerAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00373 label_3->setText(QApplication::translate("MarkerDialog", "Composer:", 0, QApplication::UnicodeUTF8));
00374 #ifndef QT_NO_TOOLTIP
00375 toolButtonComposerAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00376 #endif // QT_NO_TOOLTIP
00377 toolButtonComposerAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00378 tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("MarkerDialog", "CD-Text", 0, QApplication::UnicodeUTF8));
00379 label_4->setText(QApplication::translate("MarkerDialog", "Songwriter", 0, QApplication::UnicodeUTF8));
00380 label_5->setText(QApplication::translate("MarkerDialog", "Arranger:", 0, QApplication::UnicodeUTF8));
00381 label_7->setText(QApplication::translate("MarkerDialog", "Message:", 0, QApplication::UnicodeUTF8));
00382 #ifndef QT_NO_TOOLTIP
00383 toolButtonMessageAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00384 #endif // QT_NO_TOOLTIP
00385 toolButtonMessageAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00386 #ifndef QT_NO_TOOLTIP
00387 toolButtonArrangerAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00388 #endif // QT_NO_TOOLTIP
00389 toolButtonArrangerAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00390 #ifndef QT_NO_TOOLTIP
00391 toolButtonSongWriterAll->setToolTip(QApplication::translate("MarkerDialog", "Apply to all", 0, QApplication::UnicodeUTF8));
00392 #endif // QT_NO_TOOLTIP
00393 toolButtonSongWriterAll->setText(QApplication::translate("MarkerDialog", "...", 0, QApplication::UnicodeUTF8));
00394 tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("MarkerDialog", "CD-Text optional", 0, QApplication::UnicodeUTF8));
00395 pushButtonRemove->setText(QApplication::translate("MarkerDialog", "&Remove", 0, QApplication::UnicodeUTF8));
00396 pushButtonExport->setText(QApplication::translate("MarkerDialog", "&Export", 0, QApplication::UnicodeUTF8));
00397 pushButtonOk->setText(QApplication::translate("MarkerDialog", "&Ok", 0, QApplication::UnicodeUTF8));
00398 pushButtonCancel->setText(QApplication::translate("MarkerDialog", "&Cancel", 0, QApplication::UnicodeUTF8));
00399 Q_UNUSED(MarkerDialog);
00400 }
00401
00402 };
00403
00404 namespace Ui {
00405 class MarkerDialog: public Ui_MarkerDialog {};
00406 }
00407
00408 QT_END_NAMESPACE
00409
00410 #endif // UI_MARKERDIALOG_H