Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
/home/iurt/rpm/BUILD/canorus-0.7.R1002/src/ui_voiceproperties.h
Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'voiceproperties.ui'
00003 **
00004 ** Created: Mon Apr 2 17:53:17 2012
00005 **      by: Qt User Interface Compiler version 4.8.1
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_VOICEPROPERTIES_H
00011 #define UI_VOICEPROPERTIES_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QSpinBox>
00022 #include <QtGui/QWidget>
00023 
00024 QT_BEGIN_NAMESPACE
00025 
00026 class Ui_uiVoiceProperties
00027 {
00028 public:
00029     QWidget *layoutWidget;
00030     QHBoxLayout *hboxLayout;
00031     QLabel *uiMidiChanneLabel;
00032     QSpinBox *uiMidiChannel;
00033     QSpacerItem *spacerItem;
00034 
00035     void setupUi(QWidget *uiVoiceProperties)
00036     {
00037         if (uiVoiceProperties->objectName().isEmpty())
00038             uiVoiceProperties->setObjectName(QString::fromUtf8("uiVoiceProperties"));
00039         uiVoiceProperties->resize(471, 378);
00040         layoutWidget = new QWidget(uiVoiceProperties);
00041         layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
00042         layoutWidget->setGeometry(QRect(0, 0, 471, 31));
00043         hboxLayout = new QHBoxLayout(layoutWidget);
00044         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00045         hboxLayout->setContentsMargins(0, 0, 0, 0);
00046         uiMidiChanneLabel = new QLabel(layoutWidget);
00047         uiMidiChanneLabel->setObjectName(QString::fromUtf8("uiMidiChanneLabel"));
00048 
00049         hboxLayout->addWidget(uiMidiChanneLabel);
00050 
00051         uiMidiChannel = new QSpinBox(layoutWidget);
00052         uiMidiChannel->setObjectName(QString::fromUtf8("uiMidiChannel"));
00053         uiMidiChannel->setMinimum(1);
00054         uiMidiChannel->setMaximum(16);
00055 
00056         hboxLayout->addWidget(uiMidiChannel);
00057 
00058         spacerItem = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
00059 
00060         hboxLayout->addItem(spacerItem);
00061 
00062 
00063         retranslateUi(uiVoiceProperties);
00064 
00065         QMetaObject::connectSlotsByName(uiVoiceProperties);
00066     } // setupUi
00067 
00068     void retranslateUi(QWidget *uiVoiceProperties)
00069     {
00070         uiVoiceProperties->setWindowTitle(QApplication::translate("uiVoiceProperties", "Voice properties", 0, QApplication::UnicodeUTF8));
00071         uiMidiChanneLabel->setText(QApplication::translate("uiVoiceProperties", "Midi channel:", 0, QApplication::UnicodeUTF8));
00072     } // retranslateUi
00073 
00074 };
00075 
00076 namespace Ui {
00077     class uiVoiceProperties: public Ui_uiVoiceProperties {};
00078 } // namespace Ui
00079 
00080 QT_END_NAMESPACE
00081 
00082 #endif // UI_VOICEPROPERTIES_H