AusweisApp2
ui_RandomPinDialog.h
gehe zur Dokumentation dieser Datei
1 /********************************************************************************
2 ** Form generated from reading UI file 'RandomPinDialog.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.12.5
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_RANDOMPINDIALOG_H
10 #define UI_RANDOMPINDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QButtonGroup>
15 #include <QtWidgets/QDialog>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QLineEdit>
18 #include <QtWidgets/QSpacerItem>
19 #include <QtWidgets/QToolButton>
20 #include <QtWidgets/QVBoxLayout>
21 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout_2;
29  QWidget *buttonWidget;
30  QGridLayout *gridLayout_4;
31  QGridLayout *buttonLayout;
32  QToolButton *clrButton;
33  QSpacerItem *verticalSpacer;
34  QToolButton *button_pos_8;
35  QToolButton *button_pos_4;
36  QToolButton *button_pos_0;
37  QToolButton *button_pos_2;
38  QToolButton *button_pos_3;
39  QToolButton *okButton;
40  QToolButton *button_pos_1;
41  QToolButton *button_pos_7;
42  QToolButton *cnlButton;
43  QToolButton *button_pos_6;
44  QToolButton *button_pos_5;
45  QToolButton *button_pos_9;
46  QLineEdit *pin;
47  QButtonGroup *pinButtons;
48 
49  void setupUi(QDialog *RandomPinDialog)
50  {
51  if (RandomPinDialog->objectName().isEmpty())
52  RandomPinDialog->setObjectName(QString::fromUtf8("RandomPinDialog"));
53  RandomPinDialog->resize(293, 181);
54  verticalLayout_2 = new QVBoxLayout(RandomPinDialog);
55  verticalLayout_2->setSpacing(6);
56  verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
57  verticalLayout_2->setContentsMargins(0, -1, 0, -1);
58  buttonWidget = new QWidget(RandomPinDialog);
59  buttonWidget->setObjectName(QString::fromUtf8("buttonWidget"));
60  gridLayout_4 = new QGridLayout(buttonWidget);
61  gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
62  gridLayout_4->setContentsMargins(0, 0, 0, 0);
63  buttonLayout = new QGridLayout();
64  buttonLayout->setObjectName(QString::fromUtf8("buttonLayout"));
65  clrButton = new QToolButton(buttonWidget);
66  clrButton->setObjectName(QString::fromUtf8("clrButton"));
67  clrButton->setAutoRaise(true);
68 
69  buttonLayout->addWidget(clrButton, 0, 2, 1, 1);
70 
71  verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
72 
73  buttonLayout->addItem(verticalSpacer, 6, 1, 1, 1);
74 
75  button_pos_8 = new QToolButton(buttonWidget);
76  pinButtons = new QButtonGroup(RandomPinDialog);
77  pinButtons->setObjectName(QString::fromUtf8("pinButtons"));
78  pinButtons->setExclusive(false);
79  pinButtons->addButton(button_pos_8);
80  button_pos_8->setObjectName(QString::fromUtf8("button_pos_8"));
81 #ifndef QT_NO_ACCESSIBILITY
82  button_pos_8->setAccessibleName(QString::fromUtf8("*"));
83 #endif // QT_NO_ACCESSIBILITY
84  button_pos_8->setAutoRaise(true);
85 
86  buttonLayout->addWidget(button_pos_8, 4, 1, 1, 1);
87 
88  button_pos_4 = new QToolButton(buttonWidget);
89  pinButtons->addButton(button_pos_4);
90  button_pos_4->setObjectName(QString::fromUtf8("button_pos_4"));
91 #ifndef QT_NO_ACCESSIBILITY
92  button_pos_4->setAccessibleName(QString::fromUtf8("*"));
93 #endif // QT_NO_ACCESSIBILITY
94  button_pos_4->setAutoRaise(true);
95 
96  buttonLayout->addWidget(button_pos_4, 3, 0, 1, 1);
97 
98  button_pos_0 = new QToolButton(buttonWidget);
99  pinButtons->addButton(button_pos_0);
100  button_pos_0->setObjectName(QString::fromUtf8("button_pos_0"));
101 #ifndef QT_NO_ACCESSIBILITY
102  button_pos_0->setAccessibleName(QString::fromUtf8("*"));
103 #endif // QT_NO_ACCESSIBILITY
104  button_pos_0->setAutoRaise(true);
105 
106  buttonLayout->addWidget(button_pos_0, 5, 1, 1, 1);
107 
108  button_pos_2 = new QToolButton(buttonWidget);
109  pinButtons->addButton(button_pos_2);
110  button_pos_2->setObjectName(QString::fromUtf8("button_pos_2"));
111 #ifndef QT_NO_ACCESSIBILITY
112  button_pos_2->setAccessibleName(QString::fromUtf8("*"));
113 #endif // QT_NO_ACCESSIBILITY
114  button_pos_2->setAutoRaise(true);
115 
116  buttonLayout->addWidget(button_pos_2, 2, 1, 1, 1);
117 
118  button_pos_3 = new QToolButton(buttonWidget);
119  pinButtons->addButton(button_pos_3);
120  button_pos_3->setObjectName(QString::fromUtf8("button_pos_3"));
121 #ifndef QT_NO_ACCESSIBILITY
122  button_pos_3->setAccessibleName(QString::fromUtf8("*"));
123 #endif // QT_NO_ACCESSIBILITY
124  button_pos_3->setAutoRaise(true);
125 
126  buttonLayout->addWidget(button_pos_3, 2, 2, 1, 1);
127 
128  okButton = new QToolButton(buttonWidget);
129  okButton->setObjectName(QString::fromUtf8("okButton"));
130  okButton->setAutoRaise(true);
131 
132  buttonLayout->addWidget(okButton, 5, 2, 1, 1);
133 
134  button_pos_1 = new QToolButton(buttonWidget);
135  pinButtons->addButton(button_pos_1);
136  button_pos_1->setObjectName(QString::fromUtf8("button_pos_1"));
137 #ifndef QT_NO_ACCESSIBILITY
138  button_pos_1->setAccessibleName(QString::fromUtf8("*"));
139 #endif // QT_NO_ACCESSIBILITY
140  button_pos_1->setAutoRaise(true);
141 
142  buttonLayout->addWidget(button_pos_1, 2, 0, 1, 1);
143 
144  button_pos_7 = new QToolButton(buttonWidget);
145  pinButtons->addButton(button_pos_7);
146  button_pos_7->setObjectName(QString::fromUtf8("button_pos_7"));
147 #ifndef QT_NO_ACCESSIBILITY
148  button_pos_7->setAccessibleName(QString::fromUtf8("*"));
149 #endif // QT_NO_ACCESSIBILITY
150  button_pos_7->setAutoRaise(true);
151 
152  buttonLayout->addWidget(button_pos_7, 4, 0, 1, 1);
153 
154  cnlButton = new QToolButton(buttonWidget);
155  cnlButton->setObjectName(QString::fromUtf8("cnlButton"));
156  cnlButton->setAutoRaise(true);
157 
158  buttonLayout->addWidget(cnlButton, 5, 0, 1, 1);
159 
160  button_pos_6 = new QToolButton(buttonWidget);
161  pinButtons->addButton(button_pos_6);
162  button_pos_6->setObjectName(QString::fromUtf8("button_pos_6"));
163 #ifndef QT_NO_ACCESSIBILITY
164  button_pos_6->setAccessibleName(QString::fromUtf8("*"));
165 #endif // QT_NO_ACCESSIBILITY
166  button_pos_6->setAutoRaise(true);
167 
168  buttonLayout->addWidget(button_pos_6, 3, 2, 1, 1);
169 
170  button_pos_5 = new QToolButton(buttonWidget);
171  pinButtons->addButton(button_pos_5);
172  button_pos_5->setObjectName(QString::fromUtf8("button_pos_5"));
173 #ifndef QT_NO_ACCESSIBILITY
174  button_pos_5->setAccessibleName(QString::fromUtf8("*"));
175 #endif // QT_NO_ACCESSIBILITY
176  button_pos_5->setAutoRaise(true);
177 
178  buttonLayout->addWidget(button_pos_5, 3, 1, 1, 1);
179 
180  button_pos_9 = new QToolButton(buttonWidget);
181  pinButtons->addButton(button_pos_9);
182  button_pos_9->setObjectName(QString::fromUtf8("button_pos_9"));
183 #ifndef QT_NO_ACCESSIBILITY
184  button_pos_9->setAccessibleName(QString::fromUtf8("*"));
185 #endif // QT_NO_ACCESSIBILITY
186  button_pos_9->setAutoRaise(true);
187 
188  buttonLayout->addWidget(button_pos_9, 4, 2, 1, 1);
189 
190  pin = new QLineEdit(buttonWidget);
191  pin->setObjectName(QString::fromUtf8("pin"));
192  pin->setMaxLength(6);
193  pin->setEchoMode(QLineEdit::Password);
194  pin->setReadOnly(true);
195 
196  buttonLayout->addWidget(pin, 0, 0, 1, 2);
197 
198 
199  gridLayout_4->addLayout(buttonLayout, 0, 0, 1, 1);
200 
201 
202  verticalLayout_2->addWidget(buttonWidget);
203 
204  QWidget::setTabOrder(button_pos_1, button_pos_2);
205  QWidget::setTabOrder(button_pos_2, button_pos_3);
206  QWidget::setTabOrder(button_pos_3, button_pos_4);
207  QWidget::setTabOrder(button_pos_4, button_pos_5);
208  QWidget::setTabOrder(button_pos_5, button_pos_6);
209  QWidget::setTabOrder(button_pos_6, button_pos_7);
210  QWidget::setTabOrder(button_pos_7, button_pos_8);
211  QWidget::setTabOrder(button_pos_8, button_pos_9);
212  QWidget::setTabOrder(button_pos_9, button_pos_0);
213  QWidget::setTabOrder(button_pos_0, okButton);
214  QWidget::setTabOrder(okButton, clrButton);
215  QWidget::setTabOrder(clrButton, cnlButton);
216  QWidget::setTabOrder(cnlButton, pin);
217 
218  retranslateUi(RandomPinDialog);
219 
220  QMetaObject::connectSlotsByName(RandomPinDialog);
221  } // setupUi
222 
223  void retranslateUi(QDialog *RandomPinDialog)
224  {
225  RandomPinDialog->setWindowTitle(QApplication::translate("RandomPinDialog", "Screen keyboard", nullptr));
226 #ifndef QT_NO_ACCESSIBILITY
227  clrButton->setAccessibleName(QApplication::translate("RandomPinDialog", "Clear", nullptr));
228 #endif // QT_NO_ACCESSIBILITY
229  clrButton->setText(QString());
230  button_pos_8->setText(QString());
231  button_pos_4->setText(QString());
232  button_pos_0->setText(QString());
233  button_pos_2->setText(QString());
234  button_pos_3->setText(QString());
235 #ifndef QT_NO_ACCESSIBILITY
236  okButton->setAccessibleName(QApplication::translate("RandomPinDialog", "OK", nullptr));
237 #endif // QT_NO_ACCESSIBILITY
238  okButton->setText(QString());
239  button_pos_1->setText(QString());
240  button_pos_7->setText(QString());
241 #ifndef QT_NO_ACCESSIBILITY
242  cnlButton->setAccessibleName(QApplication::translate("RandomPinDialog", "Cancel", nullptr));
243 #endif // QT_NO_ACCESSIBILITY
244  cnlButton->setText(QString());
245  button_pos_6->setText(QString());
246  button_pos_5->setText(QString());
247  button_pos_9->setText(QString());
248 #ifndef QT_NO_ACCESSIBILITY
249  pin->setAccessibleName(QApplication::translate("RandomPinDialog", "PIN field", nullptr));
250 #endif // QT_NO_ACCESSIBILITY
251  } // retranslateUi
252 
253 };
254 
255 namespace Ui {
257 } // namespace Ui
258 
259 QT_END_NAMESPACE
260 
261 #endif // UI_RANDOMPINDIALOG_H
Definition: ui_RandomPinDialog.h:25
Dialog to display information about the application.
Definition: ui_AboutDialog.h:192
QToolButton * button_pos_9
Definition: ui_RandomPinDialog.h:45
QToolButton * button_pos_4
Definition: ui_RandomPinDialog.h:35
QWidget * buttonWidget
Definition: ui_RandomPinDialog.h:29
QToolButton * button_pos_1
Definition: ui_RandomPinDialog.h:40
QGridLayout * buttonLayout
Definition: ui_RandomPinDialog.h:31
QToolButton * okButton
Definition: ui_RandomPinDialog.h:39
QToolButton * button_pos_3
Definition: ui_RandomPinDialog.h:38
QToolButton * button_pos_5
Definition: ui_RandomPinDialog.h:44
QToolButton * button_pos_7
Definition: ui_RandomPinDialog.h:41
QGridLayout * gridLayout_4
Definition: ui_RandomPinDialog.h:30
QButtonGroup * pinButtons
Definition: ui_RandomPinDialog.h:47
QToolButton * button_pos_6
Definition: ui_RandomPinDialog.h:43
QToolButton * cnlButton
Definition: ui_RandomPinDialog.h:42
QToolButton * clrButton
Definition: ui_RandomPinDialog.h:32
void retranslateUi(QDialog *RandomPinDialog)
Definition: ui_RandomPinDialog.h:223
QToolButton * button_pos_8
Definition: ui_RandomPinDialog.h:34
QToolButton * button_pos_0
Definition: ui_RandomPinDialog.h:36
void setupUi(QDialog *RandomPinDialog)
Definition: ui_RandomPinDialog.h:49
Definition: ui_RandomPinDialog.h:256
QVBoxLayout * verticalLayout_2
Definition: ui_RandomPinDialog.h:28
QLineEdit * pin
Definition: ui_RandomPinDialog.h:46
QToolButton * button_pos_2
Definition: ui_RandomPinDialog.h:37
QSpacerItem * verticalSpacer
Definition: ui_RandomPinDialog.h:33