LinkManager Lab 3
Завантаження...
Пошук...
Нічого не знайдено
ui_qrdialog.h
Див. документацію.
1/********************************************************************************
2** Form generated from reading UI file 'qrdialog.ui'
3**
4** Created by: Qt User Interface Compiler version 6.10.0
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_QRDIALOG_H
10#define UI_QRDIALOG_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QDialog>
15#include <QtWidgets/QLabel>
16#include <QtWidgets/QVBoxLayout>
17
18QT_BEGIN_NAMESPACE
19
21{
22public:
23 QVBoxLayout *verticalLayout;
24 QLabel *qrLabel;
25
26 void setupUi(QDialog *QRDialog)
27 {
28 if (QRDialog->objectName().isEmpty())
29 QRDialog->setObjectName("QRDialog");
30 QRDialog->resize(581, 439);
31 verticalLayout = new QVBoxLayout(QRDialog);
32 verticalLayout->setObjectName("verticalLayout");
33 qrLabel = new QLabel(QRDialog);
34 qrLabel->setObjectName("qrLabel");
35 qrLabel->setScaledContents(true);
36 qrLabel->setAlignment(Qt::AlignmentFlag::AlignCenter);
37
38 verticalLayout->addWidget(qrLabel);
39
40
42
43 QMetaObject::connectSlotsByName(QRDialog);
44 } // setupUi
45
46 void retranslateUi(QDialog *QRDialog)
47 {
48 QRDialog->setWindowTitle(QCoreApplication::translate("QRDialog", "Dialog", nullptr));
49 qrLabel->setText(QString());
50 } // retranslateUi
51
52};
53
54namespace Ui {
55 class QRDialog: public Ui_QRDialog {};
56} // namespace Ui
57
58QT_END_NAMESPACE
59
60#endif // UI_QRDIALOG_H
Діалогове вікно для генерації та показу QR-коду.
Definition qrdialog.h:24
Definition ui_qrdialog.h:55
Definition ui_qrdialog.h:21
void setupUi(QDialog *QRDialog)
Definition ui_qrdialog.h:26
QLabel * qrLabel
Definition ui_qrdialog.h:24
void retranslateUi(QDialog *QRDialog)
Definition ui_qrdialog.h:46
QVBoxLayout * verticalLayout
Definition ui_qrdialog.h:23
Definition addlinkdialog.h:7