g_j_m 3c40292773 Altered the way in which plugins add items to the plugin menu. Old way
still supported for the moment. New way allows different plugins to use the
same submenu (e.g. Decorations for copyright and north arrow)


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3232 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-04-27 05:21:34 +00:00

80 lines
1.9 KiB
C++

/****************************************************************************
** Form interface generated from reading ui file 'pluginguibase.ui'
**
** Created: Wed Apr 27 14:43:25 2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef QGSCOMMUNITYREGPLUGINGUIBASE_H
#define QGSCOMMUNITYREGPLUGINGUIBASE_H
#include <qvariant.h>
#include <qpixmap.h>
#include <qdialog.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QFrame;
class QPushButton;
class QLabel;
class QTextEdit;
class QLineEdit;
class QgsCommunityRegPluginGuiBase : public QDialog
{
Q_OBJECT
public:
QgsCommunityRegPluginGuiBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~QgsCommunityRegPluginGuiBase();
QFrame* line1;
QPushButton* pbnOK;
QPushButton* pbnCancel;
QLabel* txtHeading;
QTextEdit* teInstructions_2;
QLabel* textLabel3;
QLabel* textLabel1;
QLabel* textLabel2_2;
QLineEdit* leLongitude;
QLabel* textLabel1_4;
QLineEdit* leEmail;
QLabel* textLabel1_3;
QLineEdit* leName;
QLineEdit* leCountry;
QLabel* textLabel1_2;
QLineEdit* leImageUrl;
QLineEdit* leHomeUrl;
QLabel* textLabel2;
QLabel* textLabel3_2;
QLineEdit* leLatitude;
QLineEdit* lePlaceDescription;
QLabel* pixmapLabel2;
QPushButton* pbnGetCoords;
public slots:
virtual void pbnOK_clicked();
virtual void pbnCancel_clicked();
virtual void pbnGetCoords_clicked();
protected:
QGridLayout* QgsCommunityRegPluginGuiBaseLayout;
QHBoxLayout* layout73;
QSpacerItem* spacer2;
QGridLayout* layout3;
protected slots:
virtual void languageChange();
private:
QPixmap image0;
QPixmap image1;
};
#endif // QGSCOMMUNITYREGPLUGINGUIBASE_H