2011-04-27 10:05:43 +00:00
|
|
|
/********************************************************************************
|
|
|
|
** Form generated from reading UI file 'form.ui'
|
|
|
|
**
|
2012-12-13 12:48:18 +00:00
|
|
|
** Created by: Qt User Interface Compiler version 5.0.0
|
2011-04-27 10:05:43 +00:00
|
|
|
**
|
|
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
|
|
********************************************************************************/
|
|
|
|
|
|
|
|
#ifndef FORM_H
|
|
|
|
#define FORM_H
|
|
|
|
|
|
|
|
#include <QtCore/QVariant>
|
2011-09-22 13:09:37 +00:00
|
|
|
#include <QtWidgets/QAction>
|
|
|
|
#include <QtWidgets/QApplication>
|
|
|
|
#include <QtWidgets/QButtonGroup>
|
|
|
|
#include <QtWidgets/QHBoxLayout>
|
|
|
|
#include <QtWidgets/QHeaderView>
|
|
|
|
#include <QtWidgets/QLabel>
|
|
|
|
#include <QtWidgets/QSpacerItem>
|
|
|
|
#include <QtWidgets/QSpinBox>
|
|
|
|
#include <QtWidgets/QTimeEdit>
|
|
|
|
#include <QtWidgets/QVBoxLayout>
|
|
|
|
#include <QtWidgets/QWidget>
|
2011-04-27 10:05:43 +00:00
|
|
|
#include "worldtimeclock.h"
|
|
|
|
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
|
|
|
|
class Ui_WorldTimeForm
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
QHBoxLayout *hboxLayout;
|
|
|
|
WorldTimeClock *worldTimeClock;
|
|
|
|
QVBoxLayout *vboxLayout;
|
|
|
|
QSpacerItem *spacerItem;
|
|
|
|
QHBoxLayout *hboxLayout1;
|
|
|
|
QLabel *label;
|
|
|
|
QTimeEdit *timeEdit;
|
|
|
|
QHBoxLayout *hboxLayout2;
|
|
|
|
QLabel *label_2;
|
|
|
|
QSpinBox *spinBox;
|
|
|
|
QSpacerItem *spacerItem1;
|
|
|
|
|
|
|
|
void setupUi(QWidget *WorldTimeForm)
|
|
|
|
{
|
|
|
|
if (WorldTimeForm->objectName().isEmpty())
|
2011-12-11 15:55:01 +00:00
|
|
|
WorldTimeForm->setObjectName(QStringLiteral("WorldTimeForm"));
|
2011-04-27 10:05:43 +00:00
|
|
|
WorldTimeForm->resize(400, 300);
|
|
|
|
hboxLayout = new QHBoxLayout(WorldTimeForm);
|
|
|
|
#ifndef Q_OS_MAC
|
|
|
|
hboxLayout->setSpacing(6);
|
|
|
|
#endif
|
|
|
|
#ifndef Q_OS_MAC
|
|
|
|
hboxLayout->setContentsMargins(9, 9, 9, 9);
|
|
|
|
#endif
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout->setObjectName(QStringLiteral("hboxLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
worldTimeClock = new WorldTimeClock(WorldTimeForm);
|
2011-12-11 15:55:01 +00:00
|
|
|
worldTimeClock->setObjectName(QStringLiteral("worldTimeClock"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout->addWidget(worldTimeClock);
|
|
|
|
|
|
|
|
vboxLayout = new QVBoxLayout();
|
|
|
|
#ifndef Q_OS_MAC
|
|
|
|
vboxLayout->setSpacing(6);
|
|
|
|
#endif
|
|
|
|
vboxLayout->setContentsMargins(1, 1, 1, 1);
|
2011-12-11 15:55:01 +00:00
|
|
|
vboxLayout->setObjectName(QStringLiteral("vboxLayout"));
|
2011-04-27 10:05:43 +00:00
|
|
|
spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
|
|
|
|
vboxLayout->addItem(spacerItem);
|
|
|
|
|
|
|
|
hboxLayout1 = new QHBoxLayout();
|
|
|
|
#ifndef Q_OS_MAC
|
|
|
|
hboxLayout1->setSpacing(6);
|
|
|
|
#endif
|
|
|
|
hboxLayout1->setContentsMargins(1, 1, 1, 1);
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout1->setObjectName(QStringLiteral("hboxLayout1"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label = new QLabel(WorldTimeForm);
|
2011-12-11 15:55:01 +00:00
|
|
|
label->setObjectName(QStringLiteral("label"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout1->addWidget(label);
|
|
|
|
|
|
|
|
timeEdit = new QTimeEdit(WorldTimeForm);
|
2011-12-11 15:55:01 +00:00
|
|
|
timeEdit->setObjectName(QStringLiteral("timeEdit"));
|
2011-04-27 10:05:43 +00:00
|
|
|
timeEdit->setReadOnly(true);
|
|
|
|
|
|
|
|
hboxLayout1->addWidget(timeEdit);
|
|
|
|
|
|
|
|
|
|
|
|
vboxLayout->addLayout(hboxLayout1);
|
|
|
|
|
|
|
|
hboxLayout2 = new QHBoxLayout();
|
|
|
|
#ifndef Q_OS_MAC
|
|
|
|
hboxLayout2->setSpacing(6);
|
|
|
|
#endif
|
|
|
|
hboxLayout2->setContentsMargins(1, 1, 1, 1);
|
2011-12-11 15:55:01 +00:00
|
|
|
hboxLayout2->setObjectName(QStringLiteral("hboxLayout2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
label_2 = new QLabel(WorldTimeForm);
|
2011-12-11 15:55:01 +00:00
|
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
hboxLayout2->addWidget(label_2);
|
|
|
|
|
|
|
|
spinBox = new QSpinBox(WorldTimeForm);
|
2011-12-11 15:55:01 +00:00
|
|
|
spinBox->setObjectName(QStringLiteral("spinBox"));
|
2011-04-27 10:05:43 +00:00
|
|
|
spinBox->setMaximum(12);
|
|
|
|
spinBox->setMinimum(-12);
|
|
|
|
|
|
|
|
hboxLayout2->addWidget(spinBox);
|
|
|
|
|
|
|
|
|
|
|
|
vboxLayout->addLayout(hboxLayout2);
|
|
|
|
|
|
|
|
spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
|
|
|
|
|
|
vboxLayout->addItem(spacerItem1);
|
|
|
|
|
|
|
|
|
|
|
|
hboxLayout->addLayout(vboxLayout);
|
|
|
|
|
|
|
|
|
|
|
|
retranslateUi(WorldTimeForm);
|
|
|
|
QObject::connect(spinBox, SIGNAL(valueChanged(int)), worldTimeClock, SLOT(setTimeZone(int)));
|
|
|
|
QObject::connect(worldTimeClock, SIGNAL(updated(QTime)), timeEdit, SLOT(setTime(QTime)));
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(WorldTimeForm);
|
|
|
|
} // setupUi
|
|
|
|
|
|
|
|
void retranslateUi(QWidget *WorldTimeForm)
|
|
|
|
{
|
2012-05-17 00:37:23 +00:00
|
|
|
WorldTimeForm->setWindowTitle(QApplication::translate("WorldTimeForm", "World Time Clock", 0));
|
|
|
|
label->setText(QApplication::translate("WorldTimeForm", "Current time:", 0));
|
|
|
|
label_2->setText(QApplication::translate("WorldTimeForm", "Set time zone:", 0));
|
2011-04-27 10:05:43 +00:00
|
|
|
} // retranslateUi
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
namespace Ui {
|
|
|
|
class WorldTimeForm: public Ui_WorldTimeForm {};
|
|
|
|
} // namespace Ui
|
|
|
|
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
|
|
|
|
#endif // FORM_H
|