Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ui_voiceproperties.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'voiceproperties.ui'
3 **
4 ** Created: Fri Jan 11 14:39:48 2013
5 ** by: Qt User Interface Compiler version 4.8.4
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9 
10 #ifndef UI_VOICEPROPERTIES_H
11 #define UI_VOICEPROPERTIES_H
12 
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QHBoxLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QSpacerItem>
21 #include <QtGui/QSpinBox>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
30  QHBoxLayout *hboxLayout;
32  QSpinBox *uiMidiChannel;
33  QSpacerItem *spacerItem;
34 
35  void setupUi(QWidget *uiVoiceProperties)
36  {
37  if (uiVoiceProperties->objectName().isEmpty())
38  uiVoiceProperties->setObjectName(QString::fromUtf8("uiVoiceProperties"));
39  uiVoiceProperties->resize(471, 378);
40  layoutWidget = new QWidget(uiVoiceProperties);
41  layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
42  layoutWidget->setGeometry(QRect(0, 0, 471, 31));
43  hboxLayout = new QHBoxLayout(layoutWidget);
44  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
45  hboxLayout->setContentsMargins(0, 0, 0, 0);
46  uiMidiChanneLabel = new QLabel(layoutWidget);
47  uiMidiChanneLabel->setObjectName(QString::fromUtf8("uiMidiChanneLabel"));
48 
49  hboxLayout->addWidget(uiMidiChanneLabel);
50 
51  uiMidiChannel = new QSpinBox(layoutWidget);
52  uiMidiChannel->setObjectName(QString::fromUtf8("uiMidiChannel"));
53  uiMidiChannel->setMinimum(1);
54  uiMidiChannel->setMaximum(16);
55 
56  hboxLayout->addWidget(uiMidiChannel);
57 
58  spacerItem = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
59 
60  hboxLayout->addItem(spacerItem);
61 
62 
63  retranslateUi(uiVoiceProperties);
64 
65  QMetaObject::connectSlotsByName(uiVoiceProperties);
66  } // setupUi
67 
68  void retranslateUi(QWidget *uiVoiceProperties)
69  {
70  uiVoiceProperties->setWindowTitle(QApplication::translate("uiVoiceProperties", "Voice properties", 0, QApplication::UnicodeUTF8));
71  uiMidiChanneLabel->setText(QApplication::translate("uiVoiceProperties", "Midi channel:", 0, QApplication::UnicodeUTF8));
72  } // retranslateUi
73 
74 };
75 
76 namespace Ui {
78 } // namespace Ui
79 
80 QT_END_NAMESPACE
81 
82 #endif // UI_VOICEPROPERTIES_H