/********************************************************************************
** Form generated from reading UI file 'calendartime.ui'
**
** Created: Fri Jan 29 08:16:46 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/QCalendarWidget>
#include <QtGui/QDialog>
#include <QtGui/QGroupBox>
#include <QtGui/QHeaderView>
#include <QtGui/QPushButton>
#include <QtGui/QTimeEdit>
QT_BEGIN_NAMESPACE
class Ui_calendartime
{
public:
void setupUi
(QDialog *calendartime
) {
if (calendartime->objectName().isEmpty())
calendartime
->setObjectName
(QString::fromUtf8("calendartime"));
calendartime->resize(355, 273);
calendartime
->setMaximumSize
(QSize(368,
273));
secondaryGroupBox
= new QGroupBox(calendartime
);
secondaryGroupBox
->setObjectName
(QString::fromUtf8("secondaryGroupBox"));
secondaryGroupBox
->setGeometry
(QRect(20,
180,
211,
80));
secondaryGroupBox->setFocusPolicy(Qt::StrongFocus);
timeEdit
->setObjectName
(QString::fromUtf8("timeEdit"));
timeEdit
->setGeometry
(QRect(10,
20,
118,
22));
timeEdit->text();
acceptButton
->setObjectName
(QString::fromUtf8("acceptButton"));
acceptButton
->setGeometry
(QRect(130,
20,
75,
23));
moreButton
->setObjectName
(QString::fromUtf8("moreButton"));
moreButton
->setGeometry
(QRect(270,
10,
75,
23));
cancelButton
->setObjectName
(QString::fromUtf8("cancelButton"));
cancelButton
->setGeometry
(QRect(270,
50,
75,
23));
groupBox
->setObjectName
(QString::fromUtf8("groupBox"));
groupBox
->setGeometry
(QRect(10,
10,
241,
151));
calendarWidget
->setObjectName
(QString::fromUtf8("calendarWidget"));
calendarWidget
->setGeometry
(QRect(10,
20,
221,
121));
retranslateUi(calendartime);
QObject::connect(cancelButton,
SIGNAL(clicked
(bool)), calendartime,
SLOT(close
()));
QObject::connect(cancelButton,
SIGNAL(toggled
(bool)), secondaryGroupBox,
SLOT(setVisible
(bool)));
QObject::connect(acceptButton,
SIGNAL(clicked
(bool)), timeEdit,
SLOT(selectAll
()));
QObject::connect(acceptButton,
SIGNAL(clicked
(bool)), calendartime,
SLOT(accept
()));
} // setupUi
void retranslateUi
(QDialog *calendartime
) {
} // retranslateUi
};
namespace Ui {
class calendartime: public Ui_calendartime {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CALENDARTIME_H
/********************************************************************************
** Form generated from reading UI file 'calendartime.ui'
**
** Created: Fri Jan 29 08:16:46 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/QCalendarWidget>
#include <QtGui/QDialog>
#include <QtGui/QGroupBox>
#include <QtGui/QHeaderView>
#include <QtGui/QPushButton>
#include <QtGui/QTimeEdit>
QT_BEGIN_NAMESPACE
class Ui_calendartime
{
public:
QGroupBox *secondaryGroupBox;
QTimeEdit *timeEdit;
QPushButton *acceptButton;
QPushButton *moreButton;
QPushButton *cancelButton;
QGroupBox *groupBox;
QCalendarWidget *calendarWidget;
void setupUi(QDialog *calendartime)
{
if (calendartime->objectName().isEmpty())
calendartime->setObjectName(QString::fromUtf8("calendartime"));
calendartime->resize(355, 273);
calendartime->setMaximumSize(QSize(368, 273));
secondaryGroupBox = new QGroupBox(calendartime);
secondaryGroupBox->setObjectName(QString::fromUtf8("secondaryGroupBox"));
secondaryGroupBox->setGeometry(QRect(20, 180, 211, 80));
secondaryGroupBox->setFocusPolicy(Qt::StrongFocus);
timeEdit = new QTimeEdit(secondaryGroupBox);
timeEdit->setObjectName(QString::fromUtf8("timeEdit"));
timeEdit->setGeometry(QRect(10, 20, 118, 22));
timeEdit->text();
acceptButton = new QPushButton(secondaryGroupBox);
acceptButton->setObjectName(QString::fromUtf8("acceptButton"));
acceptButton->setGeometry(QRect(130, 20, 75, 23));
moreButton = new QPushButton(calendartime);
moreButton->setObjectName(QString::fromUtf8("moreButton"));
moreButton->setGeometry(QRect(270, 10, 75, 23));
cancelButton = new QPushButton(calendartime);
cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
cancelButton->setGeometry(QRect(270, 50, 75, 23));
groupBox = new QGroupBox(calendartime);
groupBox->setObjectName(QString::fromUtf8("groupBox"));
groupBox->setGeometry(QRect(10, 10, 241, 151));
calendarWidget = new QCalendarWidget(groupBox);
calendarWidget->setObjectName(QString::fromUtf8("calendarWidget"));
calendarWidget->setGeometry(QRect(10, 20, 221, 121));
retranslateUi(calendartime);
QObject::connect(cancelButton, SIGNAL(clicked(bool)), calendartime, SLOT(close()));
QObject::connect(cancelButton, SIGNAL(toggled(bool)), secondaryGroupBox, SLOT(setVisible(bool)));
QObject::connect(acceptButton, SIGNAL(clicked(bool)), timeEdit, SLOT(selectAll()));
QObject::connect(acceptButton, SIGNAL(clicked(bool)), calendartime, SLOT(accept()));
QMetaObject::connectSlotsByName(calendartime);
} // setupUi
void retranslateUi(QDialog *calendartime)
{
calendartime->setWindowTitle(QApplication::translate("calendartime", "calendartime", 0, QApplication::UnicodeUTF8));
secondaryGroupBox->setTitle(QApplication::translate("calendartime", "Time Edit", 0, QApplication::UnicodeUTF8));
acceptButton->setText(QApplication::translate("calendartime", "Accept", 0, QApplication::UnicodeUTF8));
moreButton->setText(QApplication::translate("calendartime", "More", 0, QApplication::UnicodeUTF8));
cancelButton->setText(QApplication::translate("calendartime", "Quit", 0, QApplication::UnicodeUTF8));
groupBox->setTitle(QApplication::translate("calendartime", "Calendar Box", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class calendartime: public Ui_calendartime {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_CALENDARTIME_H
To copy to clipboard, switch view to plain text mode
Bookmarks