10 #ifndef UI_DOCUMENTPROPERTIES_H
11 #define UI_DOCUMENTPROPERTIES_H
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QComboBox>
18 #include <QtGui/QHBoxLayout>
19 #include <QtGui/QHeaderView>
20 #include <QtGui/QLabel>
21 #include <QtGui/QLineEdit>
22 #include <QtGui/QSpacerItem>
23 #include <QtGui/QTabWidget>
24 #include <QtGui/QTextEdit>
25 #include <QtGui/QVBoxLayout>
26 #include <QtGui/QWidget>
71 if (uiDocumentProperties->objectName().isEmpty())
72 uiDocumentProperties->setObjectName(QString::fromUtf8(
"uiDocumentProperties"));
73 uiDocumentProperties->resize(473, 434);
75 uiTabWidget->setObjectName(QString::fromUtf8(
"uiTabWidget"));
78 uiGeneralTab->setObjectName(QString::fromUtf8(
"uiGeneralTab"));
80 layoutWidget->setObjectName(QString::fromUtf8(
"layoutWidget"));
83 vboxLayout->setObjectName(QString::fromUtf8(
"vboxLayout"));
86 hboxLayout->setObjectName(QString::fromUtf8(
"hboxLayout"));
88 uiTitleLabel->setObjectName(QString::fromUtf8(
"uiTitleLabel"));
93 uiTitle->setObjectName(QString::fromUtf8(
"uiTitle"));
101 hboxLayout1->setObjectName(QString::fromUtf8(
"hboxLayout1"));
108 uiComposer->setObjectName(QString::fromUtf8(
"uiComposer"));
116 hboxLayout2->setObjectName(QString::fromUtf8(
"hboxLayout2"));
123 uiArranger->setObjectName(QString::fromUtf8(
"uiArranger"));
131 hboxLayout3->setObjectName(QString::fromUtf8(
"hboxLayout3"));
133 uiPoetLabel->setObjectName(QString::fromUtf8(
"uiPoetLabel"));
138 uiPoet->setObjectName(QString::fromUtf8(
"uiPoet"));
145 spacerItem =
new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
151 uiAdvanced->setObjectName(QString::fromUtf8(
"uiAdvanced"));
153 layoutWidget1->setObjectName(QString::fromUtf8(
"layoutWidget1"));
156 vboxLayout1->setObjectName(QString::fromUtf8(
"vboxLayout1"));
159 hboxLayout4->setObjectName(QString::fromUtf8(
"hboxLayout4"));
166 uiSubtitle->setObjectName(QString::fromUtf8(
"uiSubtitle"));
174 hboxLayout5->setObjectName(QString::fromUtf8(
"hboxLayout5"));
189 hboxLayout6->setObjectName(QString::fromUtf8(
"hboxLayout6"));
196 uiDedication->setObjectName(QString::fromUtf8(
"uiDedication"));
204 hboxLayout7->setObjectName(QString::fromUtf8(
"hboxLayout7"));
211 uiCopyright->setObjectName(QString::fromUtf8(
"uiCopyright"));
212 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
213 sizePolicy.setHorizontalStretch(0);
214 sizePolicy.setVerticalStretch(0);
215 sizePolicy.setHeightForWidth(
uiCopyright->sizePolicy().hasHeightForWidth());
225 vboxLayout2->setObjectName(QString::fromUtf8(
"vboxLayout2"));
232 uiComments->setObjectName(QString::fromUtf8(
"uiComments"));
246 QMetaObject::connectSlotsByName(uiDocumentProperties);
251 uiDocumentProperties->setWindowTitle(QApplication::translate(
"uiDocumentProperties",
"Document properties", 0, QApplication::UnicodeUTF8));
252 uiTitleLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Title:", 0, QApplication::UnicodeUTF8));
253 uiComposerLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Composer:", 0, QApplication::UnicodeUTF8));
254 #ifndef QT_NO_TOOLTIP
255 uiComposer->setToolTip(QApplication::translate(
"uiDocumentProperties",
"Composer name and e-mail address in <> brackets", 0, QApplication::UnicodeUTF8));
256 #endif // QT_NO_TOOLTIP
257 uiArrangerLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Arranger:", 0, QApplication::UnicodeUTF8));
258 uiPoetLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Poet:", 0, QApplication::UnicodeUTF8));
260 uiSubtitleLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Subtitle:", 0, QApplication::UnicodeUTF8));
261 uiTextTranslatorLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Text translator:", 0, QApplication::UnicodeUTF8));
262 uiDedicationLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Dedication:", 0, QApplication::UnicodeUTF8));
263 uiCopyrightLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Copyright:", 0, QApplication::UnicodeUTF8));
264 uiCommentsLabel->setText(QApplication::translate(
"uiDocumentProperties",
"Extra comments:", 0, QApplication::UnicodeUTF8));
276 #endif // UI_DOCUMENTPROPERTIES_H