Bits and Droids connector
Connect your microcontroller to handle MFS2020 commands.
Loading...
Searching...
No Matches
ui_eventwindow.h
Go to the documentation of this file.
1/********************************************************************************
2** Form generated from reading UI file 'eventwindow.ui'
3**
4** Created by: Qt User Interface Compiler version 6.2.0
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_EVENTWINDOW_H
10#define UI_EVENTWINDOW_H
11
12#include <QtCore/QVariant>
13#include <QtWidgets/QApplication>
14#include <QtWidgets/QWidget>
15
16QT_BEGIN_NAMESPACE
17
19{
20public:
21
22 void setupUi(QWidget *EventWindow)
23 {
24 if (EventWindow->objectName().isEmpty())
25 EventWindow->setObjectName(QString::fromUtf8("EventWindow"));
26 EventWindow->resize(640, 480);
27
29
30 QMetaObject::connectSlotsByName(EventWindow);
31 } // setupUi
32
34 {
35 EventWindow->setWindowTitle(QCoreApplication::translate("EventWindow", "Form", nullptr));
36 } // retranslateUi
37
38};
39
40namespace Ui {
41 class EventWindow: public Ui_EventWindow {};
42} // namespace Ui
43
44QT_END_NAMESPACE
45
46#endif // UI_EVENTWINDOW_H
Definition: eventwindow.h:14
Definition: ui_eventwindow.h:41
Definition: ui_eventwindow.h:19
void setupUi(QWidget *EventWindow)
Definition: ui_eventwindow.h:22
void retranslateUi(QWidget *EventWindow)
Definition: ui_eventwindow.h:33
Definition: outputmenu.h:18