0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'installdialog.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:13 2009
|
|
5 |
** by: Qt User Interface Compiler version 4.6.0
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef INSTALLDIALOG_H
|
|
11 |
#define INSTALLDIALOG_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QDialog>
|
|
18 |
#include <QtGui/QFrame>
|
|
19 |
#include <QtGui/QGridLayout>
|
|
20 |
#include <QtGui/QHeaderView>
|
|
21 |
#include <QtGui/QLabel>
|
|
22 |
#include <QtGui/QLineEdit>
|
|
23 |
#include <QtGui/QListWidget>
|
|
24 |
#include <QtGui/QProgressBar>
|
|
25 |
#include <QtGui/QPushButton>
|
|
26 |
#include <QtGui/QSpacerItem>
|
|
27 |
#include <QtGui/QToolButton>
|
|
28 |
|
|
29 |
QT_BEGIN_NAMESPACE
|
|
30 |
|
|
31 |
class Ui_InstallDialog
|
|
32 |
{
|
|
33 |
public:
|
|
34 |
QGridLayout *gridLayout;
|
|
35 |
QLabel *label;
|
|
36 |
QListWidget *listWidget;
|
|
37 |
QPushButton *installButton;
|
|
38 |
QPushButton *cancelButton;
|
|
39 |
QPushButton *closeButton;
|
|
40 |
QSpacerItem *spacerItem;
|
|
41 |
QLabel *label_4;
|
|
42 |
QLineEdit *pathLineEdit;
|
|
43 |
QToolButton *browseButton;
|
|
44 |
QFrame *line;
|
|
45 |
QLabel *statusLabel;
|
|
46 |
QProgressBar *progressBar;
|
|
47 |
|
|
48 |
void setupUi(QDialog *InstallDialog)
|
|
49 |
{
|
|
50 |
if (InstallDialog->objectName().isEmpty())
|
|
51 |
InstallDialog->setObjectName(QString::fromUtf8("InstallDialog"));
|
|
52 |
InstallDialog->resize(436, 245);
|
|
53 |
gridLayout = new QGridLayout(InstallDialog);
|
|
54 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
55 |
label = new QLabel(InstallDialog);
|
|
56 |
label->setObjectName(QString::fromUtf8("label"));
|
|
57 |
|
|
58 |
gridLayout->addWidget(label, 0, 0, 1, 4);
|
|
59 |
|
|
60 |
listWidget = new QListWidget(InstallDialog);
|
|
61 |
listWidget->setObjectName(QString::fromUtf8("listWidget"));
|
|
62 |
|
|
63 |
gridLayout->addWidget(listWidget, 1, 0, 4, 4);
|
|
64 |
|
|
65 |
installButton = new QPushButton(InstallDialog);
|
|
66 |
installButton->setObjectName(QString::fromUtf8("installButton"));
|
|
67 |
|
|
68 |
gridLayout->addWidget(installButton, 1, 4, 1, 1);
|
|
69 |
|
|
70 |
cancelButton = new QPushButton(InstallDialog);
|
|
71 |
cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
|
|
72 |
|
|
73 |
gridLayout->addWidget(cancelButton, 2, 4, 1, 1);
|
|
74 |
|
|
75 |
closeButton = new QPushButton(InstallDialog);
|
|
76 |
closeButton->setObjectName(QString::fromUtf8("closeButton"));
|
|
77 |
|
|
78 |
gridLayout->addWidget(closeButton, 3, 4, 1, 1);
|
|
79 |
|
|
80 |
spacerItem = new QSpacerItem(20, 56, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
81 |
|
|
82 |
gridLayout->addItem(spacerItem, 4, 4, 1, 1);
|
|
83 |
|
|
84 |
label_4 = new QLabel(InstallDialog);
|
|
85 |
label_4->setObjectName(QString::fromUtf8("label_4"));
|
|
86 |
|
|
87 |
gridLayout->addWidget(label_4, 5, 0, 1, 1);
|
|
88 |
|
|
89 |
pathLineEdit = new QLineEdit(InstallDialog);
|
|
90 |
pathLineEdit->setObjectName(QString::fromUtf8("pathLineEdit"));
|
|
91 |
|
|
92 |
gridLayout->addWidget(pathLineEdit, 5, 1, 1, 2);
|
|
93 |
|
|
94 |
browseButton = new QToolButton(InstallDialog);
|
|
95 |
browseButton->setObjectName(QString::fromUtf8("browseButton"));
|
|
96 |
|
|
97 |
gridLayout->addWidget(browseButton, 5, 3, 1, 1);
|
|
98 |
|
|
99 |
line = new QFrame(InstallDialog);
|
|
100 |
line->setObjectName(QString::fromUtf8("line"));
|
|
101 |
line->setFrameShape(QFrame::HLine);
|
|
102 |
line->setFrameShadow(QFrame::Sunken);
|
|
103 |
|
|
104 |
gridLayout->addWidget(line, 6, 0, 1, 5);
|
|
105 |
|
|
106 |
statusLabel = new QLabel(InstallDialog);
|
|
107 |
statusLabel->setObjectName(QString::fromUtf8("statusLabel"));
|
|
108 |
|
|
109 |
gridLayout->addWidget(statusLabel, 7, 0, 1, 2);
|
|
110 |
|
|
111 |
progressBar = new QProgressBar(InstallDialog);
|
|
112 |
progressBar->setObjectName(QString::fromUtf8("progressBar"));
|
|
113 |
progressBar->setValue(0);
|
|
114 |
progressBar->setOrientation(Qt::Horizontal);
|
|
115 |
|
|
116 |
gridLayout->addWidget(progressBar, 7, 2, 1, 3);
|
|
117 |
|
|
118 |
|
|
119 |
retranslateUi(InstallDialog);
|
|
120 |
QObject::connect(closeButton, SIGNAL(clicked()), InstallDialog, SLOT(accept()));
|
|
121 |
|
|
122 |
QMetaObject::connectSlotsByName(InstallDialog);
|
|
123 |
} // setupUi
|
|
124 |
|
|
125 |
void retranslateUi(QDialog *InstallDialog)
|
|
126 |
{
|
|
127 |
InstallDialog->setWindowTitle(QApplication::translate("InstallDialog", "Install Documentation", 0, QApplication::UnicodeUTF8));
|
|
128 |
label->setText(QApplication::translate("InstallDialog", "Available Documentation:", 0, QApplication::UnicodeUTF8));
|
|
129 |
installButton->setText(QApplication::translate("InstallDialog", "Install", 0, QApplication::UnicodeUTF8));
|
|
130 |
cancelButton->setText(QApplication::translate("InstallDialog", "Cancel", 0, QApplication::UnicodeUTF8));
|
|
131 |
closeButton->setText(QApplication::translate("InstallDialog", "Close", 0, QApplication::UnicodeUTF8));
|
|
132 |
label_4->setText(QApplication::translate("InstallDialog", "Installation Path:", 0, QApplication::UnicodeUTF8));
|
|
133 |
browseButton->setText(QApplication::translate("InstallDialog", "...", 0, QApplication::UnicodeUTF8));
|
|
134 |
} // retranslateUi
|
|
135 |
|
|
136 |
};
|
|
137 |
|
|
138 |
namespace Ui {
|
|
139 |
class InstallDialog: public Ui_InstallDialog {};
|
|
140 |
} // namespace Ui
|
|
141 |
|
|
142 |
QT_END_NAMESPACE
|
|
143 |
|
|
144 |
#endif // INSTALLDIALOG_H
|