60 lines
1.8 KiB
C
60 lines
1.8 KiB
C
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'Dialog_with_Buttons_Right.ui'
|
||
|
**
|
||
|
** Created: Fri Sep 4 10:17:13 2009
|
||
|
** by: Qt User Interface Compiler version 4.6.0
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef DIALOG_WITH_BUTTONS_RIGHT_H
|
||
|
#define DIALOG_WITH_BUTTONS_RIGHT_H
|
||
|
|
||
|
#include <QtCore/QVariant>
|
||
|
#include <QtGui/QAction>
|
||
|
#include <QtGui/QApplication>
|
||
|
#include <QtGui/QButtonGroup>
|
||
|
#include <QtGui/QDialog>
|
||
|
#include <QtGui/QDialogButtonBox>
|
||
|
#include <QtGui/QHeaderView>
|
||
|
|
||
|
QT_BEGIN_NAMESPACE
|
||
|
|
||
|
class Ui_Dialog
|
||
|
{
|
||
|
public:
|
||
|
QDialogButtonBox *buttonBox;
|
||
|
|
||
|
void setupUi(QDialog *Dialog)
|
||
|
{
|
||
|
if (Dialog->objectName().isEmpty())
|
||
|
Dialog->setObjectName(QString::fromUtf8("Dialog"));
|
||
|
Dialog->resize(400, 300);
|
||
|
buttonBox = new QDialogButtonBox(Dialog);
|
||
|
buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
|
||
|
buttonBox->setGeometry(QRect(290, 20, 81, 241));
|
||
|
buttonBox->setOrientation(Qt::Vertical);
|
||
|
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
|
||
|
|
||
|
retranslateUi(Dialog);
|
||
|
QObject::connect(buttonBox, SIGNAL(accepted()), Dialog, SLOT(accept()));
|
||
|
QObject::connect(buttonBox, SIGNAL(rejected()), Dialog, SLOT(reject()));
|
||
|
|
||
|
QMetaObject::connectSlotsByName(Dialog);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QDialog *Dialog)
|
||
|
{
|
||
|
Dialog->setWindowTitle(QApplication::translate("Dialog", "Dialog", 0, QApplication::UnicodeUTF8));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class Dialog: public Ui_Dialog {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // DIALOG_WITH_BUTTONS_RIGHT_H
|