YULTek/Otarcik_CAN/ui_LoggingSettingsPage.h

56 lines
1.7 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'LoggingSettingsPage.ui'
**
** Created by: Qt User Interface Compiler version 5.14.2
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_LOGGINGSETTINGSPAGE_H
#define UI_LOGGINGSETTINGSPAGE_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QLabel>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_CLoggingSettingsPage
{
public:
QLabel *label;
void setupUi(QWidget *CLoggingSettingsPage)
{
if (CLoggingSettingsPage->objectName().isEmpty())
CLoggingSettingsPage->setObjectName(QString::fromUtf8("CLoggingSettingsPage"));
CLoggingSettingsPage->resize(1142, 460);
label = new QLabel(CLoggingSettingsPage);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(500, 20, 191, 16));
QFont font;
font.setPointSize(10);
label->setFont(font);
retranslateUi(CLoggingSettingsPage);
QMetaObject::connectSlotsByName(CLoggingSettingsPage);
} // setupUi
void retranslateUi(QWidget *CLoggingSettingsPage)
{
CLoggingSettingsPage->setWindowTitle(QCoreApplication::translate("CLoggingSettingsPage", "Form", nullptr));
label->setText(QCoreApplication::translate("CLoggingSettingsPage", "Cloud Settings", nullptr));
} // retranslateUi
};
namespace Ui {
class CLoggingSettingsPage: public Ui_CLoggingSettingsPage {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_LOGGINGSETTINGSPAGE_H