0
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'pathpage.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Sep 4 10:17:14 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 PATHPAGE_H
|
|
11 |
#define PATHPAGE_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QGridLayout>
|
|
18 |
#include <QtGui/QHeaderView>
|
|
19 |
#include <QtGui/QLabel>
|
|
20 |
#include <QtGui/QLineEdit>
|
|
21 |
#include <QtGui/QListWidget>
|
|
22 |
#include <QtGui/QPushButton>
|
|
23 |
#include <QtGui/QSpacerItem>
|
|
24 |
#include <QtGui/QWidget>
|
|
25 |
|
|
26 |
QT_BEGIN_NAMESPACE
|
|
27 |
|
|
28 |
class Ui_PathPage
|
|
29 |
{
|
|
30 |
public:
|
|
31 |
QGridLayout *gridLayout;
|
|
32 |
QLabel *label_2;
|
|
33 |
QLineEdit *filterLineEdit;
|
|
34 |
QSpacerItem *spacerItem;
|
|
35 |
QLabel *label;
|
|
36 |
QListWidget *pathListWidget;
|
|
37 |
QPushButton *addButton;
|
|
38 |
QPushButton *removeButton;
|
|
39 |
QSpacerItem *spacerItem1;
|
|
40 |
QSpacerItem *spacerItem2;
|
|
41 |
|
|
42 |
void setupUi(QWidget *PathPage)
|
|
43 |
{
|
|
44 |
if (PathPage->objectName().isEmpty())
|
|
45 |
PathPage->setObjectName(QString::fromUtf8("PathPage"));
|
|
46 |
PathPage->resize(417, 243);
|
|
47 |
gridLayout = new QGridLayout(PathPage);
|
|
48 |
gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
|
|
49 |
label_2 = new QLabel(PathPage);
|
|
50 |
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
51 |
QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
|
|
52 |
sizePolicy.setHorizontalStretch(0);
|
|
53 |
sizePolicy.setVerticalStretch(0);
|
|
54 |
sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
|
|
55 |
label_2->setSizePolicy(sizePolicy);
|
|
56 |
|
|
57 |
gridLayout->addWidget(label_2, 0, 0, 1, 1);
|
|
58 |
|
|
59 |
filterLineEdit = new QLineEdit(PathPage);
|
|
60 |
filterLineEdit->setObjectName(QString::fromUtf8("filterLineEdit"));
|
|
61 |
|
|
62 |
gridLayout->addWidget(filterLineEdit, 0, 1, 1, 2);
|
|
63 |
|
|
64 |
spacerItem = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
|
|
65 |
|
|
66 |
gridLayout->addItem(spacerItem, 1, 1, 1, 1);
|
|
67 |
|
|
68 |
label = new QLabel(PathPage);
|
|
69 |
label->setObjectName(QString::fromUtf8("label"));
|
|
70 |
|
|
71 |
gridLayout->addWidget(label, 2, 0, 1, 3);
|
|
72 |
|
|
73 |
pathListWidget = new QListWidget(PathPage);
|
|
74 |
pathListWidget->setObjectName(QString::fromUtf8("pathListWidget"));
|
|
75 |
|
|
76 |
gridLayout->addWidget(pathListWidget, 3, 0, 3, 3);
|
|
77 |
|
|
78 |
addButton = new QPushButton(PathPage);
|
|
79 |
addButton->setObjectName(QString::fromUtf8("addButton"));
|
|
80 |
QSizePolicy sizePolicy1(QSizePolicy::Maximum, QSizePolicy::Fixed);
|
|
81 |
sizePolicy1.setHorizontalStretch(0);
|
|
82 |
sizePolicy1.setVerticalStretch(0);
|
|
83 |
sizePolicy1.setHeightForWidth(addButton->sizePolicy().hasHeightForWidth());
|
|
84 |
addButton->setSizePolicy(sizePolicy1);
|
|
85 |
|
|
86 |
gridLayout->addWidget(addButton, 3, 3, 1, 1);
|
|
87 |
|
|
88 |
removeButton = new QPushButton(PathPage);
|
|
89 |
removeButton->setObjectName(QString::fromUtf8("removeButton"));
|
|
90 |
sizePolicy1.setHeightForWidth(removeButton->sizePolicy().hasHeightForWidth());
|
|
91 |
removeButton->setSizePolicy(sizePolicy1);
|
|
92 |
|
|
93 |
gridLayout->addWidget(removeButton, 4, 3, 1, 1);
|
|
94 |
|
|
95 |
spacerItem1 = new QSpacerItem(20, 51, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
96 |
|
|
97 |
gridLayout->addItem(spacerItem1, 5, 3, 1, 1);
|
|
98 |
|
|
99 |
spacerItem2 = new QSpacerItem(20, 31, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
|
100 |
|
|
101 |
gridLayout->addItem(spacerItem2, 6, 2, 1, 1);
|
|
102 |
|
|
103 |
|
|
104 |
retranslateUi(PathPage);
|
|
105 |
|
|
106 |
QMetaObject::connectSlotsByName(PathPage);
|
|
107 |
} // setupUi
|
|
108 |
|
|
109 |
void retranslateUi(QWidget *PathPage)
|
|
110 |
{
|
|
111 |
PathPage->setWindowTitle(QApplication::translate("PathPage", "Form", 0, QApplication::UnicodeUTF8));
|
|
112 |
label_2->setText(QApplication::translate("PathPage", "File filters:", 0, QApplication::UnicodeUTF8));
|
|
113 |
label->setText(QApplication::translate("PathPage", "Documentation source file paths:", 0, QApplication::UnicodeUTF8));
|
|
114 |
addButton->setText(QApplication::translate("PathPage", "Add", 0, QApplication::UnicodeUTF8));
|
|
115 |
removeButton->setText(QApplication::translate("PathPage", "Remove", 0, QApplication::UnicodeUTF8));
|
|
116 |
} // retranslateUi
|
|
117 |
|
|
118 |
};
|
|
119 |
|
|
120 |
namespace Ui {
|
|
121 |
class PathPage: public Ui_PathPage {};
|
|
122 |
} // namespace Ui
|
|
123 |
|
|
124 |
QT_END_NAMESPACE
|
|
125 |
|
|
126 |
#endif // PATHPAGE_H
|