mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4234 c8812cc2-4d05-0410-92ff-de0c093fc19c
59 lines
1.5 KiB
C++
59 lines
1.5 KiB
C++
/****************************************************************************
|
|
** Form interface generated from reading ui file 'qgslocationcapturewidgetbase.ui'
|
|
**
|
|
** Created: Sun Apr 24 15:11:25 2005
|
|
** by: The User Interface Compiler ($Id$)
|
|
**
|
|
** WARNING! All changes made in this file will be lost!
|
|
****************************************************************************/
|
|
|
|
#ifndef QGSLOCATIONCAPTUREWIDGETBASE_H
|
|
#define QGSLOCATIONCAPTUREWIDGETBASE_H
|
|
|
|
#include <qvariant.h>
|
|
#include <qwidget.h>
|
|
//Added by qt3to4:
|
|
#include <Q3VBoxLayout>
|
|
#include <Q3HBoxLayout>
|
|
#include <QLabel>
|
|
#include <Q3GridLayout>
|
|
|
|
class Q3VBoxLayout;
|
|
class Q3HBoxLayout;
|
|
class Q3GridLayout;
|
|
class QSpacerItem;
|
|
class QgsMapCanvas;
|
|
class QPushButton;
|
|
class QLabel;
|
|
|
|
class QgsLocationCaptureWidgetBase : public QWidget
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
QgsLocationCaptureWidgetBase( QWidget* parent = 0, const char* name = 0, Qt::WFlags fl = 0 );
|
|
~QgsLocationCaptureWidgetBase();
|
|
|
|
QgsMapCanvas* qgsMapCanvas;
|
|
QPushButton* pbnZoomIn;
|
|
QPushButton* pbnPan;
|
|
QPushButton* pbnZoomOut;
|
|
QPushButton* pbnCapturePos;
|
|
QPushButton* pushButton5;
|
|
QLabel* lblCapturePos;
|
|
QLabel* lblCurrentPos;
|
|
|
|
public slots:
|
|
virtual void qgsMapCanvas_xyClickCoordinates( QgsPoint & );
|
|
virtual void qgsMapCanvas_xyCoordinates( QgsPoint & );
|
|
|
|
protected:
|
|
Q3GridLayout* QgsLocationCaptureWidgetBaseLayout;
|
|
|
|
protected slots:
|
|
virtual void languageChange();
|
|
|
|
};
|
|
|
|
#endif // QGSLOCATIONCAPTUREWIDGETBASE_H
|