00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_DLGPROJECTINFORMATION_H
00011 #define UI_DLGPROJECTINFORMATION_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QLineEdit>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QTextEdit>
00027
00028 namespace Gui {
00029 namespace Dialog {
00030
00031 class Ui_DlgProjectInformation
00032 {
00033 public:
00034 QGridLayout *gridLayout;
00035 QGroupBox *groupBoxInfo;
00036 QGridLayout *gridLayout1;
00037 QTextEdit *textEditComment;
00038 QLabel *textLabelName;
00039 QSpacerItem *spacerItem;
00040 QLabel *textLabelComment;
00041 QLabel *textLabelPath;
00042 QLineEdit *lineEditPath;
00043 QLineEdit *lineEditCreator;
00044 QLineEdit *lineEditLastMod;
00045 QLabel *textLabelLastMod;
00046 QLabel *textLabelCreator;
00047 QLabel *textLabelCompany;
00048 QLabel *textLabelLastModDate;
00049 QLineEdit *lineEditCompany;
00050 QLineEdit *lineEditDate;
00051 QLineEdit *lineEditLastModDate;
00052 QLabel *textLabelCreateDate;
00053 QLineEdit *lineEditName;
00054 QHBoxLayout *hboxLayout;
00055 QSpacerItem *spacerItem1;
00056 QPushButton *buttonOk;
00057 QPushButton *buttonCancel;
00058
00059 void setupUi(QDialog *Gui__Dialog__DlgProjectInformation)
00060 {
00061 if (Gui__Dialog__DlgProjectInformation->objectName().isEmpty())
00062 Gui__Dialog__DlgProjectInformation->setObjectName(QString::fromUtf8("Gui__Dialog__DlgProjectInformation"));
00063 Gui__Dialog__DlgProjectInformation->resize(597, 540);
00064 Gui__Dialog__DlgProjectInformation->setSizeGripEnabled(true);
00065 Gui__Dialog__DlgProjectInformation->setModal(true);
00066 gridLayout = new QGridLayout(Gui__Dialog__DlgProjectInformation);
00067 gridLayout->setSpacing(6);
00068 gridLayout->setMargin(9);
00069 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00070 groupBoxInfo = new QGroupBox(Gui__Dialog__DlgProjectInformation);
00071 groupBoxInfo->setObjectName(QString::fromUtf8("groupBoxInfo"));
00072 gridLayout1 = new QGridLayout(groupBoxInfo);
00073 gridLayout1->setSpacing(6);
00074 gridLayout1->setMargin(9);
00075 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00076 textEditComment = new QTextEdit(groupBoxInfo);
00077 textEditComment->setObjectName(QString::fromUtf8("textEditComment"));
00078
00079 gridLayout1->addWidget(textEditComment, 7, 1, 2, 1);
00080
00081 textLabelName = new QLabel(groupBoxInfo);
00082 textLabelName->setObjectName(QString::fromUtf8("textLabelName"));
00083 textLabelName->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00084
00085 gridLayout1->addWidget(textLabelName, 0, 0, 1, 1);
00086
00087 spacerItem = new QSpacerItem(91, 240, QSizePolicy::Minimum, QSizePolicy::Expanding);
00088
00089 gridLayout1->addItem(spacerItem, 8, 0, 1, 1);
00090
00091 textLabelComment = new QLabel(groupBoxInfo);
00092 textLabelComment->setObjectName(QString::fromUtf8("textLabelComment"));
00093 textLabelComment->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00094
00095 gridLayout1->addWidget(textLabelComment, 7, 0, 1, 1);
00096
00097 textLabelPath = new QLabel(groupBoxInfo);
00098 textLabelPath->setObjectName(QString::fromUtf8("textLabelPath"));
00099 textLabelPath->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00100
00101 gridLayout1->addWidget(textLabelPath, 1, 0, 1, 1);
00102
00103 lineEditPath = new QLineEdit(groupBoxInfo);
00104 lineEditPath->setObjectName(QString::fromUtf8("lineEditPath"));
00105 lineEditPath->setMinimumSize(QSize(0, 25));
00106 lineEditPath->setReadOnly(true);
00107
00108 gridLayout1->addWidget(lineEditPath, 1, 1, 1, 1);
00109
00110 lineEditCreator = new QLineEdit(groupBoxInfo);
00111 lineEditCreator->setObjectName(QString::fromUtf8("lineEditCreator"));
00112 lineEditCreator->setMinimumSize(QSize(0, 25));
00113
00114 gridLayout1->addWidget(lineEditCreator, 2, 1, 1, 1);
00115
00116 lineEditLastMod = new QLineEdit(groupBoxInfo);
00117 lineEditLastMod->setObjectName(QString::fromUtf8("lineEditLastMod"));
00118 lineEditLastMod->setMinimumSize(QSize(0, 25));
00119
00120 gridLayout1->addWidget(lineEditLastMod, 4, 1, 1, 1);
00121
00122 textLabelLastMod = new QLabel(groupBoxInfo);
00123 textLabelLastMod->setObjectName(QString::fromUtf8("textLabelLastMod"));
00124 textLabelLastMod->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00125
00126 gridLayout1->addWidget(textLabelLastMod, 4, 0, 1, 1);
00127
00128 textLabelCreator = new QLabel(groupBoxInfo);
00129 textLabelCreator->setObjectName(QString::fromUtf8("textLabelCreator"));
00130 textLabelCreator->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00131
00132 gridLayout1->addWidget(textLabelCreator, 2, 0, 1, 1);
00133
00134 textLabelCompany = new QLabel(groupBoxInfo);
00135 textLabelCompany->setObjectName(QString::fromUtf8("textLabelCompany"));
00136 textLabelCompany->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00137
00138 gridLayout1->addWidget(textLabelCompany, 6, 0, 1, 1);
00139
00140 textLabelLastModDate = new QLabel(groupBoxInfo);
00141 textLabelLastModDate->setObjectName(QString::fromUtf8("textLabelLastModDate"));
00142 textLabelLastModDate->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00143
00144 gridLayout1->addWidget(textLabelLastModDate, 5, 0, 1, 1);
00145
00146 lineEditCompany = new QLineEdit(groupBoxInfo);
00147 lineEditCompany->setObjectName(QString::fromUtf8("lineEditCompany"));
00148 lineEditCompany->setMinimumSize(QSize(0, 25));
00149
00150 gridLayout1->addWidget(lineEditCompany, 6, 1, 1, 1);
00151
00152 lineEditDate = new QLineEdit(groupBoxInfo);
00153 lineEditDate->setObjectName(QString::fromUtf8("lineEditDate"));
00154 lineEditDate->setMinimumSize(QSize(0, 25));
00155 lineEditDate->setReadOnly(true);
00156
00157 gridLayout1->addWidget(lineEditDate, 3, 1, 1, 1);
00158
00159 lineEditLastModDate = new QLineEdit(groupBoxInfo);
00160 lineEditLastModDate->setObjectName(QString::fromUtf8("lineEditLastModDate"));
00161 lineEditLastModDate->setMinimumSize(QSize(0, 25));
00162 lineEditLastModDate->setReadOnly(true);
00163
00164 gridLayout1->addWidget(lineEditLastModDate, 5, 1, 1, 1);
00165
00166 textLabelCreateDate = new QLabel(groupBoxInfo);
00167 textLabelCreateDate->setObjectName(QString::fromUtf8("textLabelCreateDate"));
00168 textLabelCreateDate->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00169
00170 gridLayout1->addWidget(textLabelCreateDate, 3, 0, 1, 1);
00171
00172 lineEditName = new QLineEdit(groupBoxInfo);
00173 lineEditName->setObjectName(QString::fromUtf8("lineEditName"));
00174 lineEditName->setMinimumSize(QSize(0, 25));
00175 lineEditName->setReadOnly(true);
00176
00177 gridLayout1->addWidget(lineEditName, 0, 1, 1, 1);
00178
00179
00180 gridLayout->addWidget(groupBoxInfo, 0, 0, 1, 1);
00181
00182 hboxLayout = new QHBoxLayout();
00183 hboxLayout->setSpacing(6);
00184 hboxLayout->setMargin(0);
00185 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00186 spacerItem1 = new QSpacerItem(20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00187
00188 hboxLayout->addItem(spacerItem1);
00189
00190 buttonOk = new QPushButton(Gui__Dialog__DlgProjectInformation);
00191 buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
00192 buttonOk->setAutoDefault(true);
00193 buttonOk->setDefault(true);
00194
00195 hboxLayout->addWidget(buttonOk);
00196
00197 buttonCancel = new QPushButton(Gui__Dialog__DlgProjectInformation);
00198 buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
00199 buttonCancel->setAutoDefault(true);
00200
00201 hboxLayout->addWidget(buttonCancel);
00202
00203
00204 gridLayout->addLayout(hboxLayout, 1, 0, 1, 1);
00205
00206 #ifndef QT_NO_SHORTCUT
00207 textLabelName->setBuddy(lineEditName);
00208 textLabelComment->setBuddy(textEditComment);
00209 textLabelLastMod->setBuddy(lineEditLastMod);
00210 textLabelCreator->setBuddy(lineEditCreator);
00211 textLabelCompany->setBuddy(lineEditCompany);
00212 textLabelLastModDate->setBuddy(lineEditLastModDate);
00213 textLabelCreateDate->setBuddy(lineEditDate);
00214 #endif // QT_NO_SHORTCUT
00215 QWidget::setTabOrder(lineEditName, lineEditCreator);
00216 QWidget::setTabOrder(lineEditCreator, lineEditDate);
00217 QWidget::setTabOrder(lineEditDate, lineEditLastMod);
00218 QWidget::setTabOrder(lineEditLastMod, lineEditLastModDate);
00219 QWidget::setTabOrder(lineEditLastModDate, lineEditCompany);
00220 QWidget::setTabOrder(lineEditCompany, buttonOk);
00221 QWidget::setTabOrder(buttonOk, buttonCancel);
00222
00223 retranslateUi(Gui__Dialog__DlgProjectInformation);
00224 QObject::connect(buttonOk, SIGNAL(clicked()), Gui__Dialog__DlgProjectInformation, SLOT(accept()));
00225 QObject::connect(buttonCancel, SIGNAL(clicked()), Gui__Dialog__DlgProjectInformation, SLOT(reject()));
00226
00227 QMetaObject::connectSlotsByName(Gui__Dialog__DlgProjectInformation);
00228 }
00229
00230 void retranslateUi(QDialog *Gui__Dialog__DlgProjectInformation)
00231 {
00232 Gui__Dialog__DlgProjectInformation->setWindowTitle(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Project information", 0, QApplication::UnicodeUTF8));
00233 groupBoxInfo->setTitle(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Information", 0, QApplication::UnicodeUTF8));
00234 textLabelName->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "&Name:", 0, QApplication::UnicodeUTF8));
00235 textLabelComment->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Commen&t:", 0, QApplication::UnicodeUTF8));
00236 textLabelPath->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Path:", 0, QApplication::UnicodeUTF8));
00237 textLabelLastMod->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "&Last modified by:", 0, QApplication::UnicodeUTF8));
00238 textLabelCreator->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Created &by:", 0, QApplication::UnicodeUTF8));
00239 textLabelCompany->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Com&pany:", 0, QApplication::UnicodeUTF8));
00240 textLabelLastModDate->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Last &modification date:", 0, QApplication::UnicodeUTF8));
00241 textLabelCreateDate->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "Creation &date:", 0, QApplication::UnicodeUTF8));
00242 buttonOk->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "&OK", 0, QApplication::UnicodeUTF8));
00243 buttonOk->setShortcut(QString());
00244 buttonCancel->setText(QApplication::translate("Gui::Dialog::DlgProjectInformation", "&Cancel", 0, QApplication::UnicodeUTF8));
00245 buttonCancel->setShortcut(QString());
00246 Q_UNUSED(Gui__Dialog__DlgProjectInformation);
00247 }
00248
00249 };
00250
00251 }
00252 }
00253
00254 namespace Gui {
00255 namespace Dialog {
00256 namespace Ui {
00257 class DlgProjectInformation: public Ui_DlgProjectInformation {};
00258 }
00259 }
00260 }
00261
00262 #endif // UI_DLGPROJECTINFORMATION_H