UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ui_create_db_project_wid.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'create_db_project_wid.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.6
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_CREATE_DB_PROJECT_WID_H
10 #define UI_CREATE_DB_PROJECT_WID_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QGridLayout>
17 #include <QtGui/QGroupBox>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20 #include <QtGui/QLineEdit>
21 #include <QtGui/QTextEdit>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QGridLayout *gridLayout_2;
30  QLabel *nameLabel;
31  QLineEdit *nameLineEdit;
32  QLabel *creatorLabel;
33  QLineEdit *creatorLineEdit;
34  QGroupBox *descrGroupBox;
35  QGridLayout *gridLayout;
36  QTextEdit *descrTextEdit;
37 
38  void setupUi(QWidget *CreateDbProjectWid)
39  {
40  if (CreateDbProjectWid->objectName().isEmpty())
41  CreateDbProjectWid->setObjectName(QString::fromUtf8("CreateDbProjectWid"));
42  CreateDbProjectWid->resize(332, 315);
43  gridLayout_2 = new QGridLayout(CreateDbProjectWid);
44  gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
45  nameLabel = new QLabel(CreateDbProjectWid);
46  nameLabel->setObjectName(QString::fromUtf8("nameLabel"));
47 
48  gridLayout_2->addWidget(nameLabel, 0, 0, 1, 1);
49 
50  nameLineEdit = new QLineEdit(CreateDbProjectWid);
51  nameLineEdit->setObjectName(QString::fromUtf8("nameLineEdit"));
52 
53  gridLayout_2->addWidget(nameLineEdit, 0, 1, 1, 1);
54 
55  creatorLabel = new QLabel(CreateDbProjectWid);
56  creatorLabel->setObjectName(QString::fromUtf8("creatorLabel"));
57 
58  gridLayout_2->addWidget(creatorLabel, 1, 0, 1, 1);
59 
60  creatorLineEdit = new QLineEdit(CreateDbProjectWid);
61  creatorLineEdit->setObjectName(QString::fromUtf8("creatorLineEdit"));
62 
63  gridLayout_2->addWidget(creatorLineEdit, 1, 1, 1, 1);
64 
65  descrGroupBox = new QGroupBox(CreateDbProjectWid);
66  descrGroupBox->setObjectName(QString::fromUtf8("descrGroupBox"));
67  gridLayout = new QGridLayout(descrGroupBox);
68  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
69  descrTextEdit = new QTextEdit(descrGroupBox);
70  descrTextEdit->setObjectName(QString::fromUtf8("descrTextEdit"));
71 
72  gridLayout->addWidget(descrTextEdit, 0, 0, 1, 1);
73 
74 
75  gridLayout_2->addWidget(descrGroupBox, 2, 0, 1, 2);
76 
77 
78  retranslateUi(CreateDbProjectWid);
79 
80  QMetaObject::connectSlotsByName(CreateDbProjectWid);
81  } // setupUi
82 
83  void retranslateUi(QWidget *CreateDbProjectWid)
84  {
85  CreateDbProjectWid->setWindowTitle(QApplication::translate("CreateDbProjectWid", "Create project", 0, QApplication::UnicodeUTF8));
86  nameLabel->setText(QApplication::translate("CreateDbProjectWid", "Name", 0, QApplication::UnicodeUTF8));
87  creatorLabel->setText(QApplication::translate("CreateDbProjectWid", "Creator", 0, QApplication::UnicodeUTF8));
88  descrGroupBox->setTitle(QApplication::translate("CreateDbProjectWid", "Description", 0, QApplication::UnicodeUTF8));
89  } // retranslateUi
90 
91 };
92 
93 namespace Ui {
95 } // namespace Ui
96 
97 QT_END_NAMESPACE
98 
99 #endif // UI_CREATE_DB_PROJECT_WID_H
Definition: ui_create_db_project_wid.h:94
Definition: ui_create_db_project_wid.h:26