00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_MAPSCREEN_H
00011 #define UI_MAPSCREEN_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QPushButton>
00021 #include <QtGui/QVBoxLayout>
00022 #include <QtGui/QWidget>
00023 #include <QtWebKit/QWebView>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_MapScreenClass
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QLabel *label;
00032 QWebView *webView;
00033 QLabel *statusLabel;
00034 QHBoxLayout *horizontalLayout;
00035 QPushButton *shareButton;
00036 QPushButton *findButton;
00037 QPushButton *optionsButton;
00038
00039 void setupUi(QWidget *MapScreenClass)
00040 {
00041 if (MapScreenClass->objectName().isEmpty())
00042 MapScreenClass->setObjectName(QString::fromUtf8("MapScreenClass"));
00043 MapScreenClass->resize(360, 640);
00044 verticalLayout = new QVBoxLayout(MapScreenClass);
00045 verticalLayout->setSpacing(2);
00046 verticalLayout->setContentsMargins(0, 0, 0, 0);
00047 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00048 label = new QLabel(MapScreenClass);
00049 label->setObjectName(QString::fromUtf8("label"));
00050 label->setMaximumSize(QSize(16777215, 30));
00051 QFont font;
00052 font.setPointSize(10);
00053 font.setBold(true);
00054 font.setWeight(75);
00055 label->setFont(font);
00056 label->setTextFormat(Qt::RichText);
00057
00058 verticalLayout->addWidget(label);
00059
00060 webView = new QWebView(MapScreenClass);
00061 webView->setObjectName(QString::fromUtf8("webView"));
00062 webView->setMinimumSize(QSize(360, 531));
00063
00064 verticalLayout->addWidget(webView);
00065
00066 statusLabel = new QLabel(MapScreenClass);
00067 statusLabel->setObjectName(QString::fromUtf8("statusLabel"));
00068 statusLabel->setMaximumSize(QSize(360, 24));
00069 QFont font1;
00070 font1.setPointSize(6);
00071 statusLabel->setFont(font1);
00072 statusLabel->setWordWrap(true);
00073
00074 verticalLayout->addWidget(statusLabel);
00075
00076 horizontalLayout = new QHBoxLayout();
00077 horizontalLayout->setSpacing(0);
00078 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00079 shareButton = new QPushButton(MapScreenClass);
00080 shareButton->setObjectName(QString::fromUtf8("shareButton"));
00081 shareButton->setDefault(false);
00082 shareButton->setFlat(false);
00083
00084 horizontalLayout->addWidget(shareButton);
00085
00086 findButton = new QPushButton(MapScreenClass);
00087 findButton->setObjectName(QString::fromUtf8("findButton"));
00088
00089 horizontalLayout->addWidget(findButton);
00090
00091 optionsButton = new QPushButton(MapScreenClass);
00092 optionsButton->setObjectName(QString::fromUtf8("optionsButton"));
00093
00094 horizontalLayout->addWidget(optionsButton);
00095
00096
00097 verticalLayout->addLayout(horizontalLayout);
00098
00099
00100 retranslateUi(MapScreenClass);
00101
00102 QMetaObject::connectSlotsByName(MapScreenClass);
00103 }
00104
00105 void retranslateUi(QWidget *MapScreenClass)
00106 {
00107 MapScreenClass->setWindowTitle(QApplication::translate("MapScreenClass", "SecureClient", 0, QApplication::UnicodeUTF8));
00108 label->setText(QApplication::translate("MapScreenClass", "PrivL", 0, QApplication::UnicodeUTF8));
00109 statusLabel->setText(QString());
00110 shareButton->setText(QApplication::translate("MapScreenClass", "Share", 0, QApplication::UnicodeUTF8));
00111 findButton->setText(QApplication::translate("MapScreenClass", "Find", 0, QApplication::UnicodeUTF8));
00112 optionsButton->setText(QApplication::translate("MapScreenClass", "Options", 0, QApplication::UnicodeUTF8));
00113 }
00114
00115 };
00116
00117 namespace Ui {
00118 class MapScreenClass: public Ui_MapScreenClass {};
00119 }
00120
00121 QT_END_NAMESPACE
00122
00123 #endif // UI_MAPSCREEN_H