Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
/home/iurt/rpm/BUILD/canorus-0.7.R1002/src/ui_documentproperties.h
Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'documentproperties.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_DOCUMENTPROPERTIES_H
00011 #define UI_DOCUMENTPROPERTIES_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/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QLineEdit>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QTabWidget>
00024 #include <QtGui/QTextEdit>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027 
00028 QT_BEGIN_NAMESPACE
00029 
00030 class Ui_uiDocumentProperties
00031 {
00032 public:
00033     QTabWidget *uiTabWidget;
00034     QWidget *uiGeneralTab;
00035     QWidget *layoutWidget;
00036     QVBoxLayout *vboxLayout;
00037     QHBoxLayout *hboxLayout;
00038     QLabel *uiTitleLabel;
00039     QLineEdit *uiTitle;
00040     QHBoxLayout *hboxLayout1;
00041     QLabel *uiComposerLabel;
00042     QLineEdit *uiComposer;
00043     QHBoxLayout *hboxLayout2;
00044     QLabel *uiArrangerLabel;
00045     QLineEdit *uiArranger;
00046     QHBoxLayout *hboxLayout3;
00047     QLabel *uiPoetLabel;
00048     QLineEdit *uiPoet;
00049     QSpacerItem *spacerItem;
00050     QWidget *uiAdvanced;
00051     QWidget *layoutWidget1;
00052     QVBoxLayout *vboxLayout1;
00053     QHBoxLayout *hboxLayout4;
00054     QLabel *uiSubtitleLabel;
00055     QLineEdit *uiSubtitle;
00056     QHBoxLayout *hboxLayout5;
00057     QLabel *uiTextTranslatorLabel;
00058     QLineEdit *uiTextTranslator;
00059     QHBoxLayout *hboxLayout6;
00060     QLabel *uiDedicationLabel;
00061     QLineEdit *uiDedication;
00062     QHBoxLayout *hboxLayout7;
00063     QLabel *uiCopyrightLabel;
00064     QComboBox *uiCopyright;
00065     QVBoxLayout *vboxLayout2;
00066     QLabel *uiCommentsLabel;
00067     QTextEdit *uiComments;
00068 
00069     void setupUi(QWidget *uiDocumentProperties)
00070     {
00071         if (uiDocumentProperties->objectName().isEmpty())
00072             uiDocumentProperties->setObjectName(QString::fromUtf8("uiDocumentProperties"));
00073         uiDocumentProperties->resize(473, 434);
00074         uiTabWidget = new QTabWidget(uiDocumentProperties);
00075         uiTabWidget->setObjectName(QString::fromUtf8("uiTabWidget"));
00076         uiTabWidget->setGeometry(QRect(0, 0, 471, 431));
00077         uiGeneralTab = new QWidget();
00078         uiGeneralTab->setObjectName(QString::fromUtf8("uiGeneralTab"));
00079         layoutWidget = new QWidget(uiGeneralTab);
00080         layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
00081         layoutWidget->setGeometry(QRect(10, 10, 451, 381));
00082         vboxLayout = new QVBoxLayout(layoutWidget);
00083         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00084         vboxLayout->setContentsMargins(0, 0, 0, 0);
00085         hboxLayout = new QHBoxLayout();
00086         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00087         uiTitleLabel = new QLabel(layoutWidget);
00088         uiTitleLabel->setObjectName(QString::fromUtf8("uiTitleLabel"));
00089 
00090         hboxLayout->addWidget(uiTitleLabel);
00091 
00092         uiTitle = new QLineEdit(layoutWidget);
00093         uiTitle->setObjectName(QString::fromUtf8("uiTitle"));
00094 
00095         hboxLayout->addWidget(uiTitle);
00096 
00097 
00098         vboxLayout->addLayout(hboxLayout);
00099 
00100         hboxLayout1 = new QHBoxLayout();
00101         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00102         uiComposerLabel = new QLabel(layoutWidget);
00103         uiComposerLabel->setObjectName(QString::fromUtf8("uiComposerLabel"));
00104 
00105         hboxLayout1->addWidget(uiComposerLabel);
00106 
00107         uiComposer = new QLineEdit(layoutWidget);
00108         uiComposer->setObjectName(QString::fromUtf8("uiComposer"));
00109 
00110         hboxLayout1->addWidget(uiComposer);
00111 
00112 
00113         vboxLayout->addLayout(hboxLayout1);
00114 
00115         hboxLayout2 = new QHBoxLayout();
00116         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00117         uiArrangerLabel = new QLabel(layoutWidget);
00118         uiArrangerLabel->setObjectName(QString::fromUtf8("uiArrangerLabel"));
00119 
00120         hboxLayout2->addWidget(uiArrangerLabel);
00121 
00122         uiArranger = new QLineEdit(layoutWidget);
00123         uiArranger->setObjectName(QString::fromUtf8("uiArranger"));
00124 
00125         hboxLayout2->addWidget(uiArranger);
00126 
00127 
00128         vboxLayout->addLayout(hboxLayout2);
00129 
00130         hboxLayout3 = new QHBoxLayout();
00131         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00132         uiPoetLabel = new QLabel(layoutWidget);
00133         uiPoetLabel->setObjectName(QString::fromUtf8("uiPoetLabel"));
00134 
00135         hboxLayout3->addWidget(uiPoetLabel);
00136 
00137         uiPoet = new QLineEdit(layoutWidget);
00138         uiPoet->setObjectName(QString::fromUtf8("uiPoet"));
00139 
00140         hboxLayout3->addWidget(uiPoet);
00141 
00142 
00143         vboxLayout->addLayout(hboxLayout3);
00144 
00145         spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00146 
00147         vboxLayout->addItem(spacerItem);
00148 
00149         uiTabWidget->addTab(uiGeneralTab, QString());
00150         uiAdvanced = new QWidget();
00151         uiAdvanced->setObjectName(QString::fromUtf8("uiAdvanced"));
00152         layoutWidget1 = new QWidget(uiAdvanced);
00153         layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
00154         layoutWidget1->setGeometry(QRect(10, 10, 451, 381));
00155         vboxLayout1 = new QVBoxLayout(layoutWidget1);
00156         vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00157         vboxLayout1->setContentsMargins(0, 0, 0, 0);
00158         hboxLayout4 = new QHBoxLayout();
00159         hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00160         uiSubtitleLabel = new QLabel(layoutWidget1);
00161         uiSubtitleLabel->setObjectName(QString::fromUtf8("uiSubtitleLabel"));
00162 
00163         hboxLayout4->addWidget(uiSubtitleLabel);
00164 
00165         uiSubtitle = new QLineEdit(layoutWidget1);
00166         uiSubtitle->setObjectName(QString::fromUtf8("uiSubtitle"));
00167 
00168         hboxLayout4->addWidget(uiSubtitle);
00169 
00170 
00171         vboxLayout1->addLayout(hboxLayout4);
00172 
00173         hboxLayout5 = new QHBoxLayout();
00174         hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00175         uiTextTranslatorLabel = new QLabel(layoutWidget1);
00176         uiTextTranslatorLabel->setObjectName(QString::fromUtf8("uiTextTranslatorLabel"));
00177 
00178         hboxLayout5->addWidget(uiTextTranslatorLabel);
00179 
00180         uiTextTranslator = new QLineEdit(layoutWidget1);
00181         uiTextTranslator->setObjectName(QString::fromUtf8("uiTextTranslator"));
00182 
00183         hboxLayout5->addWidget(uiTextTranslator);
00184 
00185 
00186         vboxLayout1->addLayout(hboxLayout5);
00187 
00188         hboxLayout6 = new QHBoxLayout();
00189         hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00190         uiDedicationLabel = new QLabel(layoutWidget1);
00191         uiDedicationLabel->setObjectName(QString::fromUtf8("uiDedicationLabel"));
00192 
00193         hboxLayout6->addWidget(uiDedicationLabel);
00194 
00195         uiDedication = new QLineEdit(layoutWidget1);
00196         uiDedication->setObjectName(QString::fromUtf8("uiDedication"));
00197 
00198         hboxLayout6->addWidget(uiDedication);
00199 
00200 
00201         vboxLayout1->addLayout(hboxLayout6);
00202 
00203         hboxLayout7 = new QHBoxLayout();
00204         hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00205         uiCopyrightLabel = new QLabel(layoutWidget1);
00206         uiCopyrightLabel->setObjectName(QString::fromUtf8("uiCopyrightLabel"));
00207 
00208         hboxLayout7->addWidget(uiCopyrightLabel);
00209 
00210         uiCopyright = new QComboBox(layoutWidget1);
00211         uiCopyright->setObjectName(QString::fromUtf8("uiCopyright"));
00212         QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
00213         sizePolicy.setHorizontalStretch(0);
00214         sizePolicy.setVerticalStretch(0);
00215         sizePolicy.setHeightForWidth(uiCopyright->sizePolicy().hasHeightForWidth());
00216         uiCopyright->setSizePolicy(sizePolicy);
00217         uiCopyright->setEditable(true);
00218 
00219         hboxLayout7->addWidget(uiCopyright);
00220 
00221 
00222         vboxLayout1->addLayout(hboxLayout7);
00223 
00224         vboxLayout2 = new QVBoxLayout();
00225         vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00226         uiCommentsLabel = new QLabel(layoutWidget1);
00227         uiCommentsLabel->setObjectName(QString::fromUtf8("uiCommentsLabel"));
00228 
00229         vboxLayout2->addWidget(uiCommentsLabel);
00230 
00231         uiComments = new QTextEdit(layoutWidget1);
00232         uiComments->setObjectName(QString::fromUtf8("uiComments"));
00233 
00234         vboxLayout2->addWidget(uiComments);
00235 
00236 
00237         vboxLayout1->addLayout(vboxLayout2);
00238 
00239         uiTabWidget->addTab(uiAdvanced, QString());
00240 
00241         retranslateUi(uiDocumentProperties);
00242 
00243         uiTabWidget->setCurrentIndex(0);
00244 
00245 
00246         QMetaObject::connectSlotsByName(uiDocumentProperties);
00247     } // setupUi
00248 
00249     void retranslateUi(QWidget *uiDocumentProperties)
00250     {
00251         uiDocumentProperties->setWindowTitle(QApplication::translate("uiDocumentProperties", "Document properties", 0, QApplication::UnicodeUTF8));
00252         uiTitleLabel->setText(QApplication::translate("uiDocumentProperties", "Title:", 0, QApplication::UnicodeUTF8));
00253         uiComposerLabel->setText(QApplication::translate("uiDocumentProperties", "Composer:", 0, QApplication::UnicodeUTF8));
00254 #ifndef QT_NO_TOOLTIP
00255         uiComposer->setToolTip(QApplication::translate("uiDocumentProperties", "Composer name and e-mail address in <> brackets", 0, QApplication::UnicodeUTF8));
00256 #endif // QT_NO_TOOLTIP
00257         uiArrangerLabel->setText(QApplication::translate("uiDocumentProperties", "Arranger:", 0, QApplication::UnicodeUTF8));
00258         uiPoetLabel->setText(QApplication::translate("uiDocumentProperties", "Poet:", 0, QApplication::UnicodeUTF8));
00259         uiTabWidget->setTabText(uiTabWidget->indexOf(uiGeneralTab), QApplication::translate("uiDocumentProperties", "General", 0, QApplication::UnicodeUTF8));
00260         uiSubtitleLabel->setText(QApplication::translate("uiDocumentProperties", "Subtitle:", 0, QApplication::UnicodeUTF8));
00261         uiTextTranslatorLabel->setText(QApplication::translate("uiDocumentProperties", "Text translator:", 0, QApplication::UnicodeUTF8));
00262         uiDedicationLabel->setText(QApplication::translate("uiDocumentProperties", "Dedication:", 0, QApplication::UnicodeUTF8));
00263         uiCopyrightLabel->setText(QApplication::translate("uiDocumentProperties", "Copyright:", 0, QApplication::UnicodeUTF8));
00264         uiCommentsLabel->setText(QApplication::translate("uiDocumentProperties", "Extra comments:", 0, QApplication::UnicodeUTF8));
00265         uiTabWidget->setTabText(uiTabWidget->indexOf(uiAdvanced), QApplication::translate("uiDocumentProperties", "Advanced", 0, QApplication::UnicodeUTF8));
00266     } // retranslateUi
00267 
00268 };
00269 
00270 namespace Ui {
00271     class uiDocumentProperties: public Ui_uiDocumentProperties {};
00272 } // namespace Ui
00273 
00274 QT_END_NAMESPACE
00275 
00276 #endif // UI_DOCUMENTPROPERTIES_H