Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ui_staffproperties.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'staffproperties.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_STAFFPROPERTIES_H
11 #define UI_STAFFPROPERTIES_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 *uiNumberOfLines;
33  QSpacerItem *spacerItem;
34 
35  void setupUi(QWidget *uiStaffProperties)
36  {
37  if (uiStaffProperties->objectName().isEmpty())
38  uiStaffProperties->setObjectName(QString::fromUtf8("uiStaffProperties"));
39  uiStaffProperties->resize(470, 300);
40  layoutWidget = new QWidget(uiStaffProperties);
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  uiNumberOfLinesLabel = new QLabel(layoutWidget);
47  uiNumberOfLinesLabel->setObjectName(QString::fromUtf8("uiNumberOfLinesLabel"));
48 
49  hboxLayout->addWidget(uiNumberOfLinesLabel);
50 
51  uiNumberOfLines = new QSpinBox(layoutWidget);
52  uiNumberOfLines->setObjectName(QString::fromUtf8("uiNumberOfLines"));
53  uiNumberOfLines->setMaximum(15);
54 
55  hboxLayout->addWidget(uiNumberOfLines);
56 
57  spacerItem = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
58 
59  hboxLayout->addItem(spacerItem);
60 
61 
62  retranslateUi(uiStaffProperties);
63 
64  QMetaObject::connectSlotsByName(uiStaffProperties);
65  } // setupUi
66 
67  void retranslateUi(QWidget *uiStaffProperties)
68  {
69  uiStaffProperties->setWindowTitle(QApplication::translate("uiStaffProperties", "Staff properties", 0, QApplication::UnicodeUTF8));
70  uiNumberOfLinesLabel->setText(QApplication::translate("uiStaffProperties", "Number of lines:", 0, QApplication::UnicodeUTF8));
71  } // retranslateUi
72 
73 };
74 
75 namespace Ui {
77 } // namespace Ui
78 
79 QT_END_NAMESPACE
80 
81 #endif // UI_STAFFPROPERTIES_H