summaryrefslogtreecommitdiff
path: root/test/poi-service/poi-client/ui_about-dialog.h
blob: 12b0d17daf4e607987b15a357f9b662ee95d06e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/********************************************************************************
** Form generated from reading UI file 'about-dialog.ui'
**
** Created: Fri Feb 7 10:48:21 2014
**      by: Qt User Interface Compiler version 4.8.1
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/

#ifndef UI_ABOUT_2D_DIALOG_H
#define UI_ABOUT_2D_DIALOG_H

#include <QtCore/QVariant>
#include <QAction>
#include <QApplication>
#include <QButtonGroup>
#include <QDialog>
#include <QHeaderView>
#include <QPushButton>
#include <QTextBrowser>
#include <QWidget>

QT_BEGIN_NAMESPACE

class Ui_aboutDialog
{
public:
    QTextBrowser *textBrowser;
    QPushButton *pushButton;
    QWidget *widget;

    void setupUi(QDialog *aboutDialog)
    {
        if (aboutDialog->objectName().isEmpty())
            aboutDialog->setObjectName(QString::fromUtf8("aboutDialog"));
        aboutDialog->setEnabled(true);
        aboutDialog->resize(400, 276);
        aboutDialog->setStyleSheet(QString::fromUtf8("background-color: rgb(176, 196, 222);"));
        textBrowser = new QTextBrowser(aboutDialog);
        textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
        textBrowser->setEnabled(true);
        textBrowser->setGeometry(QRect(20, 10, 361, 192));
        textBrowser->setSource(QUrl(QString::fromUtf8("qrc:/new/text/about.txt")));
        pushButton = new QPushButton(aboutDialog);
        pushButton->setObjectName(QString::fromUtf8("pushButton"));
        pushButton->setGeometry(QRect(280, 220, 98, 27));
        pushButton->setStyleSheet(QString::fromUtf8("background-color: rgb(170, 255, 255);"));
        widget = new QWidget(aboutDialog);
        widget->setObjectName(QString::fromUtf8("widget"));
        widget->setGeometry(QRect(30, 210, 231, 51));
        widget->setStyleSheet(QString::fromUtf8("image: url(:/new/image/psa.jpg);"));

        retranslateUi(aboutDialog);
        QObject::connect(pushButton, SIGNAL(clicked()), aboutDialog, SLOT(accept()));

        QMetaObject::connectSlotsByName(aboutDialog);
    } // setupUi

    void retranslateUi(QDialog *aboutDialog)
    {
        aboutDialog->setWindowTitle(QApplication::translate("aboutDialog", "About", 0));
        pushButton->setText(QApplication::translate("aboutDialog", "OK", 0));
    } // retranslateUi

};

namespace Ui {
    class aboutDialog: public Ui_aboutDialog {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_ABOUT_2D_DIALOG_H