** Form generated from reading UI file 'calendartime.ui'
**
** Created: Tue Jan 19 20:25:34 2010
** by: Qt User Interface Compiler version 4.6.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CALENDARTIME_H
#define UI_CALENDARTIME_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDateTimeEdit>
#include <QtGui/QDial>
#include <QtGui/QDialog>
#include <QtGui/QHeaderView>
#include <QtGui/QPushButton>
QT_BEGIN_NAMESPACE
namespace Ui {
class CalendarTime: public Ui_CalendarTime {};
} // namespace Ui
class uCalendarTime
{
public:
void setupUi
(QDialog *CalendarTime
) {
if (CalendarTime->objectName().isEmpty())
CalendarTime
->setObjectName
(QString::fromUtf8("CalendarTime"));
CalendarTime->resize(344, 174);
dateTimeEdit
->setObjectName
(QString::fromUtf8("dateTimeEdit"));
dateTimeEdit
->setGeometry
(QRect(70,
30,
194,
22));
dial
= new QDial(uCalendarTime
);
dial
->setObjectName
(QString::fromUtf8("dial"));
dial
->setGeometry
(QRect(10,
10,
50,
64));
Select
->setObjectName
(QString::fromUtf8("Select"));
Select
->setGeometry
(QRect(180,
90,
75,
23));
Cancel
->setObjectName
(QString::fromUtf8("Cancel"));
Cancel
->setGeometry
(QRect(80,
90,
75,
23));
Cancel->setEnabled(false);
retranslateUi(CalendarTime);
} // setupUi
void retranslateUi
(QDialog uCalendarTime
) {
} // retranslateUi
};
QT_END_NAMESPACE
#endif // UI_CALENDARTIME_H
** Form generated from reading UI file 'calendartime.ui'
**
** Created: Tue Jan 19 20:25:34 2010
** by: Qt User Interface Compiler version 4.6.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_CALENDARTIME_H
#define UI_CALENDARTIME_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDateTimeEdit>
#include <QtGui/QDial>
#include <QtGui/QDialog>
#include <QtGui/QHeaderView>
#include <QtGui/QPushButton>
QT_BEGIN_NAMESPACE
namespace Ui {
class CalendarTime: public Ui_CalendarTime {};
} // namespace Ui
class uCalendarTime
{
public:
QDateTimeEdit *dateTimeEdit;
QDial *dial;
QPushButton *Select;
QPushButton *Cancel;
void setupUi(QDialog *CalendarTime)
{
if (CalendarTime->objectName().isEmpty())
CalendarTime->setObjectName(QString::fromUtf8("CalendarTime"));
CalendarTime->resize(344, 174);
dateTimeEdit = new QDateTimeEdit(CalendarTime);
dateTimeEdit->setObjectName(QString::fromUtf8("dateTimeEdit"));
dateTimeEdit->setGeometry(QRect(70, 30, 194, 22));
dial = new QDial(uCalendarTime);
dial->setObjectName(QString::fromUtf8("dial"));
dial->setGeometry(QRect(10, 10, 50, 64));
Select = new QPushButton(CalendarTime);
Select->setObjectName(QString::fromUtf8("Select"));
Select->setGeometry(QRect(180, 90, 75, 23));
Cancel = new QPushButton(CalendarTime);
Cancel->setObjectName(QString::fromUtf8("Cancel"));
Cancel->setGeometry(QRect(80, 90, 75, 23));
Cancel->setEnabled(false);
retranslateUi(CalendarTime);
QMetaObject::connectSlotsByName(CalendarTime);
} // setupUi
void retranslateUi(QDialog uCalendarTime)
{
CalendarTime->setWindowTitle(QApplication::translate("CalendarTime", "Dialog", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
QT_END_NAMESPACE
#endif // UI_CALENDARTIME_H
To copy to clipboard, switch view to plain text mode
Bookmarks