-
Notifications
You must be signed in to change notification settings - Fork 1
/
ui_MapForm.h
50 lines (38 loc) · 1.26 KB
/
ui_MapForm.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/********************************************************************************
** Form generated from reading UI file 'MapForm.ui'
**
** Created by: Qt User Interface Compiler version 5.12.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_MAPFORM_H
#define UI_MAPFORM_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_MapForm
{
public:
QGridLayout *gridLayout;
void setupUi(QWidget *MapForm)
{
if (MapForm->objectName().isEmpty())
MapForm->setObjectName(QString::fromUtf8("MapForm"));
MapForm->resize(400, 300);
gridLayout = new QGridLayout(MapForm);
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
retranslateUi(MapForm);
QMetaObject::connectSlotsByName(MapForm);
} // setupUi
void retranslateUi(QWidget *MapForm)
{
MapForm->setWindowTitle(QApplication::translate("MapForm", "Form", nullptr));
} // retranslateUi
};
namespace Ui {
class MapForm: public Ui_MapForm {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_MAPFORM_H