-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathui_hintwindow.h
54 lines (42 loc) · 1.49 KB
/
ui_hintwindow.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
51
52
53
54
/********************************************************************************
** Form generated from reading UI file 'hintwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.11.3
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_HINTWINDOW_H
#define UI_HINTWINDOW_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QLabel>
QT_BEGIN_NAMESPACE
class Ui_hintWindow
{
public:
QLabel *label;
void setupUi(QDialog *hintWindow)
{
if (hintWindow->objectName().isEmpty())
hintWindow->setObjectName(QStringLiteral("hintWindow"));
hintWindow->resize(600, 500);
label = new QLabel(hintWindow);
label->setObjectName(QStringLiteral("label"));
label->setGeometry(QRect(10, 20, 581, 451));
label->setPixmap(QPixmap(QString::fromUtf8(":/drum/assets/Parts-of-a-drum-set.png")));
label->setScaledContents(true);
retranslateUi(hintWindow);
QMetaObject::connectSlotsByName(hintWindow);
} // setupUi
void retranslateUi(QDialog *hintWindow)
{
hintWindow->setWindowTitle(QApplication::translate("hintWindow", "Drum Hint", nullptr));
label->setText(QString());
} // retranslateUi
};
namespace Ui {
class hintWindow: public Ui_hintWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_HINTWINDOW_H