Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
/home/iurt/rpm/BUILD/canorus-0.7.R1002/src/ui_settingsdialog.h
Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'settingsdialog.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_SETTINGSDIALOG_H
00011 #define UI_SETTINGSDIALOG_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QComboBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QDialogButtonBox>
00021 #include <QtGui/QFrame>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QHeaderView>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QLineEdit>
00026 #include <QtGui/QListWidget>
00027 #include <QtGui/QPushButton>
00028 #include <QtGui/QSpacerItem>
00029 #include <QtGui/QSpinBox>
00030 #include <QtGui/QStackedWidget>
00031 #include <QtGui/QVBoxLayout>
00032 #include <QtGui/QWidget>
00033 #include "widgets/scoreviewport.h"
00034 
00035 QT_BEGIN_NAMESPACE
00036 
00037 class Ui_uiSettingsDialog
00038 {
00039 public:
00040     QVBoxLayout *verticalLayout;
00041     QHBoxLayout *hboxLayout;
00042     QListWidget *uiSettingsList;
00043     QVBoxLayout *vboxLayout;
00044     QLabel *uiPageNameLabel;
00045     QStackedWidget *uiStackedWidget;
00046     QWidget *editorSettings;
00047     QVBoxLayout *verticalLayout_2;
00048     QCheckBox *uiFinaleLyricsCheckBox;
00049     QCheckBox *uiShadowNotesInOtherStaffs;
00050     QCheckBox *uiPlayInsertedNotes;
00051     QCheckBox *uiAutoBar;
00052     QSpacerItem *verticalSpacer;
00053     QWidget *appearanceSettings;
00054     QVBoxLayout *verticalLayout_3;
00055     QVBoxLayout *vboxLayout1;
00056     QCheckBox *uiAntiAliasing;
00057     QHBoxLayout *hboxLayout1;
00058     QLabel *uiBackgroundLabel;
00059     QPushButton *uiBackgroundColor;
00060     QPushButton *uiBackgroundRevert;
00061     QHBoxLayout *hboxLayout2;
00062     QLabel *uiForegroundLabel;
00063     QPushButton *uiForegroundColor;
00064     QPushButton *uiForegroundRevert;
00065     QHBoxLayout *hboxLayout3;
00066     QLabel *uiSelectionLabel;
00067     QPushButton *uiSelectionColor;
00068     QPushButton *uiSelectionRevert;
00069     QHBoxLayout *hboxLayout4;
00070     QLabel *uiSelectedContextLabel;
00071     QPushButton *uiSelectedContextColor;
00072     QPushButton *uiSelectedContextRevert;
00073     QHBoxLayout *hboxLayout5;
00074     QLabel *uiSelectionAreaLabel;
00075     QPushButton *uiSelectionAreaColor;
00076     QPushButton *uiSelectionAreaRevert;
00077     QHBoxLayout *hboxLayout6;
00078     QLabel *uiHiddenElementsLabel;
00079     QPushButton *uiHiddenElementsColor;
00080     QPushButton *uiHiddenElementsRevert;
00081     QHBoxLayout *hboxLayout7;
00082     QLabel *uiDisabledElements;
00083     QPushButton *uiDisabledElementsColor;
00084     QPushButton *uiDisabledElementsRevert;
00085     QLabel *uiPreviewLabel;
00086     CAScoreViewPort *uiPreviewScoreViewPort;
00087     QWidget *loadSaveSettings;
00088     QVBoxLayout *verticalLayout_4;
00089     QVBoxLayout *vboxLayout2;
00090     QLabel *uiDocumentsDirectoryLabel;
00091     QHBoxLayout *hboxLayout8;
00092     QLineEdit *uiDocumentsDirectory;
00093     QPushButton *uiDocumentsDirectoryBrowse;
00094     QPushButton *uiDocumentsDirectoryRevert;
00095     QVBoxLayout *vboxLayout3;
00096     QLabel *uiDefaultSaveLabel;
00097     QComboBox *uiDefaultSaveComboBox;
00098     QHBoxLayout *hboxLayout9;
00099     QLabel *uiAutoRecoveryLabel;
00100     QSpinBox *uiAutoRecoverySpinBox;
00101     QSpacerItem *spacerItem;
00102     QSpacerItem *verticalSpacer_2;
00103     QWidget *midiSettings;
00104     QHBoxLayout *horizontalLayout;
00105     QVBoxLayout *vboxLayout4;
00106     QLabel *uiMidiInLabel;
00107     QListWidget *uiMidiInList;
00108     QFrame *line;
00109     QVBoxLayout *vboxLayout5;
00110     QLabel *uiMidiOutLabel;
00111     QListWidget *uiMidiOutList;
00112     QWidget *printingSettings;
00113     QVBoxLayout *verticalLayout_7;
00114     QHBoxLayout *horizontalLayout_2;
00115     QLabel *uiTypesetterLabel;
00116     QComboBox *uiTypesetter;
00117     QVBoxLayout *verticalLayout_5;
00118     QLabel *uiTypesetterLocationLabel;
00119     QHBoxLayout *horizontalLayout_3;
00120     QLineEdit *uiTypesetterLocation;
00121     QPushButton *uiTypesetterBrowse;
00122     QCheckBox *uiTypesetterDefault;
00123     QVBoxLayout *verticalLayout_6;
00124     QLabel *uiPdfViewerLocationLabel;
00125     QHBoxLayout *horizontalLayout_4;
00126     QLineEdit *uiPdfViewerLocation;
00127     QPushButton *uiPdfViewerBrowse;
00128     QCheckBox *uiPdfViewerDefault;
00129     QSpacerItem *verticalSpacer_3;
00130     QDialogButtonBox *uiButtonBox;
00131 
00132     void setupUi(QDialog *uiSettingsDialog)
00133     {
00134         if (uiSettingsDialog->objectName().isEmpty())
00135             uiSettingsDialog->setObjectName(QString::fromUtf8("uiSettingsDialog"));
00136         uiSettingsDialog->resize(741, 604);
00137         verticalLayout = new QVBoxLayout(uiSettingsDialog);
00138         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00139         hboxLayout = new QHBoxLayout();
00140 #ifndef Q_OS_MAC
00141         hboxLayout->setSpacing(6);
00142 #endif
00143 #ifndef Q_OS_MAC
00144         hboxLayout->setContentsMargins(0, 0, 0, 0);
00145 #endif
00146         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00147         uiSettingsList = new QListWidget(uiSettingsDialog);
00148         QIcon icon;
00149         icon.addFile(QString::fromUtf8("images:settings/editorsettings.svg"), QSize(), QIcon::Normal, QIcon::Off);
00150         QListWidgetItem *__qlistwidgetitem = new QListWidgetItem(uiSettingsList);
00151         __qlistwidgetitem->setIcon(icon);
00152         QIcon icon1;
00153         icon1.addFile(QString::fromUtf8("images:settings/colorsettings.svg"), QSize(), QIcon::Normal, QIcon::Off);
00154         QListWidgetItem *__qlistwidgetitem1 = new QListWidgetItem(uiSettingsList);
00155         __qlistwidgetitem1->setIcon(icon1);
00156         QIcon icon2;
00157         icon2.addFile(QString::fromUtf8("images:settings/floppy.svg"), QSize(), QIcon::Normal, QIcon::Off);
00158         QListWidgetItem *__qlistwidgetitem2 = new QListWidgetItem(uiSettingsList);
00159         __qlistwidgetitem2->setIcon(icon2);
00160         QIcon icon3;
00161         icon3.addFile(QString::fromUtf8("images:settings/midisetup.svg"), QSize(), QIcon::Normal, QIcon::Off);
00162         QListWidgetItem *__qlistwidgetitem3 = new QListWidgetItem(uiSettingsList);
00163         __qlistwidgetitem3->setIcon(icon3);
00164         QIcon icon4;
00165         icon4.addFile(QString::fromUtf8("images:settings/printingsettings.svg"), QSize(), QIcon::Normal, QIcon::Off);
00166         QListWidgetItem *__qlistwidgetitem4 = new QListWidgetItem(uiSettingsList);
00167         __qlistwidgetitem4->setIcon(icon4);
00168         uiSettingsList->setObjectName(QString::fromUtf8("uiSettingsList"));
00169         QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Expanding);
00170         sizePolicy.setHorizontalStretch(0);
00171         sizePolicy.setVerticalStretch(0);
00172         sizePolicy.setHeightForWidth(uiSettingsList->sizePolicy().hasHeightForWidth());
00173         uiSettingsList->setSizePolicy(sizePolicy);
00174         uiSettingsList->setIconSize(QSize(50, 50));
00175         uiSettingsList->setFlow(QListView::TopToBottom);
00176         uiSettingsList->setProperty("isWrapping", QVariant(false));
00177         uiSettingsList->setSpacing(0);
00178         uiSettingsList->setViewMode(QListView::ListMode);
00179         uiSettingsList->setUniformItemSizes(false);
00180         uiSettingsList->setWordWrap(true);
00181 
00182         hboxLayout->addWidget(uiSettingsList);
00183 
00184         vboxLayout = new QVBoxLayout();
00185 #ifndef Q_OS_MAC
00186         vboxLayout->setSpacing(6);
00187 #endif
00188         vboxLayout->setContentsMargins(0, 0, 0, 0);
00189         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00190         uiPageNameLabel = new QLabel(uiSettingsDialog);
00191         uiPageNameLabel->setObjectName(QString::fromUtf8("uiPageNameLabel"));
00192         QFont font;
00193         font.setBold(false);
00194         font.setItalic(true);
00195         font.setWeight(50);
00196         uiPageNameLabel->setFont(font);
00197         uiPageNameLabel->setFrameShape(QFrame::Box);
00198         uiPageNameLabel->setFrameShadow(QFrame::Plain);
00199 
00200         vboxLayout->addWidget(uiPageNameLabel);
00201 
00202         uiStackedWidget = new QStackedWidget(uiSettingsDialog);
00203         uiStackedWidget->setObjectName(QString::fromUtf8("uiStackedWidget"));
00204         uiStackedWidget->setFrameShape(QFrame::NoFrame);
00205         uiStackedWidget->setFrameShadow(QFrame::Plain);
00206         editorSettings = new QWidget();
00207         editorSettings->setObjectName(QString::fromUtf8("editorSettings"));
00208         verticalLayout_2 = new QVBoxLayout(editorSettings);
00209         verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00210         uiFinaleLyricsCheckBox = new QCheckBox(editorSettings);
00211         uiFinaleLyricsCheckBox->setObjectName(QString::fromUtf8("uiFinaleLyricsCheckBox"));
00212 
00213         verticalLayout_2->addWidget(uiFinaleLyricsCheckBox);
00214 
00215         uiShadowNotesInOtherStaffs = new QCheckBox(editorSettings);
00216         uiShadowNotesInOtherStaffs->setObjectName(QString::fromUtf8("uiShadowNotesInOtherStaffs"));
00217 
00218         verticalLayout_2->addWidget(uiShadowNotesInOtherStaffs);
00219 
00220         uiPlayInsertedNotes = new QCheckBox(editorSettings);
00221         uiPlayInsertedNotes->setObjectName(QString::fromUtf8("uiPlayInsertedNotes"));
00222 
00223         verticalLayout_2->addWidget(uiPlayInsertedNotes);
00224 
00225         uiAutoBar = new QCheckBox(editorSettings);
00226         uiAutoBar->setObjectName(QString::fromUtf8("uiAutoBar"));
00227 
00228         verticalLayout_2->addWidget(uiAutoBar);
00229 
00230         verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00231 
00232         verticalLayout_2->addItem(verticalSpacer);
00233 
00234         uiStackedWidget->addWidget(editorSettings);
00235         appearanceSettings = new QWidget();
00236         appearanceSettings->setObjectName(QString::fromUtf8("appearanceSettings"));
00237         verticalLayout_3 = new QVBoxLayout(appearanceSettings);
00238         verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00239         vboxLayout1 = new QVBoxLayout();
00240         vboxLayout1->setSpacing(0);
00241 #ifndef Q_OS_MAC
00242         vboxLayout1->setContentsMargins(0, 0, 0, 0);
00243 #endif
00244         vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00245         uiAntiAliasing = new QCheckBox(appearanceSettings);
00246         uiAntiAliasing->setObjectName(QString::fromUtf8("uiAntiAliasing"));
00247 
00248         vboxLayout1->addWidget(uiAntiAliasing);
00249 
00250         hboxLayout1 = new QHBoxLayout();
00251 #ifndef Q_OS_MAC
00252         hboxLayout1->setSpacing(6);
00253 #endif
00254         hboxLayout1->setContentsMargins(0, 0, 0, 0);
00255         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00256         uiBackgroundLabel = new QLabel(appearanceSettings);
00257         uiBackgroundLabel->setObjectName(QString::fromUtf8("uiBackgroundLabel"));
00258 
00259         hboxLayout1->addWidget(uiBackgroundLabel);
00260 
00261         uiBackgroundColor = new QPushButton(appearanceSettings);
00262         uiBackgroundColor->setObjectName(QString::fromUtf8("uiBackgroundColor"));
00263         uiBackgroundColor->setMaximumSize(QSize(80, 16777215));
00264 
00265         hboxLayout1->addWidget(uiBackgroundColor);
00266 
00267         uiBackgroundRevert = new QPushButton(appearanceSettings);
00268         uiBackgroundRevert->setObjectName(QString::fromUtf8("uiBackgroundRevert"));
00269         uiBackgroundRevert->setMaximumSize(QSize(30, 16777215));
00270         QIcon icon5;
00271         icon5.addFile(QString::fromUtf8("images:settings/revert.svg"), QSize(), QIcon::Normal, QIcon::Off);
00272         uiBackgroundRevert->setIcon(icon5);
00273 
00274         hboxLayout1->addWidget(uiBackgroundRevert);
00275 
00276 
00277         vboxLayout1->addLayout(hboxLayout1);
00278 
00279         hboxLayout2 = new QHBoxLayout();
00280 #ifndef Q_OS_MAC
00281         hboxLayout2->setSpacing(6);
00282 #endif
00283         hboxLayout2->setContentsMargins(0, 0, 0, 0);
00284         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00285         uiForegroundLabel = new QLabel(appearanceSettings);
00286         uiForegroundLabel->setObjectName(QString::fromUtf8("uiForegroundLabel"));
00287 
00288         hboxLayout2->addWidget(uiForegroundLabel);
00289 
00290         uiForegroundColor = new QPushButton(appearanceSettings);
00291         uiForegroundColor->setObjectName(QString::fromUtf8("uiForegroundColor"));
00292         uiForegroundColor->setMaximumSize(QSize(80, 16777215));
00293 
00294         hboxLayout2->addWidget(uiForegroundColor);
00295 
00296         uiForegroundRevert = new QPushButton(appearanceSettings);
00297         uiForegroundRevert->setObjectName(QString::fromUtf8("uiForegroundRevert"));
00298         uiForegroundRevert->setMaximumSize(QSize(30, 16777215));
00299         uiForegroundRevert->setIcon(icon5);
00300 
00301         hboxLayout2->addWidget(uiForegroundRevert);
00302 
00303 
00304         vboxLayout1->addLayout(hboxLayout2);
00305 
00306         hboxLayout3 = new QHBoxLayout();
00307 #ifndef Q_OS_MAC
00308         hboxLayout3->setSpacing(6);
00309 #endif
00310         hboxLayout3->setContentsMargins(0, 0, 0, 0);
00311         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00312         uiSelectionLabel = new QLabel(appearanceSettings);
00313         uiSelectionLabel->setObjectName(QString::fromUtf8("uiSelectionLabel"));
00314 
00315         hboxLayout3->addWidget(uiSelectionLabel);
00316 
00317         uiSelectionColor = new QPushButton(appearanceSettings);
00318         uiSelectionColor->setObjectName(QString::fromUtf8("uiSelectionColor"));
00319         uiSelectionColor->setMaximumSize(QSize(80, 16777215));
00320 
00321         hboxLayout3->addWidget(uiSelectionColor);
00322 
00323         uiSelectionRevert = new QPushButton(appearanceSettings);
00324         uiSelectionRevert->setObjectName(QString::fromUtf8("uiSelectionRevert"));
00325         uiSelectionRevert->setMaximumSize(QSize(30, 16777215));
00326         uiSelectionRevert->setIcon(icon5);
00327 
00328         hboxLayout3->addWidget(uiSelectionRevert);
00329 
00330 
00331         vboxLayout1->addLayout(hboxLayout3);
00332 
00333         hboxLayout4 = new QHBoxLayout();
00334 #ifndef Q_OS_MAC
00335         hboxLayout4->setSpacing(6);
00336 #endif
00337         hboxLayout4->setContentsMargins(0, 0, 0, 0);
00338         hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00339         uiSelectedContextLabel = new QLabel(appearanceSettings);
00340         uiSelectedContextLabel->setObjectName(QString::fromUtf8("uiSelectedContextLabel"));
00341 
00342         hboxLayout4->addWidget(uiSelectedContextLabel);
00343 
00344         uiSelectedContextColor = new QPushButton(appearanceSettings);
00345         uiSelectedContextColor->setObjectName(QString::fromUtf8("uiSelectedContextColor"));
00346         uiSelectedContextColor->setMaximumSize(QSize(80, 16777215));
00347 
00348         hboxLayout4->addWidget(uiSelectedContextColor);
00349 
00350         uiSelectedContextRevert = new QPushButton(appearanceSettings);
00351         uiSelectedContextRevert->setObjectName(QString::fromUtf8("uiSelectedContextRevert"));
00352         uiSelectedContextRevert->setMaximumSize(QSize(30, 16777215));
00353         uiSelectedContextRevert->setIcon(icon5);
00354 
00355         hboxLayout4->addWidget(uiSelectedContextRevert);
00356 
00357 
00358         vboxLayout1->addLayout(hboxLayout4);
00359 
00360         hboxLayout5 = new QHBoxLayout();
00361 #ifndef Q_OS_MAC
00362         hboxLayout5->setSpacing(6);
00363 #endif
00364         hboxLayout5->setContentsMargins(0, 0, 0, 0);
00365         hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00366         uiSelectionAreaLabel = new QLabel(appearanceSettings);
00367         uiSelectionAreaLabel->setObjectName(QString::fromUtf8("uiSelectionAreaLabel"));
00368 
00369         hboxLayout5->addWidget(uiSelectionAreaLabel);
00370 
00371         uiSelectionAreaColor = new QPushButton(appearanceSettings);
00372         uiSelectionAreaColor->setObjectName(QString::fromUtf8("uiSelectionAreaColor"));
00373         uiSelectionAreaColor->setMaximumSize(QSize(80, 16777215));
00374 
00375         hboxLayout5->addWidget(uiSelectionAreaColor);
00376 
00377         uiSelectionAreaRevert = new QPushButton(appearanceSettings);
00378         uiSelectionAreaRevert->setObjectName(QString::fromUtf8("uiSelectionAreaRevert"));
00379         uiSelectionAreaRevert->setMaximumSize(QSize(30, 16777215));
00380         uiSelectionAreaRevert->setIcon(icon5);
00381 
00382         hboxLayout5->addWidget(uiSelectionAreaRevert);
00383 
00384 
00385         vboxLayout1->addLayout(hboxLayout5);
00386 
00387         hboxLayout6 = new QHBoxLayout();
00388 #ifndef Q_OS_MAC
00389         hboxLayout6->setSpacing(6);
00390 #endif
00391         hboxLayout6->setContentsMargins(0, 0, 0, 0);
00392         hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00393         uiHiddenElementsLabel = new QLabel(appearanceSettings);
00394         uiHiddenElementsLabel->setObjectName(QString::fromUtf8("uiHiddenElementsLabel"));
00395 
00396         hboxLayout6->addWidget(uiHiddenElementsLabel);
00397 
00398         uiHiddenElementsColor = new QPushButton(appearanceSettings);
00399         uiHiddenElementsColor->setObjectName(QString::fromUtf8("uiHiddenElementsColor"));
00400         uiHiddenElementsColor->setMaximumSize(QSize(80, 16777215));
00401 
00402         hboxLayout6->addWidget(uiHiddenElementsColor);
00403 
00404         uiHiddenElementsRevert = new QPushButton(appearanceSettings);
00405         uiHiddenElementsRevert->setObjectName(QString::fromUtf8("uiHiddenElementsRevert"));
00406         uiHiddenElementsRevert->setMaximumSize(QSize(30, 16777215));
00407         uiHiddenElementsRevert->setIcon(icon5);
00408 
00409         hboxLayout6->addWidget(uiHiddenElementsRevert);
00410 
00411 
00412         vboxLayout1->addLayout(hboxLayout6);
00413 
00414         hboxLayout7 = new QHBoxLayout();
00415 #ifndef Q_OS_MAC
00416         hboxLayout7->setSpacing(6);
00417 #endif
00418         hboxLayout7->setContentsMargins(0, 0, 0, 0);
00419         hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00420         uiDisabledElements = new QLabel(appearanceSettings);
00421         uiDisabledElements->setObjectName(QString::fromUtf8("uiDisabledElements"));
00422 
00423         hboxLayout7->addWidget(uiDisabledElements);
00424 
00425         uiDisabledElementsColor = new QPushButton(appearanceSettings);
00426         uiDisabledElementsColor->setObjectName(QString::fromUtf8("uiDisabledElementsColor"));
00427         uiDisabledElementsColor->setMaximumSize(QSize(80, 16777215));
00428 
00429         hboxLayout7->addWidget(uiDisabledElementsColor);
00430 
00431         uiDisabledElementsRevert = new QPushButton(appearanceSettings);
00432         uiDisabledElementsRevert->setObjectName(QString::fromUtf8("uiDisabledElementsRevert"));
00433         uiDisabledElementsRevert->setMaximumSize(QSize(30, 16777215));
00434         uiDisabledElementsRevert->setIcon(icon5);
00435 
00436         hboxLayout7->addWidget(uiDisabledElementsRevert);
00437 
00438 
00439         vboxLayout1->addLayout(hboxLayout7);
00440 
00441 
00442         verticalLayout_3->addLayout(vboxLayout1);
00443 
00444         uiPreviewLabel = new QLabel(appearanceSettings);
00445         uiPreviewLabel->setObjectName(QString::fromUtf8("uiPreviewLabel"));
00446         QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Maximum);
00447         sizePolicy1.setHorizontalStretch(0);
00448         sizePolicy1.setVerticalStretch(0);
00449         sizePolicy1.setHeightForWidth(uiPreviewLabel->sizePolicy().hasHeightForWidth());
00450         uiPreviewLabel->setSizePolicy(sizePolicy1);
00451 
00452         verticalLayout_3->addWidget(uiPreviewLabel);
00453 
00454         uiPreviewScoreViewPort = new CAScoreViewPort(appearanceSettings);
00455         uiPreviewScoreViewPort->setObjectName(QString::fromUtf8("uiPreviewScoreViewPort"));
00456 
00457         verticalLayout_3->addWidget(uiPreviewScoreViewPort);
00458 
00459         uiStackedWidget->addWidget(appearanceSettings);
00460         loadSaveSettings = new QWidget();
00461         loadSaveSettings->setObjectName(QString::fromUtf8("loadSaveSettings"));
00462         verticalLayout_4 = new QVBoxLayout(loadSaveSettings);
00463         verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
00464         vboxLayout2 = new QVBoxLayout();
00465         vboxLayout2->setSpacing(0);
00466 #ifndef Q_OS_MAC
00467         vboxLayout2->setContentsMargins(0, 0, 0, 0);
00468 #endif
00469         vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00470         uiDocumentsDirectoryLabel = new QLabel(loadSaveSettings);
00471         uiDocumentsDirectoryLabel->setObjectName(QString::fromUtf8("uiDocumentsDirectoryLabel"));
00472 
00473         vboxLayout2->addWidget(uiDocumentsDirectoryLabel);
00474 
00475         hboxLayout8 = new QHBoxLayout();
00476 #ifndef Q_OS_MAC
00477         hboxLayout8->setSpacing(6);
00478 #endif
00479         hboxLayout8->setContentsMargins(0, 0, 0, 0);
00480         hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
00481         uiDocumentsDirectory = new QLineEdit(loadSaveSettings);
00482         uiDocumentsDirectory->setObjectName(QString::fromUtf8("uiDocumentsDirectory"));
00483 
00484         hboxLayout8->addWidget(uiDocumentsDirectory);
00485 
00486         uiDocumentsDirectoryBrowse = new QPushButton(loadSaveSettings);
00487         uiDocumentsDirectoryBrowse->setObjectName(QString::fromUtf8("uiDocumentsDirectoryBrowse"));
00488         uiDocumentsDirectoryBrowse->setMaximumSize(QSize(30, 16777215));
00489 
00490         hboxLayout8->addWidget(uiDocumentsDirectoryBrowse);
00491 
00492         uiDocumentsDirectoryRevert = new QPushButton(loadSaveSettings);
00493         uiDocumentsDirectoryRevert->setObjectName(QString::fromUtf8("uiDocumentsDirectoryRevert"));
00494         uiDocumentsDirectoryRevert->setMaximumSize(QSize(30, 16777215));
00495         uiDocumentsDirectoryRevert->setIcon(icon5);
00496 
00497         hboxLayout8->addWidget(uiDocumentsDirectoryRevert);
00498 
00499 
00500         vboxLayout2->addLayout(hboxLayout8);
00501 
00502 
00503         verticalLayout_4->addLayout(vboxLayout2);
00504 
00505         vboxLayout3 = new QVBoxLayout();
00506         vboxLayout3->setSpacing(0);
00507         vboxLayout3->setContentsMargins(0, 0, 0, 0);
00508         vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00509         uiDefaultSaveLabel = new QLabel(loadSaveSettings);
00510         uiDefaultSaveLabel->setObjectName(QString::fromUtf8("uiDefaultSaveLabel"));
00511 
00512         vboxLayout3->addWidget(uiDefaultSaveLabel);
00513 
00514         uiDefaultSaveComboBox = new QComboBox(loadSaveSettings);
00515         uiDefaultSaveComboBox->setObjectName(QString::fromUtf8("uiDefaultSaveComboBox"));
00516         QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
00517         sizePolicy2.setHorizontalStretch(0);
00518         sizePolicy2.setVerticalStretch(0);
00519         sizePolicy2.setHeightForWidth(uiDefaultSaveComboBox->sizePolicy().hasHeightForWidth());
00520         uiDefaultSaveComboBox->setSizePolicy(sizePolicy2);
00521 
00522         vboxLayout3->addWidget(uiDefaultSaveComboBox);
00523 
00524 
00525         verticalLayout_4->addLayout(vboxLayout3);
00526 
00527         hboxLayout9 = new QHBoxLayout();
00528 #ifndef Q_OS_MAC
00529         hboxLayout9->setSpacing(6);
00530 #endif
00531         hboxLayout9->setContentsMargins(0, 0, 0, 0);
00532         hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
00533         uiAutoRecoveryLabel = new QLabel(loadSaveSettings);
00534         uiAutoRecoveryLabel->setObjectName(QString::fromUtf8("uiAutoRecoveryLabel"));
00535         QSizePolicy sizePolicy3(QSizePolicy::Maximum, QSizePolicy::Preferred);
00536         sizePolicy3.setHorizontalStretch(0);
00537         sizePolicy3.setVerticalStretch(0);
00538         sizePolicy3.setHeightForWidth(uiAutoRecoveryLabel->sizePolicy().hasHeightForWidth());
00539         uiAutoRecoveryLabel->setSizePolicy(sizePolicy3);
00540 
00541         hboxLayout9->addWidget(uiAutoRecoveryLabel);
00542 
00543         uiAutoRecoverySpinBox = new QSpinBox(loadSaveSettings);
00544         uiAutoRecoverySpinBox->setObjectName(QString::fromUtf8("uiAutoRecoverySpinBox"));
00545         uiAutoRecoverySpinBox->setMaximumSize(QSize(70, 16777215));
00546 
00547         hboxLayout9->addWidget(uiAutoRecoverySpinBox);
00548 
00549         spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00550 
00551         hboxLayout9->addItem(spacerItem);
00552 
00553 
00554         verticalLayout_4->addLayout(hboxLayout9);
00555 
00556         verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00557 
00558         verticalLayout_4->addItem(verticalSpacer_2);
00559 
00560         uiStackedWidget->addWidget(loadSaveSettings);
00561         midiSettings = new QWidget();
00562         midiSettings->setObjectName(QString::fromUtf8("midiSettings"));
00563         horizontalLayout = new QHBoxLayout(midiSettings);
00564         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00565         vboxLayout4 = new QVBoxLayout();
00566 #ifndef Q_OS_MAC
00567         vboxLayout4->setSpacing(6);
00568 #endif
00569 #ifndef Q_OS_MAC
00570         vboxLayout4->setContentsMargins(0, 0, 0, 0);
00571 #endif
00572         vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00573         uiMidiInLabel = new QLabel(midiSettings);
00574         uiMidiInLabel->setObjectName(QString::fromUtf8("uiMidiInLabel"));
00575 
00576         vboxLayout4->addWidget(uiMidiInLabel);
00577 
00578         uiMidiInList = new QListWidget(midiSettings);
00579         uiMidiInList->setObjectName(QString::fromUtf8("uiMidiInList"));
00580 
00581         vboxLayout4->addWidget(uiMidiInList);
00582 
00583 
00584         horizontalLayout->addLayout(vboxLayout4);
00585 
00586         line = new QFrame(midiSettings);
00587         line->setObjectName(QString::fromUtf8("line"));
00588         line->setFrameShape(QFrame::VLine);
00589         line->setFrameShadow(QFrame::Sunken);
00590 
00591         horizontalLayout->addWidget(line);
00592 
00593         vboxLayout5 = new QVBoxLayout();
00594 #ifndef Q_OS_MAC
00595         vboxLayout5->setSpacing(6);
00596 #endif
00597         vboxLayout5->setContentsMargins(0, 0, 0, 0);
00598         vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00599         uiMidiOutLabel = new QLabel(midiSettings);
00600         uiMidiOutLabel->setObjectName(QString::fromUtf8("uiMidiOutLabel"));
00601 
00602         vboxLayout5->addWidget(uiMidiOutLabel);
00603 
00604         uiMidiOutList = new QListWidget(midiSettings);
00605         uiMidiOutList->setObjectName(QString::fromUtf8("uiMidiOutList"));
00606 
00607         vboxLayout5->addWidget(uiMidiOutList);
00608 
00609 
00610         horizontalLayout->addLayout(vboxLayout5);
00611 
00612         uiStackedWidget->addWidget(midiSettings);
00613         printingSettings = new QWidget();
00614         printingSettings->setObjectName(QString::fromUtf8("printingSettings"));
00615         verticalLayout_7 = new QVBoxLayout(printingSettings);
00616         verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
00617         horizontalLayout_2 = new QHBoxLayout();
00618         horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00619         uiTypesetterLabel = new QLabel(printingSettings);
00620         uiTypesetterLabel->setObjectName(QString::fromUtf8("uiTypesetterLabel"));
00621         sizePolicy3.setHeightForWidth(uiTypesetterLabel->sizePolicy().hasHeightForWidth());
00622         uiTypesetterLabel->setSizePolicy(sizePolicy3);
00623 
00624         horizontalLayout_2->addWidget(uiTypesetterLabel);
00625 
00626         uiTypesetter = new QComboBox(printingSettings);
00627         QIcon icon6;
00628         icon6.addFile(QString::fromUtf8("images:general/lilypond.svg"), QSize(), QIcon::Normal, QIcon::Off);
00629         uiTypesetter->addItem(icon6, QString());
00630         uiTypesetter->setObjectName(QString::fromUtf8("uiTypesetter"));
00631 
00632         horizontalLayout_2->addWidget(uiTypesetter);
00633 
00634 
00635         verticalLayout_7->addLayout(horizontalLayout_2);
00636 
00637         verticalLayout_5 = new QVBoxLayout();
00638         verticalLayout_5->setSpacing(0);
00639         verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
00640         uiTypesetterLocationLabel = new QLabel(printingSettings);
00641         uiTypesetterLocationLabel->setObjectName(QString::fromUtf8("uiTypesetterLocationLabel"));
00642 
00643         verticalLayout_5->addWidget(uiTypesetterLocationLabel);
00644 
00645         horizontalLayout_3 = new QHBoxLayout();
00646         horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00647         uiTypesetterLocation = new QLineEdit(printingSettings);
00648         uiTypesetterLocation->setObjectName(QString::fromUtf8("uiTypesetterLocation"));
00649         uiTypesetterLocation->setEnabled(false);
00650 
00651         horizontalLayout_3->addWidget(uiTypesetterLocation);
00652 
00653         uiTypesetterBrowse = new QPushButton(printingSettings);
00654         uiTypesetterBrowse->setObjectName(QString::fromUtf8("uiTypesetterBrowse"));
00655         uiTypesetterBrowse->setEnabled(false);
00656 
00657         horizontalLayout_3->addWidget(uiTypesetterBrowse);
00658 
00659 
00660         verticalLayout_5->addLayout(horizontalLayout_3);
00661 
00662         uiTypesetterDefault = new QCheckBox(printingSettings);
00663         uiTypesetterDefault->setObjectName(QString::fromUtf8("uiTypesetterDefault"));
00664         uiTypesetterDefault->setChecked(true);
00665 
00666         verticalLayout_5->addWidget(uiTypesetterDefault);
00667 
00668 
00669         verticalLayout_7->addLayout(verticalLayout_5);
00670 
00671         verticalLayout_6 = new QVBoxLayout();
00672         verticalLayout_6->setSpacing(0);
00673         verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
00674         uiPdfViewerLocationLabel = new QLabel(printingSettings);
00675         uiPdfViewerLocationLabel->setObjectName(QString::fromUtf8("uiPdfViewerLocationLabel"));
00676 
00677         verticalLayout_6->addWidget(uiPdfViewerLocationLabel);
00678 
00679         horizontalLayout_4 = new QHBoxLayout();
00680         horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
00681         uiPdfViewerLocation = new QLineEdit(printingSettings);
00682         uiPdfViewerLocation->setObjectName(QString::fromUtf8("uiPdfViewerLocation"));
00683         uiPdfViewerLocation->setEnabled(false);
00684 
00685         horizontalLayout_4->addWidget(uiPdfViewerLocation);
00686 
00687         uiPdfViewerBrowse = new QPushButton(printingSettings);
00688         uiPdfViewerBrowse->setObjectName(QString::fromUtf8("uiPdfViewerBrowse"));
00689         uiPdfViewerBrowse->setEnabled(false);
00690 
00691         horizontalLayout_4->addWidget(uiPdfViewerBrowse);
00692 
00693 
00694         verticalLayout_6->addLayout(horizontalLayout_4);
00695 
00696         uiPdfViewerDefault = new QCheckBox(printingSettings);
00697         uiPdfViewerDefault->setObjectName(QString::fromUtf8("uiPdfViewerDefault"));
00698         uiPdfViewerDefault->setChecked(true);
00699 
00700         verticalLayout_6->addWidget(uiPdfViewerDefault);
00701 
00702 
00703         verticalLayout_7->addLayout(verticalLayout_6);
00704 
00705         verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00706 
00707         verticalLayout_7->addItem(verticalSpacer_3);
00708 
00709         uiStackedWidget->addWidget(printingSettings);
00710 
00711         vboxLayout->addWidget(uiStackedWidget);
00712 
00713 
00714         hboxLayout->addLayout(vboxLayout);
00715 
00716 
00717         verticalLayout->addLayout(hboxLayout);
00718 
00719         uiButtonBox = new QDialogButtonBox(uiSettingsDialog);
00720         uiButtonBox->setObjectName(QString::fromUtf8("uiButtonBox"));
00721         uiButtonBox->setOrientation(Qt::Horizontal);
00722         uiButtonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
00723 
00724         verticalLayout->addWidget(uiButtonBox);
00725 
00726 
00727         retranslateUi(uiSettingsDialog);
00728         QObject::connect(uiButtonBox, SIGNAL(accepted()), uiSettingsDialog, SLOT(accept()));
00729         QObject::connect(uiButtonBox, SIGNAL(rejected()), uiSettingsDialog, SLOT(reject()));
00730 
00731         uiStackedWidget->setCurrentIndex(1);
00732 
00733 
00734         QMetaObject::connectSlotsByName(uiSettingsDialog);
00735     } // setupUi
00736 
00737     void retranslateUi(QDialog *uiSettingsDialog)
00738     {
00739         uiSettingsDialog->setWindowTitle(QApplication::translate("uiSettingsDialog", "Settings", 0, QApplication::UnicodeUTF8));
00740 
00741         const bool __sortingEnabled = uiSettingsList->isSortingEnabled();
00742         uiSettingsList->setSortingEnabled(false);
00743         QListWidgetItem *___qlistwidgetitem = uiSettingsList->item(0);
00744         ___qlistwidgetitem->setText(QApplication::translate("uiSettingsDialog", "Editor", 0, QApplication::UnicodeUTF8));
00745         QListWidgetItem *___qlistwidgetitem1 = uiSettingsList->item(1);
00746         ___qlistwidgetitem1->setText(QApplication::translate("uiSettingsDialog", "Appearance", 0, QApplication::UnicodeUTF8));
00747         QListWidgetItem *___qlistwidgetitem2 = uiSettingsList->item(2);
00748         ___qlistwidgetitem2->setText(QApplication::translate("uiSettingsDialog", "Load/Save", 0, QApplication::UnicodeUTF8));
00749         QListWidgetItem *___qlistwidgetitem3 = uiSettingsList->item(3);
00750         ___qlistwidgetitem3->setText(QApplication::translate("uiSettingsDialog", "Playback", 0, QApplication::UnicodeUTF8));
00751         QListWidgetItem *___qlistwidgetitem4 = uiSettingsList->item(4);
00752         ___qlistwidgetitem4->setText(QApplication::translate("uiSettingsDialog", "Printing", 0, QApplication::UnicodeUTF8));
00753         uiSettingsList->setSortingEnabled(__sortingEnabled);
00754 
00755         uiPageNameLabel->setText(QApplication::translate("uiSettingsDialog", "Current page name", 0, QApplication::UnicodeUTF8));
00756 #ifndef QT_NO_TOOLTIP
00757         uiFinaleLyricsCheckBox->setToolTip(QApplication::translate("uiSettingsDialog", "When making hyphen, immediately jump to the next syllable without hitting space bar key.", 0, QApplication::UnicodeUTF8));
00758 #endif // QT_NO_TOOLTIP
00759         uiFinaleLyricsCheckBox->setText(QApplication::translate("uiSettingsDialog", "Use Finale/Sibelius lyrics behaviour", 0, QApplication::UnicodeUTF8));
00760 #ifndef QT_NO_TOOLTIP
00761         uiShadowNotesInOtherStaffs->setToolTip(QApplication::translate("uiSettingsDialog", "When inserting notes, show the helper notes in all staffs, not only in the active one.", 0, QApplication::UnicodeUTF8));
00762 #endif // QT_NO_TOOLTIP
00763         uiShadowNotesInOtherStaffs->setText(QApplication::translate("uiSettingsDialog", "Show helper notes in other staffs", 0, QApplication::UnicodeUTF8));
00764 #ifndef QT_NO_TOOLTIP
00765         uiPlayInsertedNotes->setToolTip(QApplication::translate("uiSettingsDialog", "When inserting notes or changing existing notes pitch, play the new notes.", 0, QApplication::UnicodeUTF8));
00766 #endif // QT_NO_TOOLTIP
00767         uiPlayInsertedNotes->setText(QApplication::translate("uiSettingsDialog", "Play inserted notes", 0, QApplication::UnicodeUTF8));
00768 #ifndef QT_NO_TOOLTIP
00769         uiAutoBar->setToolTip(QApplication::translate("uiSettingsDialog", "When inserting notes and rests, place a barline automatically, if the last bar is full.", 0, QApplication::UnicodeUTF8));
00770 #endif // QT_NO_TOOLTIP
00771         uiAutoBar->setText(QApplication::translate("uiSettingsDialog", "Automatic bar placement", 0, QApplication::UnicodeUTF8));
00772 #ifndef QT_NO_TOOLTIP
00773         uiAntiAliasing->setToolTip(QApplication::translate("uiSettingsDialog", "Use anti-aliased fonts for drawing the score. Looks nicer, but slower.", 0, QApplication::UnicodeUTF8));
00774 #endif // QT_NO_TOOLTIP
00775         uiAntiAliasing->setText(QApplication::translate("uiSettingsDialog", "Use anti-aliased fonts", 0, QApplication::UnicodeUTF8));
00776 #ifndef QT_NO_TOOLTIP
00777         uiBackgroundLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the background is filled.", 0, QApplication::UnicodeUTF8));
00778 #endif // QT_NO_TOOLTIP
00779         uiBackgroundLabel->setText(QApplication::translate("uiSettingsDialog", "Background color", 0, QApplication::UnicodeUTF8));
00780         uiBackgroundColor->setText(QString());
00781 #ifndef QT_NO_TOOLTIP
00782         uiForegroundLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the music elements are painted.", 0, QApplication::UnicodeUTF8));
00783 #endif // QT_NO_TOOLTIP
00784         uiForegroundLabel->setText(QApplication::translate("uiSettingsDialog", "Foreground color", 0, QApplication::UnicodeUTF8));
00785         uiForegroundColor->setText(QString());
00786 #ifndef QT_NO_TOOLTIP
00787         uiSelectionLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the selected music elements are painted.", 0, QApplication::UnicodeUTF8));
00788 #endif // QT_NO_TOOLTIP
00789         uiSelectionLabel->setText(QApplication::translate("uiSettingsDialog", "Selected elements", 0, QApplication::UnicodeUTF8));
00790         uiSelectionColor->setText(QString());
00791 #ifndef QT_NO_TOOLTIP
00792         uiSelectedContextLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the current context is painted.", 0, QApplication::UnicodeUTF8));
00793 #endif // QT_NO_TOOLTIP
00794         uiSelectedContextLabel->setText(QApplication::translate("uiSettingsDialog", "Selected context", 0, QApplication::UnicodeUTF8));
00795         uiSelectedContextColor->setText(QString());
00796 #ifndef QT_NO_TOOLTIP
00797         uiSelectionAreaLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the selection area background is filled.", 0, QApplication::UnicodeUTF8));
00798 #endif // QT_NO_TOOLTIP
00799         uiSelectionAreaLabel->setText(QApplication::translate("uiSettingsDialog", "Selection area", 0, QApplication::UnicodeUTF8));
00800         uiSelectionAreaColor->setText(QString());
00801 #ifndef QT_NO_TOOLTIP
00802         uiHiddenElementsLabel->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the invisible elements are painted in current-voice-only mode.", 0, QApplication::UnicodeUTF8));
00803 #endif // QT_NO_TOOLTIP
00804         uiHiddenElementsLabel->setText(QApplication::translate("uiSettingsDialog", "Hidden elements", 0, QApplication::UnicodeUTF8));
00805         uiHiddenElementsColor->setText(QString());
00806 #ifndef QT_NO_TOOLTIP
00807         uiDisabledElements->setToolTip(QApplication::translate("uiSettingsDialog", "Color which the elements in non-selected voice are painted.", 0, QApplication::UnicodeUTF8));
00808 #endif // QT_NO_TOOLTIP
00809         uiDisabledElements->setText(QApplication::translate("uiSettingsDialog", "Disabled elements", 0, QApplication::UnicodeUTF8));
00810         uiDisabledElementsColor->setText(QString());
00811         uiPreviewLabel->setText(QApplication::translate("uiSettingsDialog", "Preview:", 0, QApplication::UnicodeUTF8));
00812         uiDocumentsDirectoryLabel->setText(QApplication::translate("uiSettingsDialog", "Default documents location:", 0, QApplication::UnicodeUTF8));
00813         uiDocumentsDirectoryBrowse->setText(QApplication::translate("uiSettingsDialog", "...", 0, QApplication::UnicodeUTF8));
00814         uiDefaultSaveLabel->setText(QApplication::translate("uiSettingsDialog", "Default file format for saving:", 0, QApplication::UnicodeUTF8));
00815         uiAutoRecoveryLabel->setText(QApplication::translate("uiSettingsDialog", "Recovery saving interval in minutes:", "Auto save every %n minutes.", QApplication::UnicodeUTF8));
00816 #ifndef QT_NO_TOOLTIP
00817         uiAutoRecoverySpinBox->setToolTip(QApplication::translate("uiSettingsDialog", "Automatically make recovery documents every specified number of ellapsed minutes. 0 to disable recovery saving.", 0, QApplication::UnicodeUTF8));
00818 #endif // QT_NO_TOOLTIP
00819         uiMidiInLabel->setText(QApplication::translate("uiSettingsDialog", "MIDI IN devices:", 0, QApplication::UnicodeUTF8));
00820         uiMidiOutLabel->setText(QApplication::translate("uiSettingsDialog", "MIDI OUT devices:", 0, QApplication::UnicodeUTF8));
00821         uiTypesetterLabel->setText(QApplication::translate("uiSettingsDialog", "Default typesetter:", 0, QApplication::UnicodeUTF8));
00822         uiTypesetter->setItemText(0, QApplication::translate("uiSettingsDialog", "LilyPond", 0, QApplication::UnicodeUTF8));
00823 
00824         uiTypesetterLocationLabel->setText(QApplication::translate("uiSettingsDialog", "Typesetter location:", 0, QApplication::UnicodeUTF8));
00825         uiTypesetterBrowse->setText(QApplication::translate("uiSettingsDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00826         uiTypesetterDefault->setText(QApplication::translate("uiSettingsDialog", "Use system default", 0, QApplication::UnicodeUTF8));
00827         uiPdfViewerLocationLabel->setText(QApplication::translate("uiSettingsDialog", "PDF viewer location:", 0, QApplication::UnicodeUTF8));
00828         uiPdfViewerBrowse->setText(QApplication::translate("uiSettingsDialog", "Browse...", 0, QApplication::UnicodeUTF8));
00829         uiPdfViewerDefault->setText(QApplication::translate("uiSettingsDialog", "Use system default", 0, QApplication::UnicodeUTF8));
00830     } // retranslateUi
00831 
00832 };
00833 
00834 namespace Ui {
00835     class uiSettingsDialog: public Ui_uiSettingsDialog {};
00836 } // namespace Ui
00837 
00838 QT_END_NAMESPACE
00839 
00840 #endif // UI_SETTINGSDIALOG_H