00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_ABOUTAPPLICATION_H
00011 #define UI_ABOUTAPPLICATION_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/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QSpacerItem>
00024 #include <QtGui/QVBoxLayout>
00025 #include "Gui/Widgets.h"
00026
00027 namespace Gui {
00028 namespace Dialog {
00029
00030 class Ui_AboutApplication
00031 {
00032 public:
00033 QGridLayout *gridLayout;
00034 QSpacerItem *spacerItem;
00035 QLabel *labelSplashPicture;
00036 QVBoxLayout *vboxLayout;
00037 QHBoxLayout *hboxLayout;
00038 QSpacerItem *spacerItem1;
00039 Gui::UrlLabel *labelAuthor;
00040 QSpacerItem *spacerItem2;
00041 QGridLayout *gridLayout1;
00042 QLabel *labelPlatform;
00043 QLabel *labelBuildPlatform;
00044 QLabel *labelDate;
00045 QLabel *labelBuildRevision;
00046 QLabel *labelBuildDate;
00047 QLabel *labelRevision;
00048 QLabel *labelBuildVersion;
00049 QLabel *labelVersion;
00050 QSpacerItem *spacerItem3;
00051 QSpacerItem *spacerItem4;
00052 QSpacerItem *spacerItem5;
00053 QHBoxLayout *hboxLayout1;
00054 QPushButton *licenseButton;
00055 QSpacerItem *spacerItem6;
00056 QPushButton *okButton;
00057 QSpacerItem *spacerItem7;
00058
00059 void setupUi(QDialog *Gui__Dialog__AboutApplication)
00060 {
00061 if (Gui__Dialog__AboutApplication->objectName().isEmpty())
00062 Gui__Dialog__AboutApplication->setObjectName(QString::fromUtf8("Gui__Dialog__AboutApplication"));
00063 Gui__Dialog__AboutApplication->resize(436, 500);
00064 Gui__Dialog__AboutApplication->setModal(true);
00065 gridLayout = new QGridLayout(Gui__Dialog__AboutApplication);
00066 #ifndef Q_OS_MAC
00067 gridLayout->setSpacing(6);
00068 #endif
00069 #ifndef Q_OS_MAC
00070 gridLayout->setMargin(9);
00071 #endif
00072 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00073 spacerItem = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
00074
00075 gridLayout->addItem(spacerItem, 1, 1, 1, 1);
00076
00077 labelSplashPicture = new QLabel(Gui__Dialog__AboutApplication);
00078 labelSplashPicture->setObjectName(QString::fromUtf8("labelSplashPicture"));
00079 labelSplashPicture->setAlignment(Qt::AlignCenter);
00080
00081 gridLayout->addWidget(labelSplashPicture, 0, 0, 1, 3);
00082
00083 vboxLayout = new QVBoxLayout();
00084 #ifndef Q_OS_MAC
00085 vboxLayout->setSpacing(6);
00086 #endif
00087 vboxLayout->setMargin(0);
00088 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00089 hboxLayout = new QHBoxLayout();
00090 #ifndef Q_OS_MAC
00091 hboxLayout->setSpacing(6);
00092 #endif
00093 #ifndef Q_OS_MAC
00094 hboxLayout->setMargin(0);
00095 #endif
00096 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00097 spacerItem1 = new QSpacerItem(31, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00098
00099 hboxLayout->addItem(spacerItem1);
00100
00101 labelAuthor = new Gui::UrlLabel(Gui__Dialog__AboutApplication);
00102 labelAuthor->setObjectName(QString::fromUtf8("labelAuthor"));
00103 labelAuthor->setText(QString::fromUtf8("<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:7.8pt; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><span style=\" font-weight:600; text-decoration: underline; color:#0000ff;\"> Unknown Application (c) Unknown Author</span></p></body></html>"));
00104
00105 hboxLayout->addWidget(labelAuthor);
00106
00107 spacerItem2 = new QSpacerItem(31, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00108
00109 hboxLayout->addItem(spacerItem2);
00110
00111
00112 vboxLayout->addLayout(hboxLayout);
00113
00114 gridLayout1 = new QGridLayout();
00115 #ifndef Q_OS_MAC
00116 gridLayout1->setSpacing(6);
00117 #endif
00118 gridLayout1->setMargin(0);
00119 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00120 labelPlatform = new QLabel(Gui__Dialog__AboutApplication);
00121 labelPlatform->setObjectName(QString::fromUtf8("labelPlatform"));
00122
00123 gridLayout1->addWidget(labelPlatform, 3, 0, 1, 1);
00124
00125 labelBuildPlatform = new QLabel(Gui__Dialog__AboutApplication);
00126 labelBuildPlatform->setObjectName(QString::fromUtf8("labelBuildPlatform"));
00127 labelBuildPlatform->setText(QString::fromUtf8("<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:7.8pt; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><span style=\" font-weight:600;\">Unknown</span></p></body></html>"));
00128
00129 gridLayout1->addWidget(labelBuildPlatform, 3, 1, 1, 1);
00130
00131 labelDate = new QLabel(Gui__Dialog__AboutApplication);
00132 labelDate->setObjectName(QString::fromUtf8("labelDate"));
00133
00134 gridLayout1->addWidget(labelDate, 2, 0, 1, 1);
00135
00136 labelBuildRevision = new QLabel(Gui__Dialog__AboutApplication);
00137 labelBuildRevision->setObjectName(QString::fromUtf8("labelBuildRevision"));
00138 labelBuildRevision->setText(QString::fromUtf8("<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:7.8pt; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><span style=\" font-weight:600;\">Unknown</span></p></body></html>"));
00139
00140 gridLayout1->addWidget(labelBuildRevision, 1, 1, 1, 1);
00141
00142 labelBuildDate = new QLabel(Gui__Dialog__AboutApplication);
00143 labelBuildDate->setObjectName(QString::fromUtf8("labelBuildDate"));
00144 labelBuildDate->setText(QString::fromUtf8("<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:7.8pt; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><span style=\" font-weight:600;\">Unknown</span></p></body></html>"));
00145
00146 gridLayout1->addWidget(labelBuildDate, 2, 1, 1, 1);
00147
00148 labelRevision = new QLabel(Gui__Dialog__AboutApplication);
00149 labelRevision->setObjectName(QString::fromUtf8("labelRevision"));
00150
00151 gridLayout1->addWidget(labelRevision, 1, 0, 1, 1);
00152
00153 labelBuildVersion = new QLabel(Gui__Dialog__AboutApplication);
00154 labelBuildVersion->setObjectName(QString::fromUtf8("labelBuildVersion"));
00155 labelBuildVersion->setText(QString::fromUtf8("<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:7.8pt; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><span style=\" font-weight:600;\">Unknown</span></p></body></html>"));
00156
00157 gridLayout1->addWidget(labelBuildVersion, 0, 1, 1, 1);
00158
00159 labelVersion = new QLabel(Gui__Dialog__AboutApplication);
00160 labelVersion->setObjectName(QString::fromUtf8("labelVersion"));
00161
00162 gridLayout1->addWidget(labelVersion, 0, 0, 1, 1);
00163
00164
00165 vboxLayout->addLayout(gridLayout1);
00166
00167
00168 gridLayout->addLayout(vboxLayout, 2, 1, 1, 1);
00169
00170 spacerItem3 = new QSpacerItem(31, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00171
00172 gridLayout->addItem(spacerItem3, 2, 2, 1, 1);
00173
00174 spacerItem4 = new QSpacerItem(31, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00175
00176 gridLayout->addItem(spacerItem4, 2, 0, 1, 1);
00177
00178 spacerItem5 = new QSpacerItem(20, 21, QSizePolicy::Minimum, QSizePolicy::Expanding);
00179
00180 gridLayout->addItem(spacerItem5, 3, 1, 1, 1);
00181
00182 hboxLayout1 = new QHBoxLayout();
00183 #ifndef Q_OS_MAC
00184 hboxLayout1->setSpacing(6);
00185 #endif
00186 hboxLayout1->setMargin(0);
00187 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00188 licenseButton = new QPushButton(Gui__Dialog__AboutApplication);
00189 licenseButton->setObjectName(QString::fromUtf8("licenseButton"));
00190
00191 hboxLayout1->addWidget(licenseButton);
00192
00193 spacerItem6 = new QSpacerItem(160, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00194
00195 hboxLayout1->addItem(spacerItem6);
00196
00197 okButton = new QPushButton(Gui__Dialog__AboutApplication);
00198 okButton->setObjectName(QString::fromUtf8("okButton"));
00199
00200 hboxLayout1->addWidget(okButton);
00201
00202 spacerItem7 = new QSpacerItem(181, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00203
00204 hboxLayout1->addItem(spacerItem7);
00205
00206
00207 gridLayout->addLayout(hboxLayout1, 4, 0, 1, 3);
00208
00209
00210 retranslateUi(Gui__Dialog__AboutApplication);
00211 QObject::connect(okButton, SIGNAL(clicked()), Gui__Dialog__AboutApplication, SLOT(accept()));
00212
00213 QMetaObject::connectSlotsByName(Gui__Dialog__AboutApplication);
00214 }
00215
00216 void retranslateUi(QDialog *Gui__Dialog__AboutApplication)
00217 {
00218 Gui__Dialog__AboutApplication->setWindowTitle(QApplication::translate("Gui::Dialog::AboutApplication", "About", 0, QApplication::UnicodeUTF8));
00219 labelSplashPicture->setText(QString());
00220 labelPlatform->setText(QApplication::translate("Gui::Dialog::AboutApplication", "Platform", 0, QApplication::UnicodeUTF8));
00221 labelDate->setText(QApplication::translate("Gui::Dialog::AboutApplication", "Release date", 0, QApplication::UnicodeUTF8));
00222 labelRevision->setText(QApplication::translate("Gui::Dialog::AboutApplication", "Revision number", 0, QApplication::UnicodeUTF8));
00223 labelVersion->setText(QApplication::translate("Gui::Dialog::AboutApplication", "Version", 0, QApplication::UnicodeUTF8));
00224 licenseButton->setText(QApplication::translate("Gui::Dialog::AboutApplication", "License...", 0, QApplication::UnicodeUTF8));
00225 okButton->setText(QApplication::translate("Gui::Dialog::AboutApplication", "OK", 0, QApplication::UnicodeUTF8));
00226 Q_UNUSED(Gui__Dialog__AboutApplication);
00227 }
00228
00229 };
00230
00231 }
00232 }
00233
00234 namespace Gui {
00235 namespace Dialog {
00236 namespace Ui {
00237 class AboutApplication: public Ui_AboutApplication {};
00238 }
00239 }
00240 }
00241
00242 #endif // UI_ABOUTAPPLICATION_H