Sayonara Player
ui_GUI_Spectrum.h
1/********************************************************************************
2** Form generated from reading UI file 'GUI_Spectrum.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GUI_SPECTRUM_H
10#define UI_GUI_SPECTRUM_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QGridLayout>
15#include <QtWidgets/QLabel>
16#include <QtWidgets/QWidget>
17
18QT_BEGIN_NAMESPACE
19
21{
22public:
23 QGridLayout *gridLayout;
24 QLabel *lab;
25
26 void setupUi(QWidget *GUI_Spectrum)
27 {
28 if (GUI_Spectrum->objectName().isEmpty())
29 GUI_Spectrum->setObjectName(QString::fromUtf8("GUI_Spectrum"));
30 GUI_Spectrum->resize(287, 150);
31 GUI_Spectrum->setMinimumSize(QSize(0, 150));
32 gridLayout = new QGridLayout(GUI_Spectrum);
33 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
34 gridLayout->setContentsMargins(0, 0, 0, 0);
35 lab = new QLabel(GUI_Spectrum);
36 lab->setObjectName(QString::fromUtf8("lab"));
37 lab->setStyleSheet(QString::fromUtf8(""));
38
39 gridLayout->addWidget(lab, 0, 0, 1, 1);
40
41
42 retranslateUi(GUI_Spectrum);
43
44 QMetaObject::connectSlotsByName(GUI_Spectrum);
45 } // setupUi
46
47 void retranslateUi(QWidget *GUI_Spectrum)
48 {
49 lab->setText(QString());
50 (void)GUI_Spectrum;
51 } // retranslateUi
52
53};
54
55namespace Ui {
56 class GUI_Spectrum: public Ui_GUI_Spectrum {};
57} // namespace Ui
58
59QT_END_NAMESPACE
60
61#endif // UI_GUI_SPECTRUM_H
Definition: GUI_Spectrum.h:37
Definition: ui_GUI_Spectrum.h:56
Definition: ui_GUI_Spectrum.h:21