Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ui_settingsdialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'settingsdialog.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_SETTINGSDIALOG_H
11 #define UI_SETTINGSDIALOG_H
12 
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QCheckBox>
18 #include <QtGui/QComboBox>
19 #include <QtGui/QDialog>
20 #include <QtGui/QDialogButtonBox>
21 #include <QtGui/QFrame>
22 #include <QtGui/QHBoxLayout>
23 #include <QtGui/QHeaderView>
24 #include <QtGui/QLabel>
25 #include <QtGui/QLineEdit>
26 #include <QtGui/QListWidget>
27 #include <QtGui/QPushButton>
28 #include <QtGui/QSpacerItem>
29 #include <QtGui/QSpinBox>
30 #include <QtGui/QStackedWidget>
31 #include <QtGui/QVBoxLayout>
32 #include <QtGui/QWidget>
33 #include "widgets/scoreviewport.h"
34 
35 QT_BEGIN_NAMESPACE
36 
38 {
39 public:
40  QVBoxLayout *verticalLayout;
41  QHBoxLayout *hboxLayout;
42  QListWidget *uiSettingsList;
43  QVBoxLayout *vboxLayout;
44  QLabel *uiPageNameLabel;
45  QStackedWidget *uiStackedWidget;
47  QVBoxLayout *verticalLayout_2;
50  QCheckBox *uiPlayInsertedNotes;
51  QCheckBox *uiAutoBar;
52  QSpacerItem *verticalSpacer;
54  QVBoxLayout *verticalLayout_3;
55  QVBoxLayout *vboxLayout1;
56  QCheckBox *uiAntiAliasing;
57  QHBoxLayout *hboxLayout1;
59  QPushButton *uiBackgroundColor;
60  QPushButton *uiBackgroundRevert;
61  QHBoxLayout *hboxLayout2;
63  QPushButton *uiForegroundColor;
64  QPushButton *uiForegroundRevert;
65  QHBoxLayout *hboxLayout3;
67  QPushButton *uiSelectionColor;
68  QPushButton *uiSelectionRevert;
69  QHBoxLayout *hboxLayout4;
71  QPushButton *uiSelectedContextColor;
73  QHBoxLayout *hboxLayout5;
75  QPushButton *uiSelectionAreaColor;
76  QPushButton *uiSelectionAreaRevert;
77  QHBoxLayout *hboxLayout6;
79  QPushButton *uiHiddenElementsColor;
80  QPushButton *uiHiddenElementsRevert;
81  QHBoxLayout *hboxLayout7;
85  QLabel *uiPreviewLabel;
88  QVBoxLayout *verticalLayout_4;
89  QVBoxLayout *vboxLayout2;
91  QHBoxLayout *hboxLayout8;
95  QVBoxLayout *vboxLayout3;
98  QHBoxLayout *hboxLayout9;
101  QSpacerItem *spacerItem;
102  QSpacerItem *verticalSpacer_2;
104  QHBoxLayout *horizontalLayout;
105  QVBoxLayout *vboxLayout4;
106  QLabel *uiMidiInLabel;
107  QListWidget *uiMidiInList;
108  QFrame *line;
109  QVBoxLayout *vboxLayout5;
110  QLabel *uiMidiOutLabel;
111  QListWidget *uiMidiOutList;
113  QVBoxLayout *verticalLayout_7;
114  QHBoxLayout *horizontalLayout_2;
116  QComboBox *uiTypesetter;
117  QVBoxLayout *verticalLayout_5;
119  QHBoxLayout *horizontalLayout_3;
121  QPushButton *uiTypesetterBrowse;
123  QVBoxLayout *verticalLayout_6;
125  QHBoxLayout *horizontalLayout_4;
127  QPushButton *uiPdfViewerBrowse;
128  QCheckBox *uiPdfViewerDefault;
129  QSpacerItem *verticalSpacer_3;
130  QDialogButtonBox *uiButtonBox;
131 
132  void setupUi(QDialog *uiSettingsDialog)
133  {
134  if (uiSettingsDialog->objectName().isEmpty())
135  uiSettingsDialog->setObjectName(QString::fromUtf8("uiSettingsDialog"));
136  uiSettingsDialog->resize(741, 604);
137  verticalLayout = new QVBoxLayout(uiSettingsDialog);
138  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
139  hboxLayout = new QHBoxLayout();
140 #ifndef Q_OS_MAC
141  hboxLayout->setSpacing(6);
142 #endif
143 #ifndef Q_OS_MAC
144  hboxLayout->setContentsMargins(0, 0, 0, 0);
145 #endif
146  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
147  uiSettingsList = new QListWidget(uiSettingsDialog);
148  QIcon icon;
149  icon.addFile(QString::fromUtf8("images:settings/editorsettings.svg"), QSize(), QIcon::Normal, QIcon::Off);
150  QListWidgetItem *__qlistwidgetitem = new QListWidgetItem(uiSettingsList);
151  __qlistwidgetitem->setIcon(icon);
152  QIcon icon1;
153  icon1.addFile(QString::fromUtf8("images:settings/colorsettings.svg"), QSize(), QIcon::Normal, QIcon::Off);
154  QListWidgetItem *__qlistwidgetitem1 = new QListWidgetItem(uiSettingsList);
155  __qlistwidgetitem1->setIcon(icon1);
156  QIcon icon2;
157  icon2.addFile(QString::fromUtf8("images:settings/floppy.svg"), QSize(), QIcon::Normal, QIcon::Off);
158  QListWidgetItem *__qlistwidgetitem2 = new QListWidgetItem(uiSettingsList);
159  __qlistwidgetitem2->setIcon(icon2);
160  QIcon icon3;
161  icon3.addFile(QString::fromUtf8("images:settings/midisetup.svg"), QSize(), QIcon::Normal, QIcon::Off);
162  QListWidgetItem *__qlistwidgetitem3 = new QListWidgetItem(uiSettingsList);
163  __qlistwidgetitem3->setIcon(icon3);
164  QIcon icon4;
165  icon4.addFile(QString::fromUtf8("images:settings/printingsettings.svg"), QSize(), QIcon::Normal, QIcon::Off);
166  QListWidgetItem *__qlistwidgetitem4 = new QListWidgetItem(uiSettingsList);
167  __qlistwidgetitem4->setIcon(icon4);
168  uiSettingsList->setObjectName(QString::fromUtf8("uiSettingsList"));
169  QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Expanding);
170  sizePolicy.setHorizontalStretch(0);
171  sizePolicy.setVerticalStretch(0);
172  sizePolicy.setHeightForWidth(uiSettingsList->sizePolicy().hasHeightForWidth());
173  uiSettingsList->setSizePolicy(sizePolicy);
174  uiSettingsList->setIconSize(QSize(50, 50));
175  uiSettingsList->setFlow(QListView::TopToBottom);
176  uiSettingsList->setProperty("isWrapping", QVariant(false));
177  uiSettingsList->setSpacing(0);
178  uiSettingsList->setViewMode(QListView::ListMode);
179  uiSettingsList->setUniformItemSizes(false);
180  uiSettingsList->setWordWrap(true);
181 
182  hboxLayout->addWidget(uiSettingsList);
183 
184  vboxLayout = new QVBoxLayout();
185 #ifndef Q_OS_MAC
186  vboxLayout->setSpacing(6);
187 #endif
188  vboxLayout->setContentsMargins(0, 0, 0, 0);
189  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
190  uiPageNameLabel = new QLabel(uiSettingsDialog);
191  uiPageNameLabel->setObjectName(QString::fromUtf8("uiPageNameLabel"));
192  QFont font;
193  font.setBold(false);
194  font.setItalic(true);
195  font.setWeight(50);
196  uiPageNameLabel->setFont(font);
197  uiPageNameLabel->setFrameShape(QFrame::Box);
198  uiPageNameLabel->setFrameShadow(QFrame::Plain);
199 
200  vboxLayout->addWidget(uiPageNameLabel);
201 
202  uiStackedWidget = new QStackedWidget(uiSettingsDialog);
203  uiStackedWidget->setObjectName(QString::fromUtf8("uiStackedWidget"));
204  uiStackedWidget->setFrameShape(QFrame::NoFrame);
205  uiStackedWidget->setFrameShadow(QFrame::Plain);
206  editorSettings = new QWidget();
207  editorSettings->setObjectName(QString::fromUtf8("editorSettings"));
208  verticalLayout_2 = new QVBoxLayout(editorSettings);
209  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
210  uiFinaleLyricsCheckBox = new QCheckBox(editorSettings);
211  uiFinaleLyricsCheckBox->setObjectName(QString::fromUtf8("uiFinaleLyricsCheckBox"));
212 
214 
216  uiShadowNotesInOtherStaffs->setObjectName(QString::fromUtf8("uiShadowNotesInOtherStaffs"));
217 
219 
220  uiPlayInsertedNotes = new QCheckBox(editorSettings);
221  uiPlayInsertedNotes->setObjectName(QString::fromUtf8("uiPlayInsertedNotes"));
222 
224 
225  uiAutoBar = new QCheckBox(editorSettings);
226  uiAutoBar->setObjectName(QString::fromUtf8("uiAutoBar"));
227 
228  verticalLayout_2->addWidget(uiAutoBar);
229 
230  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
231 
233 
234  uiStackedWidget->addWidget(editorSettings);
235  appearanceSettings = new QWidget();
236  appearanceSettings->setObjectName(QString::fromUtf8("appearanceSettings"));
237  verticalLayout_3 = new QVBoxLayout(appearanceSettings);
238  verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
239  vboxLayout1 = new QVBoxLayout();
240  vboxLayout1->setSpacing(0);
241 #ifndef Q_OS_MAC
242  vboxLayout1->setContentsMargins(0, 0, 0, 0);
243 #endif
244  vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
245  uiAntiAliasing = new QCheckBox(appearanceSettings);
246  uiAntiAliasing->setObjectName(QString::fromUtf8("uiAntiAliasing"));
247 
248  vboxLayout1->addWidget(uiAntiAliasing);
249 
250  hboxLayout1 = new QHBoxLayout();
251 #ifndef Q_OS_MAC
252  hboxLayout1->setSpacing(6);
253 #endif
254  hboxLayout1->setContentsMargins(0, 0, 0, 0);
255  hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
257  uiBackgroundLabel->setObjectName(QString::fromUtf8("uiBackgroundLabel"));
258 
259  hboxLayout1->addWidget(uiBackgroundLabel);
260 
261  uiBackgroundColor = new QPushButton(appearanceSettings);
262  uiBackgroundColor->setObjectName(QString::fromUtf8("uiBackgroundColor"));
263  uiBackgroundColor->setMaximumSize(QSize(80, 16777215));
264 
265  hboxLayout1->addWidget(uiBackgroundColor);
266 
267  uiBackgroundRevert = new QPushButton(appearanceSettings);
268  uiBackgroundRevert->setObjectName(QString::fromUtf8("uiBackgroundRevert"));
269  uiBackgroundRevert->setMaximumSize(QSize(30, 16777215));
270  QIcon icon5;
271  icon5.addFile(QString::fromUtf8("images:settings/revert.svg"), QSize(), QIcon::Normal, QIcon::Off);
272  uiBackgroundRevert->setIcon(icon5);
273 
274  hboxLayout1->addWidget(uiBackgroundRevert);
275 
276 
277  vboxLayout1->addLayout(hboxLayout1);
278 
279  hboxLayout2 = new QHBoxLayout();
280 #ifndef Q_OS_MAC
281  hboxLayout2->setSpacing(6);
282 #endif
283  hboxLayout2->setContentsMargins(0, 0, 0, 0);
284  hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
286  uiForegroundLabel->setObjectName(QString::fromUtf8("uiForegroundLabel"));
287 
288  hboxLayout2->addWidget(uiForegroundLabel);
289 
290  uiForegroundColor = new QPushButton(appearanceSettings);
291  uiForegroundColor->setObjectName(QString::fromUtf8("uiForegroundColor"));
292  uiForegroundColor->setMaximumSize(QSize(80, 16777215));
293 
294  hboxLayout2->addWidget(uiForegroundColor);
295 
296  uiForegroundRevert = new QPushButton(appearanceSettings);
297  uiForegroundRevert->setObjectName(QString::fromUtf8("uiForegroundRevert"));
298  uiForegroundRevert->setMaximumSize(QSize(30, 16777215));
299  uiForegroundRevert->setIcon(icon5);
300 
301  hboxLayout2->addWidget(uiForegroundRevert);
302 
303 
304  vboxLayout1->addLayout(hboxLayout2);
305 
306  hboxLayout3 = new QHBoxLayout();
307 #ifndef Q_OS_MAC
308  hboxLayout3->setSpacing(6);
309 #endif
310  hboxLayout3->setContentsMargins(0, 0, 0, 0);
311  hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
312  uiSelectionLabel = new QLabel(appearanceSettings);
313  uiSelectionLabel->setObjectName(QString::fromUtf8("uiSelectionLabel"));
314 
315  hboxLayout3->addWidget(uiSelectionLabel);
316 
317  uiSelectionColor = new QPushButton(appearanceSettings);
318  uiSelectionColor->setObjectName(QString::fromUtf8("uiSelectionColor"));
319  uiSelectionColor->setMaximumSize(QSize(80, 16777215));
320 
321  hboxLayout3->addWidget(uiSelectionColor);
322 
323  uiSelectionRevert = new QPushButton(appearanceSettings);
324  uiSelectionRevert->setObjectName(QString::fromUtf8("uiSelectionRevert"));
325  uiSelectionRevert->setMaximumSize(QSize(30, 16777215));
326  uiSelectionRevert->setIcon(icon5);
327 
328  hboxLayout3->addWidget(uiSelectionRevert);
329 
330 
331  vboxLayout1->addLayout(hboxLayout3);
332 
333  hboxLayout4 = new QHBoxLayout();
334 #ifndef Q_OS_MAC
335  hboxLayout4->setSpacing(6);
336 #endif
337  hboxLayout4->setContentsMargins(0, 0, 0, 0);
338  hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
340  uiSelectedContextLabel->setObjectName(QString::fromUtf8("uiSelectedContextLabel"));
341 
343 
344  uiSelectedContextColor = new QPushButton(appearanceSettings);
345  uiSelectedContextColor->setObjectName(QString::fromUtf8("uiSelectedContextColor"));
346  uiSelectedContextColor->setMaximumSize(QSize(80, 16777215));
347 
349 
350  uiSelectedContextRevert = new QPushButton(appearanceSettings);
351  uiSelectedContextRevert->setObjectName(QString::fromUtf8("uiSelectedContextRevert"));
352  uiSelectedContextRevert->setMaximumSize(QSize(30, 16777215));
353  uiSelectedContextRevert->setIcon(icon5);
354 
356 
357 
358  vboxLayout1->addLayout(hboxLayout4);
359 
360  hboxLayout5 = new QHBoxLayout();
361 #ifndef Q_OS_MAC
362  hboxLayout5->setSpacing(6);
363 #endif
364  hboxLayout5->setContentsMargins(0, 0, 0, 0);
365  hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
367  uiSelectionAreaLabel->setObjectName(QString::fromUtf8("uiSelectionAreaLabel"));
368 
369  hboxLayout5->addWidget(uiSelectionAreaLabel);
370 
371  uiSelectionAreaColor = new QPushButton(appearanceSettings);
372  uiSelectionAreaColor->setObjectName(QString::fromUtf8("uiSelectionAreaColor"));
373  uiSelectionAreaColor->setMaximumSize(QSize(80, 16777215));
374 
375  hboxLayout5->addWidget(uiSelectionAreaColor);
376 
377  uiSelectionAreaRevert = new QPushButton(appearanceSettings);
378  uiSelectionAreaRevert->setObjectName(QString::fromUtf8("uiSelectionAreaRevert"));
379  uiSelectionAreaRevert->setMaximumSize(QSize(30, 16777215));
380  uiSelectionAreaRevert->setIcon(icon5);
381 
383 
384 
385  vboxLayout1->addLayout(hboxLayout5);
386 
387  hboxLayout6 = new QHBoxLayout();
388 #ifndef Q_OS_MAC
389  hboxLayout6->setSpacing(6);
390 #endif
391  hboxLayout6->setContentsMargins(0, 0, 0, 0);
392  hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
394  uiHiddenElementsLabel->setObjectName(QString::fromUtf8("uiHiddenElementsLabel"));
395 
397 
398  uiHiddenElementsColor = new QPushButton(appearanceSettings);
399  uiHiddenElementsColor->setObjectName(QString::fromUtf8("uiHiddenElementsColor"));
400  uiHiddenElementsColor->setMaximumSize(QSize(80, 16777215));
401 
403 
404  uiHiddenElementsRevert = new QPushButton(appearanceSettings);
405  uiHiddenElementsRevert->setObjectName(QString::fromUtf8("uiHiddenElementsRevert"));
406  uiHiddenElementsRevert->setMaximumSize(QSize(30, 16777215));
407  uiHiddenElementsRevert->setIcon(icon5);
408 
410 
411 
412  vboxLayout1->addLayout(hboxLayout6);
413 
414  hboxLayout7 = new QHBoxLayout();
415 #ifndef Q_OS_MAC
416  hboxLayout7->setSpacing(6);
417 #endif
418  hboxLayout7->setContentsMargins(0, 0, 0, 0);
419  hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
421  uiDisabledElements->setObjectName(QString::fromUtf8("uiDisabledElements"));
422 
423  hboxLayout7->addWidget(uiDisabledElements);
424 
425  uiDisabledElementsColor = new QPushButton(appearanceSettings);
426  uiDisabledElementsColor->setObjectName(QString::fromUtf8("uiDisabledElementsColor"));
427  uiDisabledElementsColor->setMaximumSize(QSize(80, 16777215));
428 
430 
431  uiDisabledElementsRevert = new QPushButton(appearanceSettings);
432  uiDisabledElementsRevert->setObjectName(QString::fromUtf8("uiDisabledElementsRevert"));
433  uiDisabledElementsRevert->setMaximumSize(QSize(30, 16777215));
434  uiDisabledElementsRevert->setIcon(icon5);
435 
437 
438 
439  vboxLayout1->addLayout(hboxLayout7);
440 
441 
442  verticalLayout_3->addLayout(vboxLayout1);
443 
444  uiPreviewLabel = new QLabel(appearanceSettings);
445  uiPreviewLabel->setObjectName(QString::fromUtf8("uiPreviewLabel"));
446  QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum);
447  sizePolicy1.setHorizontalStretch(0);
448  sizePolicy1.setVerticalStretch(0);
449  sizePolicy1.setHeightForWidth(uiPreviewLabel->sizePolicy().hasHeightForWidth());
450  uiPreviewLabel->setSizePolicy(sizePolicy1);
451 
452  verticalLayout_3->addWidget(uiPreviewLabel);
453 
455  uiPreviewScoreViewPort->setObjectName(QString::fromUtf8("uiPreviewScoreViewPort"));
456 
458 
460  loadSaveSettings = new QWidget();
461  loadSaveSettings->setObjectName(QString::fromUtf8("loadSaveSettings"));
462  verticalLayout_4 = new QVBoxLayout(loadSaveSettings);
463  verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
464  vboxLayout2 = new QVBoxLayout();
465  vboxLayout2->setSpacing(0);
466 #ifndef Q_OS_MAC
467  vboxLayout2->setContentsMargins(0, 0, 0, 0);
468 #endif
469  vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
471  uiDocumentsDirectoryLabel->setObjectName(QString::fromUtf8("uiDocumentsDirectoryLabel"));
472 
474 
475  hboxLayout8 = new QHBoxLayout();
476 #ifndef Q_OS_MAC
477  hboxLayout8->setSpacing(6);
478 #endif
479  hboxLayout8->setContentsMargins(0, 0, 0, 0);
480  hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
482  uiDocumentsDirectory->setObjectName(QString::fromUtf8("uiDocumentsDirectory"));
483 
484  hboxLayout8->addWidget(uiDocumentsDirectory);
485 
486  uiDocumentsDirectoryBrowse = new QPushButton(loadSaveSettings);
487  uiDocumentsDirectoryBrowse->setObjectName(QString::fromUtf8("uiDocumentsDirectoryBrowse"));
488  uiDocumentsDirectoryBrowse->setMaximumSize(QSize(30, 16777215));
489 
491 
492  uiDocumentsDirectoryRevert = new QPushButton(loadSaveSettings);
493  uiDocumentsDirectoryRevert->setObjectName(QString::fromUtf8("uiDocumentsDirectoryRevert"));
494  uiDocumentsDirectoryRevert->setMaximumSize(QSize(30, 16777215));
495  uiDocumentsDirectoryRevert->setIcon(icon5);
496 
498 
499 
500  vboxLayout2->addLayout(hboxLayout8);
501 
502 
503  verticalLayout_4->addLayout(vboxLayout2);
504 
505  vboxLayout3 = new QVBoxLayout();
506  vboxLayout3->setSpacing(0);
507  vboxLayout3->setContentsMargins(0, 0, 0, 0);
508  vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
509  uiDefaultSaveLabel = new QLabel(loadSaveSettings);
510  uiDefaultSaveLabel->setObjectName(QString::fromUtf8("uiDefaultSaveLabel"));
511 
512  vboxLayout3->addWidget(uiDefaultSaveLabel);
513 
514  uiDefaultSaveComboBox = new QComboBox(loadSaveSettings);
515  uiDefaultSaveComboBox->setObjectName(QString::fromUtf8("uiDefaultSaveComboBox"));
516  QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
517  sizePolicy2.setHorizontalStretch(0);
518  sizePolicy2.setVerticalStretch(0);
519  sizePolicy2.setHeightForWidth(uiDefaultSaveComboBox->sizePolicy().hasHeightForWidth());
520  uiDefaultSaveComboBox->setSizePolicy(sizePolicy2);
521 
523 
524 
525  verticalLayout_4->addLayout(vboxLayout3);
526 
527  hboxLayout9 = new QHBoxLayout();
528 #ifndef Q_OS_MAC
529  hboxLayout9->setSpacing(6);
530 #endif
531  hboxLayout9->setContentsMargins(0, 0, 0, 0);
532  hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
534  uiAutoRecoveryLabel->setObjectName(QString::fromUtf8("uiAutoRecoveryLabel"));
535  QSizePolicy sizePolicy3(QSizePolicy::Maximum, QSizePolicy::Preferred);
536  sizePolicy3.setHorizontalStretch(0);
537  sizePolicy3.setVerticalStretch(0);
538  sizePolicy3.setHeightForWidth(uiAutoRecoveryLabel->sizePolicy().hasHeightForWidth());
539  uiAutoRecoveryLabel->setSizePolicy(sizePolicy3);
540 
541  hboxLayout9->addWidget(uiAutoRecoveryLabel);
542 
543  uiAutoRecoverySpinBox = new QSpinBox(loadSaveSettings);
544  uiAutoRecoverySpinBox->setObjectName(QString::fromUtf8("uiAutoRecoverySpinBox"));
545  uiAutoRecoverySpinBox->setMaximumSize(QSize(70, 16777215));
546 
548 
549  spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
550 
551  hboxLayout9->addItem(spacerItem);
552 
553 
554  verticalLayout_4->addLayout(hboxLayout9);
555 
556  verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
557 
559 
560  uiStackedWidget->addWidget(loadSaveSettings);
561  midiSettings = new QWidget();
562  midiSettings->setObjectName(QString::fromUtf8("midiSettings"));
563  horizontalLayout = new QHBoxLayout(midiSettings);
564  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
565  vboxLayout4 = new QVBoxLayout();
566 #ifndef Q_OS_MAC
567  vboxLayout4->setSpacing(6);
568 #endif
569 #ifndef Q_OS_MAC
570  vboxLayout4->setContentsMargins(0, 0, 0, 0);
571 #endif
572  vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
573  uiMidiInLabel = new QLabel(midiSettings);
574  uiMidiInLabel->setObjectName(QString::fromUtf8("uiMidiInLabel"));
575 
576  vboxLayout4->addWidget(uiMidiInLabel);
577 
578  uiMidiInList = new QListWidget(midiSettings);
579  uiMidiInList->setObjectName(QString::fromUtf8("uiMidiInList"));
580 
581  vboxLayout4->addWidget(uiMidiInList);
582 
583 
584  horizontalLayout->addLayout(vboxLayout4);
585 
586  line = new QFrame(midiSettings);
587  line->setObjectName(QString::fromUtf8("line"));
588  line->setFrameShape(QFrame::VLine);
589  line->setFrameShadow(QFrame::Sunken);
590 
591  horizontalLayout->addWidget(line);
592 
593  vboxLayout5 = new QVBoxLayout();
594 #ifndef Q_OS_MAC
595  vboxLayout5->setSpacing(6);
596 #endif
597  vboxLayout5->setContentsMargins(0, 0, 0, 0);
598  vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
599  uiMidiOutLabel = new QLabel(midiSettings);
600  uiMidiOutLabel->setObjectName(QString::fromUtf8("uiMidiOutLabel"));
601 
602  vboxLayout5->addWidget(uiMidiOutLabel);
603 
604  uiMidiOutList = new QListWidget(midiSettings);
605  uiMidiOutList->setObjectName(QString::fromUtf8("uiMidiOutList"));
606 
607  vboxLayout5->addWidget(uiMidiOutList);
608 
609 
610  horizontalLayout->addLayout(vboxLayout5);
611 
612  uiStackedWidget->addWidget(midiSettings);
613  printingSettings = new QWidget();
614  printingSettings->setObjectName(QString::fromUtf8("printingSettings"));
615  verticalLayout_7 = new QVBoxLayout(printingSettings);
616  verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
617  horizontalLayout_2 = new QHBoxLayout();
618  horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
619  uiTypesetterLabel = new QLabel(printingSettings);
620  uiTypesetterLabel->setObjectName(QString::fromUtf8("uiTypesetterLabel"));
621  sizePolicy3.setHeightForWidth(uiTypesetterLabel->sizePolicy().hasHeightForWidth());
622  uiTypesetterLabel->setSizePolicy(sizePolicy3);
623 
625 
626  uiTypesetter = new QComboBox(printingSettings);
627  QIcon icon6;
628  icon6.addFile(QString::fromUtf8("images:general/lilypond.svg"), QSize(), QIcon::Normal, QIcon::Off);
629  uiTypesetter->addItem(icon6, QString());
630  uiTypesetter->setObjectName(QString::fromUtf8("uiTypesetter"));
631 
632  horizontalLayout_2->addWidget(uiTypesetter);
633 
634 
636 
637  verticalLayout_5 = new QVBoxLayout();
638  verticalLayout_5->setSpacing(0);
639  verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
641  uiTypesetterLocationLabel->setObjectName(QString::fromUtf8("uiTypesetterLocationLabel"));
642 
644 
645  horizontalLayout_3 = new QHBoxLayout();
646  horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
648  uiTypesetterLocation->setObjectName(QString::fromUtf8("uiTypesetterLocation"));
649  uiTypesetterLocation->setEnabled(false);
650 
652 
653  uiTypesetterBrowse = new QPushButton(printingSettings);
654  uiTypesetterBrowse->setObjectName(QString::fromUtf8("uiTypesetterBrowse"));
655  uiTypesetterBrowse->setEnabled(false);
656 
658 
659 
661 
662  uiTypesetterDefault = new QCheckBox(printingSettings);
663  uiTypesetterDefault->setObjectName(QString::fromUtf8("uiTypesetterDefault"));
664  uiTypesetterDefault->setChecked(true);
665 
667 
668 
670 
671  verticalLayout_6 = new QVBoxLayout();
672  verticalLayout_6->setSpacing(0);
673  verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
675  uiPdfViewerLocationLabel->setObjectName(QString::fromUtf8("uiPdfViewerLocationLabel"));
676 
678 
679  horizontalLayout_4 = new QHBoxLayout();
680  horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
682  uiPdfViewerLocation->setObjectName(QString::fromUtf8("uiPdfViewerLocation"));
683  uiPdfViewerLocation->setEnabled(false);
684 
686 
687  uiPdfViewerBrowse = new QPushButton(printingSettings);
688  uiPdfViewerBrowse->setObjectName(QString::fromUtf8("uiPdfViewerBrowse"));
689  uiPdfViewerBrowse->setEnabled(false);
690 
692 
693 
695 
696  uiPdfViewerDefault = new QCheckBox(printingSettings);
697  uiPdfViewerDefault->setObjectName(QString::fromUtf8("uiPdfViewerDefault"));
698  uiPdfViewerDefault->setChecked(true);
699 
701 
702 
704 
705  verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
706 
708 
709  uiStackedWidget->addWidget(printingSettings);
710 
711  vboxLayout->addWidget(uiStackedWidget);
712 
713 
714  hboxLayout->addLayout(vboxLayout);
715 
716 
717  verticalLayout->addLayout(hboxLayout);
718 
719  uiButtonBox = new QDialogButtonBox(uiSettingsDialog);
720  uiButtonBox->setObjectName(QString::fromUtf8("uiButtonBox"));
721  uiButtonBox->setOrientation(Qt::Horizontal);
722  uiButtonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
723 
724  verticalLayout->addWidget(uiButtonBox);
725 
726 
727  retranslateUi(uiSettingsDialog);
728  QObject::connect(uiButtonBox, SIGNAL(accepted()), uiSettingsDialog, SLOT(accept()));
729  QObject::connect(uiButtonBox, SIGNAL(rejected()), uiSettingsDialog, SLOT(reject()));
730 
731  uiStackedWidget->setCurrentIndex(1);
732 
733 
734  QMetaObject::connectSlotsByName(uiSettingsDialog);
735  } // setupUi
736 
737  void retranslateUi(QDialog *uiSettingsDialog)
738  {
739  uiSettingsDialog->setWindowTitle(QApplication::translate("uiSettingsDialog", "Settings", 0, QApplication::UnicodeUTF8));
740 
741  const bool __sortingEnabled = uiSettingsList->isSortingEnabled();
742  uiSettingsList->setSortingEnabled(false);
743  QListWidgetItem *___qlistwidgetitem = uiSettingsList->item(0);
744  ___qlistwidgetitem->setText(QApplication::translate("uiSettingsDialog", "Editor", 0, QApplication::UnicodeUTF8));
745  QListWidgetItem *___qlistwidgetitem1 = uiSettingsList->item(1);
746  ___qlistwidgetitem1->setText(QApplication::translate("uiSettingsDialog", "Appearance", 0, QApplication::UnicodeUTF8));
747  QListWidgetItem *___qlistwidgetitem2 = uiSettingsList->item(2);
748  ___qlistwidgetitem2->setText(QApplication::translate("uiSettingsDialog", "Load/Save", 0, QApplication::UnicodeUTF8));
749  QListWidgetItem *___qlistwidgetitem3 = uiSettingsList->item(3);
750  ___qlistwidgetitem3->setText(QApplication::translate("uiSettingsDialog", "Playback", 0, QApplication::UnicodeUTF8));
751  QListWidgetItem *___qlistwidgetitem4 = uiSettingsList->item(4);
752  ___qlistwidgetitem4->setText(QApplication::translate("uiSettingsDialog", "Printing", 0, QApplication::UnicodeUTF8));
753  uiSettingsList->setSortingEnabled(__sortingEnabled);
754 
755  uiPageNameLabel->setText(QApplication::translate("uiSettingsDialog", "Current page name", 0, QApplication::UnicodeUTF8));
756 #ifndef QT_NO_TOOLTIP
757  uiFinaleLyricsCheckBox->setToolTip(QApplication::translate("uiSettingsDialog", "When making hyphen, immediately jump to the next syllable without hitting space bar key.", 0, QApplication::UnicodeUTF8));
758 #endif // QT_NO_TOOLTIP
759  uiFinaleLyricsCheckBox->setText(QApplication::translate("uiSettingsDialog", "Use Finale/Sibelius lyrics behaviour", 0, QApplication::UnicodeUTF8));
760 #ifndef QT_NO_TOOLTIP
761  uiShadowNotesInOtherStaffs->setToolTip(QApplication::translate("uiSettingsDialog", "When inserting notes, show the helper notes in all staffs, not only in the active one.", 0, QApplication::UnicodeUTF8));
762 #endif // QT_NO_TOOLTIP
763  uiShadowNotesInOtherStaffs->setText(QApplication::translate("uiSettingsDialog", "Show helper notes in other staffs", 0, QApplication::UnicodeUTF8));
764 #ifndef QT_NO_TOOLTIP
765  uiPlayInsertedNotes->setToolTip(QApplication::translate("uiSettingsDialog", "When inserting notes or changing existing notes pitch, play the new notes.", 0, QApplication::UnicodeUTF8));
766 #endif // QT_NO_TOOLTIP
767  uiPlayInsertedNotes->setText(QApplication::translate("uiSettingsDialog", "Play inserted notes", 0, QApplication::UnicodeUTF8));
768 #ifndef QT_NO_TOOLTIP
769  uiAutoBar->setToolTip(QApplication::translate("uiSettingsDialog", "When inserting notes and rests, place a barline automatically, if the last bar is full.", 0, QApplication::UnicodeUTF8));
770 #endif // QT_NO_TOOLTIP
771  uiAutoBar->setText(QApplication::translate("uiSettingsDialog", "Automatic bar placement", 0, QApplication::UnicodeUTF8));
772 #ifndef QT_NO_TOOLTIP
773  uiAntiAliasing->setToolTip(QApplication::translate("uiSettingsDialog", "Use anti-aliased fonts for drawing the score. Looks nicer, but slower.", 0, QApplication::UnicodeUTF8));
774 #endif // QT_NO_TOOLTIP
775  uiAntiAliasing->setText(QApplication::translate("uiSettingsDialog", "Use anti-aliased fonts", 0, QApplication::UnicodeUTF8));
776 #ifndef QT_NO_TOOLTIP
777  uiBackgroundLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the background is filled.", 0, QApplication::UnicodeUTF8));
778 #endif // QT_NO_TOOLTIP
779  uiBackgroundLabel->setText(QApplication::translate("uiSettingsDialog", "Background color", 0, QApplication::UnicodeUTF8));
780  uiBackgroundColor->setText(QString());
781 #ifndef QT_NO_TOOLTIP
782  uiForegroundLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the music elements are painted.", 0, QApplication::UnicodeUTF8));
783 #endif // QT_NO_TOOLTIP
784  uiForegroundLabel->setText(QApplication::translate("uiSettingsDialog", "Foreground color", 0, QApplication::UnicodeUTF8));
785  uiForegroundColor->setText(QString());
786 #ifndef QT_NO_TOOLTIP
787  uiSelectionLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the selected music elements are painted.", 0, QApplication::UnicodeUTF8));
788 #endif // QT_NO_TOOLTIP
789  uiSelectionLabel->setText(QApplication::translate("uiSettingsDialog", "Selected elements", 0, QApplication::UnicodeUTF8));
790  uiSelectionColor->setText(QString());
791 #ifndef QT_NO_TOOLTIP
792  uiSelectedContextLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the current context is painted.", 0, QApplication::UnicodeUTF8));
793 #endif // QT_NO_TOOLTIP
794  uiSelectedContextLabel->setText(QApplication::translate("uiSettingsDialog", "Selected context", 0, QApplication::UnicodeUTF8));
795  uiSelectedContextColor->setText(QString());
796 #ifndef QT_NO_TOOLTIP
797  uiSelectionAreaLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the selection area background is filled.", 0, QApplication::UnicodeUTF8));
798 #endif // QT_NO_TOOLTIP
799  uiSelectionAreaLabel->setText(QApplication::translate("uiSettingsDialog", "Selection area", 0, QApplication::UnicodeUTF8));
800  uiSelectionAreaColor->setText(QString());
801 #ifndef QT_NO_TOOLTIP
802  uiHiddenElementsLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the invisible elements are painted in current-voice-only mode.", 0, QApplication::UnicodeUTF8));
803 #endif // QT_NO_TOOLTIP
804  uiHiddenElementsLabel->setText(QApplication::translate("uiSettingsDialog", "Hidden elements", 0, QApplication::UnicodeUTF8));
805  uiHiddenElementsColor->setText(QString());
806 #ifndef QT_NO_TOOLTIP
807  uiDisabledElements->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the elements in non-selected voice are painted.", 0, QApplication::UnicodeUTF8));
808 #endif // QT_NO_TOOLTIP
809  uiDisabledElements->setText(QApplication::translate("uiSettingsDialog", "Disabled elements", 0, QApplication::UnicodeUTF8));
810  uiDisabledElementsColor->setText(QString());
811  uiPreviewLabel->setText(QApplication::translate("uiSettingsDialog", "Preview:", 0, QApplication::UnicodeUTF8));
812  uiDocumentsDirectoryLabel->setText(QApplication::translate("uiSettingsDialog", "Default documents location:", 0, QApplication::UnicodeUTF8));
813  uiDocumentsDirectoryBrowse->setText(QApplication::translate("uiSettingsDialog", "...", 0, QApplication::UnicodeUTF8));
814  uiDefaultSaveLabel->setText(QApplication::translate("uiSettingsDialog", "Default file format for saving:", 0, QApplication::UnicodeUTF8));
815  uiAutoRecoveryLabel->setText(QApplication::translate("uiSettingsDialog", "Recovery saving interval in minutes:", "Auto save every %n minutes.", QApplication::UnicodeUTF8));
816 #ifndef QT_NO_TOOLTIP
817  uiAutoRecoverySpinBox->setToolTip(QApplication::translate("uiSettingsDialog", "Automatically make recovery documents every specified number of ellapsed minutes. 0 to disable recovery saving.", 0, QApplication::UnicodeUTF8));
818 #endif // QT_NO_TOOLTIP
819  uiMidiInLabel->setText(QApplication::translate("uiSettingsDialog", "MIDI IN devices:", 0, QApplication::UnicodeUTF8));
820  uiMidiOutLabel->setText(QApplication::translate("uiSettingsDialog", "MIDI OUT devices:", 0, QApplication::UnicodeUTF8));
821  uiTypesetterLabel->setText(QApplication::translate("uiSettingsDialog", "Default typesetter:", 0, QApplication::UnicodeUTF8));
822  uiTypesetter->setItemText(0, QApplication::translate("uiSettingsDialog", "LilyPond", 0, QApplication::UnicodeUTF8));
823 
824  uiTypesetterLocationLabel->setText(QApplication::translate("uiSettingsDialog", "Typesetter location:", 0, QApplication::UnicodeUTF8));
825  uiTypesetterBrowse->setText(QApplication::translate("uiSettingsDialog", "Browse...", 0, QApplication::UnicodeUTF8));
826  uiTypesetterDefault->setText(QApplication::translate("uiSettingsDialog", "Use system default", 0, QApplication::UnicodeUTF8));
827  uiPdfViewerLocationLabel->setText(QApplication::translate("uiSettingsDialog", "PDF viewer location:", 0, QApplication::UnicodeUTF8));
828  uiPdfViewerBrowse->setText(QApplication::translate("uiSettingsDialog", "Browse...", 0, QApplication::UnicodeUTF8));
829  uiPdfViewerDefault->setText(QApplication::translate("uiSettingsDialog", "Use system default", 0, QApplication::UnicodeUTF8));
830  } // retranslateUi
831 
832 };
833 
834 namespace Ui {
836 } // namespace Ui
837 
838 QT_END_NAMESPACE
839 
840 #endif // UI_SETTINGSDIALOG_H