ui_pqSavePresetOptions.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqSavePresetOptions.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQSAVEPRESETOPTIONS_H
10 #define UI_PQSAVEPRESETOPTIONS_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QDialog>
16 #include <QtWidgets/QDialogButtonBox>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QLineEdit>
20 #include <QtWidgets/QSpacerItem>
21 #include <QtWidgets/QVBoxLayout>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QCheckBox *saveColors;
30  QCheckBox *saveOpacities;
31  QCheckBox *saveAnnotations;
32  QHBoxLayout *horizontalLayout;
33  QLabel *label;
34  QLineEdit *presetName;
35  QSpacerItem *verticalSpacer;
36  QDialogButtonBox *buttonBox;
37 
38  void setupUi(QDialog *SavePresetOptions)
39  {
40  if (SavePresetOptions->objectName().isEmpty())
41  SavePresetOptions->setObjectName(QString::fromUtf8("SavePresetOptions"));
42  SavePresetOptions->resize(241, 198);
43  verticalLayout = new QVBoxLayout(SavePresetOptions);
44  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
45  saveColors = new QCheckBox(SavePresetOptions);
46  saveColors->setObjectName(QString::fromUtf8("saveColors"));
47 
48  verticalLayout->addWidget(saveColors);
49 
50  saveOpacities = new QCheckBox(SavePresetOptions);
51  saveOpacities->setObjectName(QString::fromUtf8("saveOpacities"));
52 
53  verticalLayout->addWidget(saveOpacities);
54 
55  saveAnnotations = new QCheckBox(SavePresetOptions);
56  saveAnnotations->setObjectName(QString::fromUtf8("saveAnnotations"));
57 
58  verticalLayout->addWidget(saveAnnotations);
59 
60  horizontalLayout = new QHBoxLayout();
61  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
62  label = new QLabel(SavePresetOptions);
63  label->setObjectName(QString::fromUtf8("label"));
64 
65  horizontalLayout->addWidget(label);
66 
67  presetName = new QLineEdit(SavePresetOptions);
68  presetName->setObjectName(QString::fromUtf8("presetName"));
69 
70  horizontalLayout->addWidget(presetName);
71 
72 
73  verticalLayout->addLayout(horizontalLayout);
74 
75  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
76 
77  verticalLayout->addItem(verticalSpacer);
78 
79  buttonBox = new QDialogButtonBox(SavePresetOptions);
80  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
81  buttonBox->setOrientation(Qt::Horizontal);
82  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
83 
84  verticalLayout->addWidget(buttonBox);
85 
86 
87  retranslateUi(SavePresetOptions);
88  QObject::connect(buttonBox, SIGNAL(accepted()), SavePresetOptions, SLOT(accept()));
89  QObject::connect(buttonBox, SIGNAL(rejected()), SavePresetOptions, SLOT(reject()));
90 
91  QMetaObject::connectSlotsByName(SavePresetOptions);
92  } // setupUi
93 
94  void retranslateUi(QDialog *SavePresetOptions)
95  {
96  SavePresetOptions->setWindowTitle(QCoreApplication::translate("SavePresetOptions", "Save Preset Options", nullptr));
97 #if QT_CONFIG(tooltip)
98  saveColors->setToolTip(QCoreApplication::translate("SavePresetOptions", "<html><head/><body><p>Check to save colors to the preset.</p></body></html>", nullptr));
99 #endif // QT_CONFIG(tooltip)
100  saveColors->setText(QCoreApplication::translate("SavePresetOptions", "Save colors", nullptr));
101 #if QT_CONFIG(tooltip)
102  saveOpacities->setToolTip(QCoreApplication::translate("SavePresetOptions", "<html><head/><body><p>Check to save opacities to the preset.</p></body></html>", nullptr));
103 #endif // QT_CONFIG(tooltip)
104  saveOpacities->setText(QCoreApplication::translate("SavePresetOptions", "Save opacities", nullptr));
105 #if QT_CONFIG(tooltip)
106  saveAnnotations->setToolTip(QCoreApplication::translate("SavePresetOptions", "<html><head/><body><p>Check to save annotations to the preset.</p></body></html>", nullptr));
107 #endif // QT_CONFIG(tooltip)
108  saveAnnotations->setText(QCoreApplication::translate("SavePresetOptions", "Save annotations", nullptr));
109  label->setText(QCoreApplication::translate("SavePresetOptions", "Preset name", nullptr));
110 #if QT_CONFIG(tooltip)
111  presetName->setToolTip(QCoreApplication::translate("SavePresetOptions", "<html><head/><body><p>Set a name to the preset.</p></body></html>", nullptr));
112 #endif // QT_CONFIG(tooltip)
113  presetName->setText(QCoreApplication::translate("SavePresetOptions", "Preset", nullptr));
114  } // retranslateUi
115 
116 };
117 
118 namespace Ui {
120 } // namespace Ui
121 
122 QT_END_NAMESPACE
123 
124 #endif // UI_PQSAVEPRESETOPTIONS_H
QDialogButtonBox * buttonBox
void retranslateUi(QDialog *SavePresetOptions)
void setupUi(QDialog *SavePresetOptions)