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

« back to all changes in this revision

Viewing changes to plugins/geoprocessing/qgsdlgpgbufferbase.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 interface generated from reading ui file 'qgsdlgpgbufferbase.ui'
3
 
**
4
 
** Created: Fri Nov 4 14:21:10 2005
5
 
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
****************************************************************************/
9
 
 
10
 
#ifndef QGSDLGPGBUFFERBASE_H
11
 
#define QGSDLGPGBUFFERBASE_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qdialog.h>
15
 
 
16
 
class QVBoxLayout;
17
 
class QHBoxLayout;
18
 
class QGridLayout;
19
 
class QSpacerItem;
20
 
class QPushButton;
21
 
class QGroupBox;
22
 
class QLabel;
23
 
class QComboBox;
24
 
class QCheckBox;
25
 
class QLineEdit;
26
 
 
27
 
class QgsDlgPgBufferBase : public QDialog
28
 
{
29
 
    Q_OBJECT
30
 
 
31
 
public:
32
 
    QgsDlgPgBufferBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
33
 
    ~QgsDlgPgBufferBase();
34
 
 
35
 
    QPushButton* buttonHelp;
36
 
    QPushButton* buttonOk;
37
 
    QPushButton* buttonCancel;
38
 
    QGroupBox* groupBox1;
39
 
    QLabel* textLabel2;
40
 
    QLabel* textLabel3;
41
 
    QComboBox* cmbFields;
42
 
    QComboBox* cmbSchema;
43
 
    QLabel* textLabel2_2_2;
44
 
    QLabel* textLabel2_2;
45
 
    QLabel* textLabel1;
46
 
    QLabel* textLabel1_2;
47
 
    QCheckBox* chkAddToMap;
48
 
    QLineEdit* txtGeometryColumn;
49
 
    QLineEdit* txtSrid;
50
 
    QLineEdit* txtBufferedLayerName;
51
 
    QLineEdit* txtBufferDistance;
52
 
    QLabel* lblBufferInfo;
53
 
 
54
 
public slots:
55
 
    virtual void help();
56
 
 
57
 
protected:
58
 
    QGridLayout* QgsDlgPgBufferBaseLayout;
59
 
    QHBoxLayout* Layout1;
60
 
    QSpacerItem* Horizontal_Spacing2;
61
 
    QGridLayout* groupBox1Layout;
62
 
    QSpacerItem* spacer8;
63
 
    QSpacerItem* spacer9;
64
 
    QSpacerItem* spacer10;
65
 
    QSpacerItem* spacer4;
66
 
    QSpacerItem* spacer4_2;
67
 
    QSpacerItem* spacer6;
68
 
    QSpacerItem* spacer7;
69
 
 
70
 
protected slots:
71
 
    virtual void languageChange();
72
 
 
73
 
};
74
 
 
75
 
#endif // QGSDLGPGBUFFERBASE_H