changed hardcoded path for testing
[wpcreator] / src / ui_namedialog.h
1 /********************************************************************************
2 ** Form generated from reading ui file 'namedialog.ui'
3 **
4 ** Created: Wed Nov 4 15:41:11 2009
5 **      by: Qt User Interface Compiler version 4.5.0
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling ui file!
8 ********************************************************************************/
9
10 #ifndef UI_NAMEDIALOG_H
11 #define UI_NAMEDIALOG_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QDialog>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLineEdit>
20 #include <QtGui/QPushButton>
21
22 QT_BEGIN_NAMESPACE
23
24 class Ui_NameDialog
25 {
26 public:
27     QLineEdit *nameInput;
28     QPushButton *acceptButton;
29
30     void setupUi(QDialog *NameDialog)
31     {
32         if (NameDialog->objectName().isEmpty())
33             NameDialog->setObjectName(QString::fromUtf8("NameDialog"));
34         NameDialog->resize(800, 150);
35         nameInput = new QLineEdit(NameDialog);
36         nameInput->setObjectName(QString::fromUtf8("nameInput"));
37         nameInput->setGeometry(QRect(130, 50, 391, 51));
38         acceptButton = new QPushButton(NameDialog);
39         acceptButton->setObjectName(QString::fromUtf8("acceptButton"));
40         acceptButton->setEnabled(false);
41         acceptButton->setGeometry(QRect(630, 40, 111, 71));
42
43         retranslateUi(NameDialog);
44         QObject::connect(acceptButton, SIGNAL(clicked()), NameDialog, SLOT(acceptName()));
45
46         QMetaObject::connectSlotsByName(NameDialog);
47     } // setupUi
48
49     void retranslateUi(QDialog *NameDialog)
50     {
51         NameDialog->setWindowTitle(QApplication::translate("NameDialog", "Dialog", 0, QApplication::UnicodeUTF8));
52         acceptButton->setText(QApplication::translate("NameDialog", "OK", 0, QApplication::UnicodeUTF8));
53         Q_UNUSED(NameDialog);
54     } // retranslateUi
55
56 };
57
58 namespace Ui {
59     class NameDialog: public Ui_NameDialog {};
60 } // namespace Ui
61
62 QT_END_NAMESPACE
63
64 #endif // UI_NAMEDIALOG_H