Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ui_documentproperties.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'documentproperties.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_DOCUMENTPROPERTIES_H
11 #define UI_DOCUMENTPROPERTIES_H
12 
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>
27 
28 QT_BEGIN_NAMESPACE
29 
31 {
32 public:
33  QTabWidget *uiTabWidget;
36  QVBoxLayout *vboxLayout;
37  QHBoxLayout *hboxLayout;
38  QLabel *uiTitleLabel;
40  QHBoxLayout *hboxLayout1;
41  QLabel *uiComposerLabel;
43  QHBoxLayout *hboxLayout2;
44  QLabel *uiArrangerLabel;
46  QHBoxLayout *hboxLayout3;
47  QLabel *uiPoetLabel;
49  QSpacerItem *spacerItem;
52  QVBoxLayout *vboxLayout1;
53  QHBoxLayout *hboxLayout4;
54  QLabel *uiSubtitleLabel;
56  QHBoxLayout *hboxLayout5;
59  QHBoxLayout *hboxLayout6;
62  QHBoxLayout *hboxLayout7;
64  QComboBox *uiCopyright;
65  QVBoxLayout *vboxLayout2;
66  QLabel *uiCommentsLabel;
68 
69  void setupUi(QWidget *uiDocumentProperties)
70  {
71  if (uiDocumentProperties->objectName().isEmpty())
72  uiDocumentProperties->setObjectName(QString::fromUtf8("uiDocumentProperties"));
73  uiDocumentProperties->resize(473, 434);
74  uiTabWidget = new QTabWidget(uiDocumentProperties);
75  uiTabWidget->setObjectName(QString::fromUtf8("uiTabWidget"));
76  uiTabWidget->setGeometry(QRect(0, 0, 471, 431));
77  uiGeneralTab = new QWidget();
78  uiGeneralTab->setObjectName(QString::fromUtf8("uiGeneralTab"));
80  layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
81  layoutWidget->setGeometry(QRect(10, 10, 451, 381));
82  vboxLayout = new QVBoxLayout(layoutWidget);
83  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
84  vboxLayout->setContentsMargins(0, 0, 0, 0);
85  hboxLayout = new QHBoxLayout();
86  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
87  uiTitleLabel = new QLabel(layoutWidget);
88  uiTitleLabel->setObjectName(QString::fromUtf8("uiTitleLabel"));
89 
90  hboxLayout->addWidget(uiTitleLabel);
91 
93  uiTitle->setObjectName(QString::fromUtf8("uiTitle"));
94 
95  hboxLayout->addWidget(uiTitle);
96 
97 
98  vboxLayout->addLayout(hboxLayout);
99 
100  hboxLayout1 = new QHBoxLayout();
101  hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
102  uiComposerLabel = new QLabel(layoutWidget);
103  uiComposerLabel->setObjectName(QString::fromUtf8("uiComposerLabel"));
104 
105  hboxLayout1->addWidget(uiComposerLabel);
106 
108  uiComposer->setObjectName(QString::fromUtf8("uiComposer"));
109 
110  hboxLayout1->addWidget(uiComposer);
111 
112 
113  vboxLayout->addLayout(hboxLayout1);
114 
115  hboxLayout2 = new QHBoxLayout();
116  hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
117  uiArrangerLabel = new QLabel(layoutWidget);
118  uiArrangerLabel->setObjectName(QString::fromUtf8("uiArrangerLabel"));
119 
120  hboxLayout2->addWidget(uiArrangerLabel);
121 
123  uiArranger->setObjectName(QString::fromUtf8("uiArranger"));
124 
125  hboxLayout2->addWidget(uiArranger);
126 
127 
128  vboxLayout->addLayout(hboxLayout2);
129 
130  hboxLayout3 = new QHBoxLayout();
131  hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
132  uiPoetLabel = new QLabel(layoutWidget);
133  uiPoetLabel->setObjectName(QString::fromUtf8("uiPoetLabel"));
134 
135  hboxLayout3->addWidget(uiPoetLabel);
136 
138  uiPoet->setObjectName(QString::fromUtf8("uiPoet"));
139 
140  hboxLayout3->addWidget(uiPoet);
141 
142 
143  vboxLayout->addLayout(hboxLayout3);
144 
145  spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
146 
147  vboxLayout->addItem(spacerItem);
148 
149  uiTabWidget->addTab(uiGeneralTab, QString());
150  uiAdvanced = new QWidget();
151  uiAdvanced->setObjectName(QString::fromUtf8("uiAdvanced"));
153  layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
154  layoutWidget1->setGeometry(QRect(10, 10, 451, 381));
155  vboxLayout1 = new QVBoxLayout(layoutWidget1);
156  vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
157  vboxLayout1->setContentsMargins(0, 0, 0, 0);
158  hboxLayout4 = new QHBoxLayout();
159  hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
160  uiSubtitleLabel = new QLabel(layoutWidget1);
161  uiSubtitleLabel->setObjectName(QString::fromUtf8("uiSubtitleLabel"));
162 
163  hboxLayout4->addWidget(uiSubtitleLabel);
164 
166  uiSubtitle->setObjectName(QString::fromUtf8("uiSubtitle"));
167 
168  hboxLayout4->addWidget(uiSubtitle);
169 
170 
171  vboxLayout1->addLayout(hboxLayout4);
172 
173  hboxLayout5 = new QHBoxLayout();
174  hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
175  uiTextTranslatorLabel = new QLabel(layoutWidget1);
176  uiTextTranslatorLabel->setObjectName(QString::fromUtf8("uiTextTranslatorLabel"));
177 
179 
181  uiTextTranslator->setObjectName(QString::fromUtf8("uiTextTranslator"));
182 
183  hboxLayout5->addWidget(uiTextTranslator);
184 
185 
186  vboxLayout1->addLayout(hboxLayout5);
187 
188  hboxLayout6 = new QHBoxLayout();
189  hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
190  uiDedicationLabel = new QLabel(layoutWidget1);
191  uiDedicationLabel->setObjectName(QString::fromUtf8("uiDedicationLabel"));
192 
193  hboxLayout6->addWidget(uiDedicationLabel);
194 
196  uiDedication->setObjectName(QString::fromUtf8("uiDedication"));
197 
198  hboxLayout6->addWidget(uiDedication);
199 
200 
201  vboxLayout1->addLayout(hboxLayout6);
202 
203  hboxLayout7 = new QHBoxLayout();
204  hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
205  uiCopyrightLabel = new QLabel(layoutWidget1);
206  uiCopyrightLabel->setObjectName(QString::fromUtf8("uiCopyrightLabel"));
207 
208  hboxLayout7->addWidget(uiCopyrightLabel);
209 
210  uiCopyright = new QComboBox(layoutWidget1);
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());
216  uiCopyright->setSizePolicy(sizePolicy);
217  uiCopyright->setEditable(true);
218 
219  hboxLayout7->addWidget(uiCopyright);
220 
221 
222  vboxLayout1->addLayout(hboxLayout7);
223 
224  vboxLayout2 = new QVBoxLayout();
225  vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
226  uiCommentsLabel = new QLabel(layoutWidget1);
227  uiCommentsLabel->setObjectName(QString::fromUtf8("uiCommentsLabel"));
228 
229  vboxLayout2->addWidget(uiCommentsLabel);
230 
232  uiComments->setObjectName(QString::fromUtf8("uiComments"));
233 
234  vboxLayout2->addWidget(uiComments);
235 
236 
237  vboxLayout1->addLayout(vboxLayout2);
238 
239  uiTabWidget->addTab(uiAdvanced, QString());
240 
241  retranslateUi(uiDocumentProperties);
242 
243  uiTabWidget->setCurrentIndex(0);
244 
245 
246  QMetaObject::connectSlotsByName(uiDocumentProperties);
247  } // setupUi
248 
249  void retranslateUi(QWidget *uiDocumentProperties)
250  {
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));
259  uiTabWidget->setTabText(uiTabWidget->indexOf(uiGeneralTab), QApplication::translate("uiDocumentProperties", "General", 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));
265  uiTabWidget->setTabText(uiTabWidget->indexOf(uiAdvanced), QApplication::translate("uiDocumentProperties", "Advanced", 0, QApplication::UnicodeUTF8));
266  } // retranslateUi
267 
268 };
269 
270 namespace Ui {
272 } // namespace Ui
273 
274 QT_END_NAMESPACE
275 
276 #endif // UI_DOCUMENTPROPERTIES_H