2016-03-09 09:22:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'enumnostdset.ui'
|
|
|
|
**
|
|
|
|
** Created by: Qt User Interface Compiler version 5.6.1
|
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
|
********************************************************************************/
|
|
|
|
|
|
|
|
#ifndef ENUMNOSTDSET_H
|
|
|
|
#define ENUMNOSTDSET_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QWidget>
|
|
|
|
#include "worldtimeclock.h"
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_Form
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
WorldTimeClock *worldTimeClock;
|
|
|
|
|
|
|
|
void setupUi(QWidget *Form)
|
|
|
|
{
|
|
|
|
if (Form->objectName().isEmpty())
|
2018-07-13 09:02:14 +00:00
|
|
|
Form->setObjectName(QString::fromUtf8("Form"));
|
2016-03-09 09:22:43 +00:00
|
|
|
Form->resize(400, 300);
|
|
|
|
worldTimeClock = new WorldTimeClock(Form);
|
2018-07-13 09:02:14 +00:00
|
|
|
worldTimeClock->setObjectName(QString::fromUtf8("worldTimeClock"));
|
2016-03-09 09:22:43 +00:00
|
|
|
worldTimeClock->setGeometry(QRect(100, 100, 100, 100));
|
|
|
|
worldTimeClock->setProperty("penStyle", QVariant::fromValue(Qt::DashDotLine));
|
|
|
|
|
|
|
|
retranslateUi(Form);
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(Form);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QWidget *Form)
|
|
|
|
{
|
2017-08-28 14:42:50 +00:00
|
|
|
Form->setWindowTitle(QApplication::translate("Form", "Form", nullptr));
|
2016-03-09 09:22:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class Form: public Ui_Form {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // ENUMNOSTDSET_H
|