~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to src/ui/ui_qgsmeasurebase.h

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********************************************************************************
 
2
** Form generated from reading ui file 'qgsmeasurebase.ui'
 
3
**
 
4
** Created: Sat Dec 30 02:00:16 2006
 
5
**      by: Qt User Interface Compiler version 4.2.2
 
6
**
 
7
** WARNING! All changes made in this file will be lost when recompiling ui file!
 
8
********************************************************************************/
 
9
 
 
10
#ifndef UI_QGSMEASUREBASE_H
 
11
#define UI_QGSMEASUREBASE_H
 
12
 
 
13
#include <Qt3Support/Q3Frame>
 
14
#include <Qt3Support/Q3Header>
 
15
#include <Qt3Support/Q3Table>
 
16
#include <QtCore/QVariant>
 
17
#include <QtGui/QAction>
 
18
#include <QtGui/QApplication>
 
19
#include <QtGui/QButtonGroup>
 
20
#include <QtGui/QDialog>
 
21
#include <QtGui/QGridLayout>
 
22
#include <QtGui/QHBoxLayout>
 
23
#include <QtGui/QLabel>
 
24
#include <QtGui/QLineEdit>
 
25
#include <QtGui/QPushButton>
 
26
#include <QtGui/QSpacerItem>
 
27
 
 
28
class Ui_QgsMeasureBase
 
29
{
 
30
public:
 
31
    QGridLayout *gridLayout;
 
32
    QLineEdit *editTotal;
 
33
    QSpacerItem *spacerItem;
 
34
    QLabel *textLabel2;
 
35
    Q3Table *mTable;
 
36
    Q3Frame *frame4;
 
37
    QHBoxLayout *hboxLayout;
 
38
    QPushButton *btnHelp;
 
39
    QSpacerItem *spacerItem1;
 
40
    QPushButton *mRestartButton;
 
41
    QPushButton *mCloseButton;
 
42
 
 
43
    void setupUi(QDialog *QgsMeasureBase)
 
44
    {
 
45
    QgsMeasureBase->setObjectName(QString::fromUtf8("QgsMeasureBase"));
 
46
    QgsMeasureBase->setBaseSize(QSize(150, 200));
 
47
    QgsMeasureBase->setWindowIcon(QIcon());
 
48
    gridLayout = new QGridLayout(QgsMeasureBase);
 
49
    gridLayout->setSpacing(6);
 
50
    gridLayout->setMargin(9);
 
51
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
 
52
    editTotal = new QLineEdit(QgsMeasureBase);
 
53
    editTotal->setObjectName(QString::fromUtf8("editTotal"));
 
54
    QFont font;
 
55
    font.setBold(true);
 
56
    font.setWeight(75);
 
57
    editTotal->setFont(font);
 
58
    editTotal->setAlignment(Qt::AlignRight);
 
59
    editTotal->setReadOnly(true);
 
60
 
 
61
    gridLayout->addWidget(editTotal, 1, 2, 1, 1);
 
62
 
 
63
    spacerItem = new QSpacerItem(41, 25, QSizePolicy::Fixed, QSizePolicy::Minimum);
 
64
 
 
65
    gridLayout->addItem(spacerItem, 1, 1, 1, 1);
 
66
 
 
67
    textLabel2 = new QLabel(QgsMeasureBase);
 
68
    textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
 
69
 
 
70
    gridLayout->addWidget(textLabel2, 1, 0, 1, 1);
 
71
 
 
72
    mTable = new Q3Table(QgsMeasureBase);
 
73
    mTable->setObjectName(QString::fromUtf8("mTable"));
 
74
    mTable->setResizePolicy(Q3ScrollView::Manual);
 
75
    mTable->setNumRows(0);
 
76
    mTable->setNumCols(1);
 
77
    mTable->setShowGrid(true);
 
78
    mTable->setReadOnly(true);
 
79
 
 
80
    gridLayout->addWidget(mTable, 0, 0, 1, 3);
 
81
 
 
82
    frame4 = new Q3Frame(QgsMeasureBase);
 
83
    frame4->setObjectName(QString::fromUtf8("frame4"));
 
84
    frame4->setMinimumSize(QSize(150, 0));
 
85
    frame4->setFrameShape(QFrame::StyledPanel);
 
86
    frame4->setFrameShadow(QFrame::Plain);
 
87
    frame4->setLineWidth(0);
 
88
    hboxLayout = new QHBoxLayout(frame4);
 
89
    hboxLayout->setSpacing(6);
 
90
    hboxLayout->setMargin(4);
 
91
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
 
92
    btnHelp = new QPushButton(frame4);
 
93
    btnHelp->setObjectName(QString::fromUtf8("btnHelp"));
 
94
 
 
95
    hboxLayout->addWidget(btnHelp);
 
96
 
 
97
    spacerItem1 = new QSpacerItem(30, 26, QSizePolicy::Expanding, QSizePolicy::Minimum);
 
98
 
 
99
    hboxLayout->addItem(spacerItem1);
 
100
 
 
101
    mRestartButton = new QPushButton(frame4);
 
102
    mRestartButton->setObjectName(QString::fromUtf8("mRestartButton"));
 
103
 
 
104
    hboxLayout->addWidget(mRestartButton);
 
105
 
 
106
    mCloseButton = new QPushButton(frame4);
 
107
    mCloseButton->setObjectName(QString::fromUtf8("mCloseButton"));
 
108
 
 
109
    hboxLayout->addWidget(mCloseButton);
 
110
 
 
111
 
 
112
    gridLayout->addWidget(frame4, 2, 0, 1, 3);
 
113
 
 
114
    textLabel2->setBuddy(editTotal);
 
115
 
 
116
    retranslateUi(QgsMeasureBase);
 
117
 
 
118
    QSize size(252, 272);
 
119
    size = size.expandedTo(QgsMeasureBase->minimumSizeHint());
 
120
    QgsMeasureBase->resize(size);
 
121
 
 
122
 
 
123
    QMetaObject::connectSlotsByName(QgsMeasureBase);
 
124
    } // setupUi
 
125
 
 
126
    void retranslateUi(QDialog *QgsMeasureBase)
 
127
    {
 
128
    QgsMeasureBase->setWindowTitle(QApplication::translate("QgsMeasureBase", "Measure", 0, QApplication::UnicodeUTF8));
 
129
    textLabel2->setText(QApplication::translate("QgsMeasureBase", "Total:", 0, QApplication::UnicodeUTF8));
 
130
    btnHelp->setText(QApplication::translate("QgsMeasureBase", "Help", 0, QApplication::UnicodeUTF8));
 
131
    mRestartButton->setText(QApplication::translate("QgsMeasureBase", "New", 0, QApplication::UnicodeUTF8));
 
132
    mCloseButton->setText(QApplication::translate("QgsMeasureBase", "Cl&ose", 0, QApplication::UnicodeUTF8));
 
133
    Q_UNUSED(QgsMeasureBase);
 
134
    } // retranslateUi
 
135
 
 
136
};
 
137
 
 
138
namespace Ui {
 
139
    class QgsMeasureBase: public Ui_QgsMeasureBase {};
 
140
} // namespace Ui
 
141
 
 
142
#endif // UI_QGSMEASUREBASE_H