00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_BEHAVIORCONFIGPAGE_H
00011 #define UI_BEHAVIORCONFIGPAGE_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/QComboBox>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QRadioButton>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QSpinBox>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028
00029 QT_BEGIN_NAMESPACE
00030
00031 class Ui_BehaviorConfigPage
00032 {
00033 public:
00034 QVBoxLayout *verticalLayout;
00035 QGroupBox *groupBox;
00036 QVBoxLayout *vboxLayout;
00037 QHBoxLayout *hboxLayout;
00038 QLabel *label_2;
00039 QSpacerItem *spacerItem;
00040 QRadioButton *saveRadioButton;
00041 QRadioButton *askRadioButton;
00042 QRadioButton *neverRadioButton;
00043 QCheckBox *loadLastProjectCheckBox;
00044 QGroupBox *groupBox_2;
00045 QVBoxLayout *vboxLayout1;
00046 QHBoxLayout *hboxLayout1;
00047 QLabel *label_4;
00048 QSpinBox *numberOfTrackSpinBox;
00049 QGroupBox *groupBox_4;
00050 QVBoxLayout *vboxLayout2;
00051 QCheckBox *lockClipsCheckBox;
00052 QGroupBox *groupBox_3;
00053 QVBoxLayout *vboxLayout3;
00054 QHBoxLayout *hboxLayout2;
00055 QCheckBox *keepCursorVisibleCheckBox;
00056 QComboBox *scrollModeComboBox;
00057 QCheckBox *resyncAudioCheckBox;
00058 QSpacerItem *verticalSpacer;
00059
00060 void setupUi(QWidget *BehaviorConfigPage)
00061 {
00062 if (BehaviorConfigPage->objectName().isEmpty())
00063 BehaviorConfigPage->setObjectName(QString::fromUtf8("BehaviorConfigPage"));
00064 BehaviorConfigPage->resize(336, 412);
00065 verticalLayout = new QVBoxLayout(BehaviorConfigPage);
00066 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00067 groupBox = new QGroupBox(BehaviorConfigPage);
00068 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00069 vboxLayout = new QVBoxLayout(groupBox);
00070 #ifndef Q_OS_MAC
00071 vboxLayout->setSpacing(6);
00072 #endif
00073 #ifndef Q_OS_MAC
00074 vboxLayout->setMargin(9);
00075 #endif
00076 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00077 hboxLayout = new QHBoxLayout();
00078 #ifndef Q_OS_MAC
00079 hboxLayout->setSpacing(6);
00080 #endif
00081 #ifndef Q_OS_MAC
00082 hboxLayout->setMargin(0);
00083 #endif
00084 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00085 label_2 = new QLabel(groupBox);
00086 label_2->setObjectName(QString::fromUtf8("label_2"));
00087
00088 hboxLayout->addWidget(label_2);
00089
00090 spacerItem = new QSpacerItem(20, 23, QSizePolicy::Expanding, QSizePolicy::Minimum);
00091
00092 hboxLayout->addItem(spacerItem);
00093
00094 saveRadioButton = new QRadioButton(groupBox);
00095 saveRadioButton->setObjectName(QString::fromUtf8("saveRadioButton"));
00096 saveRadioButton->setChecked(true);
00097
00098 hboxLayout->addWidget(saveRadioButton);
00099
00100 askRadioButton = new QRadioButton(groupBox);
00101 askRadioButton->setObjectName(QString::fromUtf8("askRadioButton"));
00102
00103 hboxLayout->addWidget(askRadioButton);
00104
00105 neverRadioButton = new QRadioButton(groupBox);
00106 neverRadioButton->setObjectName(QString::fromUtf8("neverRadioButton"));
00107
00108 hboxLayout->addWidget(neverRadioButton);
00109
00110
00111 vboxLayout->addLayout(hboxLayout);
00112
00113 loadLastProjectCheckBox = new QCheckBox(groupBox);
00114 loadLastProjectCheckBox->setObjectName(QString::fromUtf8("loadLastProjectCheckBox"));
00115
00116 vboxLayout->addWidget(loadLastProjectCheckBox);
00117
00118
00119 verticalLayout->addWidget(groupBox);
00120
00121 groupBox_2 = new QGroupBox(BehaviorConfigPage);
00122 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00123 vboxLayout1 = new QVBoxLayout(groupBox_2);
00124 #ifndef Q_OS_MAC
00125 vboxLayout1->setSpacing(6);
00126 #endif
00127 #ifndef Q_OS_MAC
00128 vboxLayout1->setMargin(9);
00129 #endif
00130 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00131 hboxLayout1 = new QHBoxLayout();
00132 #ifndef Q_OS_MAC
00133 hboxLayout1->setSpacing(6);
00134 #endif
00135 #ifndef Q_OS_MAC
00136 hboxLayout1->setMargin(0);
00137 #endif
00138 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00139 label_4 = new QLabel(groupBox_2);
00140 label_4->setObjectName(QString::fromUtf8("label_4"));
00141
00142 hboxLayout1->addWidget(label_4);
00143
00144 numberOfTrackSpinBox = new QSpinBox(groupBox_2);
00145 numberOfTrackSpinBox->setObjectName(QString::fromUtf8("numberOfTrackSpinBox"));
00146 numberOfTrackSpinBox->setMinimum(1);
00147 numberOfTrackSpinBox->setMaximum(1024);
00148 numberOfTrackSpinBox->setValue(1);
00149
00150 hboxLayout1->addWidget(numberOfTrackSpinBox);
00151
00152
00153 vboxLayout1->addLayout(hboxLayout1);
00154
00155
00156 verticalLayout->addWidget(groupBox_2);
00157
00158 groupBox_4 = new QGroupBox(BehaviorConfigPage);
00159 groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
00160 vboxLayout2 = new QVBoxLayout(groupBox_4);
00161 #ifndef Q_OS_MAC
00162 vboxLayout2->setSpacing(6);
00163 #endif
00164 #ifndef Q_OS_MAC
00165 vboxLayout2->setMargin(9);
00166 #endif
00167 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00168 lockClipsCheckBox = new QCheckBox(groupBox_4);
00169 lockClipsCheckBox->setObjectName(QString::fromUtf8("lockClipsCheckBox"));
00170
00171 vboxLayout2->addWidget(lockClipsCheckBox);
00172
00173
00174 verticalLayout->addWidget(groupBox_4);
00175
00176 groupBox_3 = new QGroupBox(BehaviorConfigPage);
00177 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00178 vboxLayout3 = new QVBoxLayout(groupBox_3);
00179 #ifndef Q_OS_MAC
00180 vboxLayout3->setSpacing(6);
00181 #endif
00182 #ifndef Q_OS_MAC
00183 vboxLayout3->setMargin(9);
00184 #endif
00185 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00186 hboxLayout2 = new QHBoxLayout();
00187 #ifndef Q_OS_MAC
00188 hboxLayout2->setSpacing(6);
00189 #endif
00190 #ifndef Q_OS_MAC
00191 hboxLayout2->setMargin(0);
00192 #endif
00193 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00194 keepCursorVisibleCheckBox = new QCheckBox(groupBox_3);
00195 keepCursorVisibleCheckBox->setObjectName(QString::fromUtf8("keepCursorVisibleCheckBox"));
00196 keepCursorVisibleCheckBox->setChecked(true);
00197
00198 hboxLayout2->addWidget(keepCursorVisibleCheckBox);
00199
00200 scrollModeComboBox = new QComboBox(groupBox_3);
00201 scrollModeComboBox->setObjectName(QString::fromUtf8("scrollModeComboBox"));
00202
00203 hboxLayout2->addWidget(scrollModeComboBox);
00204
00205
00206 vboxLayout3->addLayout(hboxLayout2);
00207
00208 resyncAudioCheckBox = new QCheckBox(groupBox_3);
00209 resyncAudioCheckBox->setObjectName(QString::fromUtf8("resyncAudioCheckBox"));
00210 resyncAudioCheckBox->setChecked(false);
00211
00212 vboxLayout3->addWidget(resyncAudioCheckBox);
00213
00214
00215 verticalLayout->addWidget(groupBox_3);
00216
00217 verticalSpacer = new QSpacerItem(20, 51, QSizePolicy::Minimum, QSizePolicy::Expanding);
00218
00219 verticalLayout->addItem(verticalSpacer);
00220
00221
00222 retranslateUi(BehaviorConfigPage);
00223 QObject::connect(keepCursorVisibleCheckBox, SIGNAL(toggled(bool)), scrollModeComboBox, SLOT(setEnabled(bool)));
00224
00225 QMetaObject::connectSlotsByName(BehaviorConfigPage);
00226 }
00227
00228 void retranslateUi(QWidget *BehaviorConfigPage)
00229 {
00230 BehaviorConfigPage->setWindowTitle(QApplication::translate("BehaviorConfigPage", "Form", 0, QApplication::UnicodeUTF8));
00231 groupBox->setTitle(QApplication::translate("BehaviorConfigPage", "Project Settings", 0, QApplication::UnicodeUTF8));
00232 label_2->setText(QApplication::translate("BehaviorConfigPage", "On close:", 0, QApplication::UnicodeUTF8));
00233 saveRadioButton->setText(QApplication::translate("BehaviorConfigPage", "Save", 0, QApplication::UnicodeUTF8));
00234 askRadioButton->setText(QApplication::translate("BehaviorConfigPage", "Ask", 0, QApplication::UnicodeUTF8));
00235 neverRadioButton->setText(QApplication::translate("BehaviorConfigPage", "Don't save", 0, QApplication::UnicodeUTF8));
00236 loadLastProjectCheckBox->setText(QApplication::translate("BehaviorConfigPage", "Load last used project at startup", 0, QApplication::UnicodeUTF8));
00237 groupBox_2->setTitle(QApplication::translate("BehaviorConfigPage", "New Sheet Settings", 0, QApplication::UnicodeUTF8));
00238 label_4->setText(QApplication::translate("BehaviorConfigPage", "Number of tracks", 0, QApplication::UnicodeUTF8));
00239 groupBox_4->setTitle(QApplication::translate("BehaviorConfigPage", "Audio Clip Settings", 0, QApplication::UnicodeUTF8));
00240 lockClipsCheckBox->setText(QApplication::translate("BehaviorConfigPage", "Lock Audio Clips by default", 0, QApplication::UnicodeUTF8));
00241 groupBox_3->setTitle(QApplication::translate("BehaviorConfigPage", "Playback Settings", 0, QApplication::UnicodeUTF8));
00242 #ifndef QT_NO_TOOLTIP
00243 keepCursorVisibleCheckBox->setToolTip(QApplication::translate("BehaviorConfigPage", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00244 "p, li { white-space: pre-wrap; }\n"
00245 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00246 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Keep the play cursor in view while playing or recording.</p></body></html>", 0, QApplication::UnicodeUTF8));
00247 #endif // QT_NO_TOOLTIP
00248 keepCursorVisibleCheckBox->setText(QApplication::translate("BehaviorConfigPage", "Scroll playback", 0, QApplication::UnicodeUTF8));
00249 scrollModeComboBox->clear();
00250 scrollModeComboBox->insertItems(0, QStringList()
00251 << QApplication::translate("BehaviorConfigPage", "Jump", 0, QApplication::UnicodeUTF8)
00252 << QApplication::translate("BehaviorConfigPage", "Stay Centered", 0, QApplication::UnicodeUTF8)
00253 << QApplication::translate("BehaviorConfigPage", "Animated", 0, QApplication::UnicodeUTF8)
00254 );
00255 resyncAudioCheckBox->setText(QApplication::translate("BehaviorConfigPage", "Continuously adjust audio while dragging", 0, QApplication::UnicodeUTF8));
00256 Q_UNUSED(BehaviorConfigPage);
00257 }
00258
00259 };
00260
00261 namespace Ui {
00262 class BehaviorConfigPage: public Ui_BehaviorConfigPage {};
00263 }
00264
00265 QT_END_NAMESPACE
00266
00267 #endif // UI_BEHAVIORCONFIGPAGE_H