Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
/home/iurt/rpm/BUILD/canorus-0.7.R1002/src/ui_staffproperties.h
Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'staffproperties.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_STAFFPROPERTIES_H
00011 #define UI_STAFFPROPERTIES_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_uiStaffProperties
00027 {
00028 public:
00029     QWidget *layoutWidget;
00030     QHBoxLayout *hboxLayout;
00031     QLabel *uiNumberOfLinesLabel;
00032     QSpinBox *uiNumberOfLines;
00033     QSpacerItem *spacerItem;
00034 
00035     void setupUi(QWidget *uiStaffProperties)
00036     {
00037         if (uiStaffProperties->objectName().isEmpty())
00038             uiStaffProperties->setObjectName(QString::fromUtf8("uiStaffProperties"));
00039         uiStaffProperties->resize(470, 300);
00040         layoutWidget = new QWidget(uiStaffProperties);
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         uiNumberOfLinesLabel = new QLabel(layoutWidget);
00047         uiNumberOfLinesLabel->setObjectName(QString::fromUtf8("uiNumberOfLinesLabel"));
00048 
00049         hboxLayout->addWidget(uiNumberOfLinesLabel);
00050 
00051         uiNumberOfLines = new QSpinBox(layoutWidget);
00052         uiNumberOfLines->setObjectName(QString::fromUtf8("uiNumberOfLines"));
00053         uiNumberOfLines->setMaximum(15);
00054 
00055         hboxLayout->addWidget(uiNumberOfLines);
00056 
00057         spacerItem = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
00058 
00059         hboxLayout->addItem(spacerItem);
00060 
00061 
00062         retranslateUi(uiStaffProperties);
00063 
00064         QMetaObject::connectSlotsByName(uiStaffProperties);
00065     } // setupUi
00066 
00067     void retranslateUi(QWidget *uiStaffProperties)
00068     {
00069         uiStaffProperties->setWindowTitle(QApplication::translate("uiStaffProperties", "Staff properties", 0, QApplication::UnicodeUTF8));
00070         uiNumberOfLinesLabel->setText(QApplication::translate("uiStaffProperties", "Number of lines:", 0, QApplication::UnicodeUTF8));
00071     } // retranslateUi
00072 
00073 };
00074 
00075 namespace Ui {
00076     class uiStaffProperties: public Ui_uiStaffProperties {};
00077 } // namespace Ui
00078 
00079 QT_END_NAMESPACE
00080 
00081 #endif // UI_STAFFPROPERTIES_H