9 #ifndef UI_GENERALSETTINGSWIDGET_H 10 #define UI_GENERALSETTINGSWIDGET_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QApplication> 14 #include <QtWidgets/QCheckBox> 15 #include <QtWidgets/QFormLayout> 16 #include <QtWidgets/QFrame> 17 #include <QtWidgets/QLabel> 18 #include <QtWidgets/QPushButton> 19 #include <QtWidgets/QSpacerItem> 20 #include <QtWidgets/QVBoxLayout> 21 #include <QtWidgets/QWidget> 52 void setupUi(QWidget *GeneralSettingsWidget)
54 if (GeneralSettingsWidget->objectName().isEmpty())
55 GeneralSettingsWidget->setObjectName(QString::fromUtf8(
"GeneralSettingsWidget"));
56 GeneralSettingsWidget->resize(431, 206);
59 verticalLayout->setObjectName(QString::fromUtf8(
"verticalLayout"));
60 widget =
new QWidget(GeneralSettingsWidget);
61 widget->setObjectName(QString::fromUtf8(
"widget"));
63 formLayout->setObjectName(QString::fromUtf8(
"formLayout"));
66 updateLabel->setObjectName(QString::fromUtf8(
"updateLabel"));
79 QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
80 sizePolicy.setHorizontalStretch(0);
81 sizePolicy.setVerticalStretch(0);
82 sizePolicy.setHeightForWidth(
updateCheckButton->sizePolicy().hasHeightForWidth());
88 line1->setObjectName(QString::fromUtf8(
"line1"));
89 line1->setFrameShape(QFrame::HLine);
90 line1->setFrameShadow(QFrame::Sunken);
95 historyLabel->setObjectName(QString::fromUtf8(
"historyLabel"));
106 line2->setObjectName(QString::fromUtf8(
"line2"));
107 line2->setFrameShape(QFrame::HLine);
108 line2->setFrameShadow(QFrame::Sunken);
113 autostartLabel->setObjectName(QString::fromUtf8(
"autostartLabel"));
128 line->setObjectName(QString::fromUtf8(
"line"));
129 line->setFrameShape(QFrame::HLine);
130 line->setFrameShadow(QFrame::Sunken);
146 line3->setObjectName(QString::fromUtf8(
"line3"));
147 line3->setFrameShape(QFrame::HLine);
148 line3->setFrameShadow(QFrame::Sunken);
164 line4->setObjectName(QString::fromUtf8(
"line4"));
165 line4->setFrameShape(QFrame::HLine);
166 line4->setFrameShadow(QFrame::Sunken);
171 switchToBetaUi->setObjectName(QString::fromUtf8(
"switchToBetaUi"));
191 verticalSpacer =
new QSpacerItem(20, 2, QSizePolicy::Minimum, QSizePolicy::Expanding);
195 #ifndef QT_NO_SHORTCUT 198 #endif // QT_NO_SHORTCUT 202 QMetaObject::connectSlotsByName(GeneralSettingsWidget);
207 updateLabel->setText(QApplication::translate(
"GeneralSettingsWidget",
"Software update:",
nullptr));
208 #ifndef QT_NO_ACCESSIBILITY 209 regularlyUpdateCheckBox->setAccessibleName(QApplication::translate(
"GeneralSettingsWidget",
"check software update on program start",
nullptr));
210 #endif // QT_NO_ACCESSIBILITY 211 regularlyUpdateCheckBox->setText(QApplication::translate(
"GeneralSettingsWidget",
"check on program start",
nullptr));
212 updateCheckButton->setText(QApplication::translate(
"GeneralSettingsWidget",
"search for updates",
nullptr));
213 historyLabel->setText(QApplication::translate(
"GeneralSettingsWidget",
"History:",
nullptr));
214 #ifndef QT_NO_ACCESSIBILITY 215 saveHistoryCheckBox->setAccessibleName(QApplication::translate(
"GeneralSettingsWidget",
"save history",
nullptr));
216 #endif // QT_NO_ACCESSIBILITY 217 saveHistoryCheckBox->setText(QApplication::translate(
"GeneralSettingsWidget",
"save",
nullptr));
218 autostartLabel->setText(QApplication::translate(
"GeneralSettingsWidget",
"Start AusweisApp2 automatically:",
nullptr));
219 #ifndef QT_NO_ACCESSIBILITY 220 autostartCheckBox->setAccessibleName(QApplication::translate(
"GeneralSettingsWidget",
"Start AusweisApp2 automatically on system startup",
nullptr));
221 #endif // QT_NO_ACCESSIBILITY 222 autostartCheckBox->setText(QApplication::translate(
"GeneralSettingsWidget",
"on system start",
nullptr));
223 closeWindowLabel->setText(QApplication::translate(
"GeneralSettingsWidget",
"Close AusweisApp2 window automatically:",
nullptr));
224 #ifndef QT_NO_ACCESSIBILITY 225 closeWindowCheckBox->setAccessibleName(QApplication::translate(
"GeneralSettingsWidget",
"Close AusweisApp2 window automatically after successful identification",
nullptr));
226 #endif // QT_NO_ACCESSIBILITY 227 closeWindowCheckBox->setText(QApplication::translate(
"GeneralSettingsWidget",
"after successful identification",
nullptr));
228 keylessPasswordLabel->setText(QApplication::translate(
"GeneralSettingsWidget",
"On screen password:",
nullptr));
229 #ifndef QT_NO_ACCESSIBILITY 230 keylessPasswordCheckBox->setAccessibleName(QApplication::translate(
"GeneralSettingsWidget",
"use on screen password",
nullptr));
231 #endif // QT_NO_ACCESSIBILITY 233 switchToBetaUi->setText(QApplication::translate(
"GeneralSettingsWidget",
"Try out the new beta UI:",
nullptr));
234 switchToBetaUiButton->setText(QApplication::translate(
"GeneralSettingsWidget",
"Switch UI",
nullptr));
235 Q_UNUSED(GeneralSettingsWidget);
246 #endif // UI_GENERALSETTINGSWIDGET_H
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192