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

« back to all changes in this revision

Viewing changes to plugins/community_reg_plugin/pluginguibase.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 'pluginguibase.ui'
3
 
**
4
 
** Created: Fri Nov 4 14:30:44 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 QGSCOMMUNITYREGPLUGINGUIBASE_H
11
 
#define QGSCOMMUNITYREGPLUGINGUIBASE_H
12
 
 
13
 
#include <qvariant.h>
14
 
#include <qpixmap.h>
15
 
#include <qdialog.h>
16
 
 
17
 
class QVBoxLayout;
18
 
class QHBoxLayout;
19
 
class QGridLayout;
20
 
class QSpacerItem;
21
 
class QFrame;
22
 
class QPushButton;
23
 
class QLabel;
24
 
class QTextEdit;
25
 
class QLineEdit;
26
 
 
27
 
class QgsCommunityRegPluginGuiBase : public QDialog
28
 
{
29
 
    Q_OBJECT
30
 
 
31
 
public:
32
 
    QgsCommunityRegPluginGuiBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
33
 
    ~QgsCommunityRegPluginGuiBase();
34
 
 
35
 
    QFrame* line1;
36
 
    QPushButton* pbnOK;
37
 
    QPushButton* pbnCancel;
38
 
    QLabel* txtHeading;
39
 
    QTextEdit* teInstructions_2;
40
 
    QLabel* textLabel3;
41
 
    QLabel* textLabel1;
42
 
    QLabel* textLabel2_2;
43
 
    QLineEdit* leLongitude;
44
 
    QLabel* textLabel1_4;
45
 
    QLineEdit* leEmail;
46
 
    QLabel* textLabel1_3;
47
 
    QLineEdit* leName;
48
 
    QLineEdit* leCountry;
49
 
    QLabel* textLabel1_2;
50
 
    QLineEdit* leImageUrl;
51
 
    QLineEdit* leHomeUrl;
52
 
    QLabel* textLabel2;
53
 
    QLabel* textLabel3_2;
54
 
    QLineEdit* leLatitude;
55
 
    QLineEdit* lePlaceDescription;
56
 
    QLabel* pixmapLabel2;
57
 
    QPushButton* pbnGetCoords;
58
 
 
59
 
public slots:
60
 
    virtual void pbnOK_clicked();
61
 
    virtual void pbnCancel_clicked();
62
 
    virtual void pbnGetCoords_clicked();
63
 
 
64
 
protected:
65
 
    QGridLayout* QgsCommunityRegPluginGuiBaseLayout;
66
 
    QHBoxLayout* layout73;
67
 
    QSpacerItem* spacer2;
68
 
    QGridLayout* layout3;
69
 
 
70
 
protected slots:
71
 
    virtual void languageChange();
72
 
 
73
 
private:
74
 
    QPixmap image0;
75
 
    QPixmap image1;
76
 
 
77
 
};
78
 
 
79
 
#endif // QGSCOMMUNITYREGPLUGINGUIBASE_H