00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_PADRIVERPAGE_H
00011 #define UI_PADRIVERPAGE_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/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_PaDriverPage
00028 {
00029 public:
00030 QHBoxLayout *hboxLayout;
00031 QGroupBox *groupBox;
00032 QVBoxLayout *vboxLayout;
00033 QHBoxLayout *hboxLayout1;
00034 QLabel *label;
00035 QComboBox *driverCombo;
00036
00037 void setupUi(QWidget *PaDriverPage)
00038 {
00039 if (PaDriverPage->objectName().isEmpty())
00040 PaDriverPage->setObjectName(QString::fromUtf8("PaDriverPage"));
00041 PaDriverPage->resize(307, 63);
00042 hboxLayout = new QHBoxLayout(PaDriverPage);
00043 hboxLayout->setSpacing(9);
00044 hboxLayout->setMargin(0);
00045 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00046 groupBox = new QGroupBox(PaDriverPage);
00047 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00048 vboxLayout = new QVBoxLayout(groupBox);
00049 vboxLayout->setSpacing(9);
00050 #ifndef Q_OS_MAC
00051 vboxLayout->setMargin(9);
00052 #endif
00053 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00054 hboxLayout1 = new QHBoxLayout();
00055 #ifndef Q_OS_MAC
00056 hboxLayout1->setSpacing(6);
00057 #endif
00058 #ifndef Q_OS_MAC
00059 hboxLayout1->setMargin(0);
00060 #endif
00061 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00062 label = new QLabel(groupBox);
00063 label->setObjectName(QString::fromUtf8("label"));
00064
00065 hboxLayout1->addWidget(label);
00066
00067 driverCombo = new QComboBox(groupBox);
00068 driverCombo->setObjectName(QString::fromUtf8("driverCombo"));
00069
00070 hboxLayout1->addWidget(driverCombo);
00071
00072
00073 vboxLayout->addLayout(hboxLayout1);
00074
00075
00076 hboxLayout->addWidget(groupBox);
00077
00078
00079 retranslateUi(PaDriverPage);
00080
00081 QMetaObject::connectSlotsByName(PaDriverPage);
00082 }
00083
00084 void retranslateUi(QWidget *PaDriverPage)
00085 {
00086 PaDriverPage->setWindowTitle(QApplication::translate("PaDriverPage", "Form", 0, QApplication::UnicodeUTF8));
00087 groupBox->setTitle(QApplication::translate("PaDriverPage", "Portaudio drivers", 0, QApplication::UnicodeUTF8));
00088 #ifndef QT_NO_TOOLTIP
00089 label->setToolTip(QApplication::translate("PaDriverPage", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
00090 "p, li { white-space: pre-wrap; }\n"
00091 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;\">\n"
00092 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">PortAudio Driver:</span></p>\n"
00093 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">The driver which should drive the PortAudio backend</p>\n"
00094 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
00095 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">PortAudio supports many driver backends, some of which Traverso has native support for too. </p>\n"
00096 "<p style=\" margin-top:"
00097 "0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">It is recommended to use Traverso's native drivers instead of using PortAudio's, however, if the native drivers give problems, you might try the ones supplied by PortAudio instead!</p>\n"
00098 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"></p>\n"
00099 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">PortAudio provides transparent driver support for multiple platforms, including Windows (see the wmme, direct x and asio options), and Mac OS X (see the CoreAudio and jack options)</p></body></html>", 0, QApplication::UnicodeUTF8));
00100 #endif // QT_NO_TOOLTIP
00101 label->setText(QApplication::translate("PaDriverPage", "Driver", 0, QApplication::UnicodeUTF8));
00102 Q_UNUSED(PaDriverPage);
00103 }
00104
00105 };
00106
00107 namespace Ui {
00108 class PaDriverPage: public Ui_PaDriverPage {};
00109 }
00110
00111 QT_END_NAMESPACE
00112
00113 #endif // UI_PADRIVERPAGE_H