mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Take a punt here - I don't think that this file should be in cvs (it's
automatically generated from the .ui file) git-svn-id: http://svn.osgeo.org/qgis/trunk@3243 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
6a7a5f2986
commit
6133ee4118
@ -1,91 +0,0 @@
|
||||
/****************************************************************************
|
||||
** Form interface generated from reading ui file 'qgsgrassregionbase.ui'
|
||||
**
|
||||
** Created: Sat Aug 14 10:43:40 2004
|
||||
** by: The User Interface Compiler ($Id$)
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef QGSGRASSREGIONBASE_H
|
||||
#define QGSGRASSREGIONBASE_H
|
||||
|
||||
#include <qvariant.h>
|
||||
#include <qwidget.h>
|
||||
|
||||
class QVBoxLayout;
|
||||
class QHBoxLayout;
|
||||
class QGridLayout;
|
||||
class QSpacerItem;
|
||||
class QFrame;
|
||||
class QLabel;
|
||||
class QLineEdit;
|
||||
class QRadioButton;
|
||||
class QPushButton;
|
||||
class QSpinBox;
|
||||
|
||||
class QgsGrassRegionBase : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
QgsGrassRegionBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
|
||||
~QgsGrassRegionBase();
|
||||
|
||||
QFrame* frame4;
|
||||
QLabel* textLabel1;
|
||||
QLineEdit* mNorth;
|
||||
QFrame* frame19;
|
||||
QLabel* textLabel2;
|
||||
QLineEdit* mWest;
|
||||
QLabel* textLabel3;
|
||||
QLineEdit* mEast;
|
||||
QFrame* frame20;
|
||||
QLabel* textLabel4;
|
||||
QLineEdit* mSouth;
|
||||
QFrame* frame5;
|
||||
QRadioButton* mNSResRadio;
|
||||
QLineEdit* mNSRes;
|
||||
QRadioButton* mRowsRadio;
|
||||
QLineEdit* mRows;
|
||||
QRadioButton* mColsRadio;
|
||||
QLineEdit* mEWRes;
|
||||
QLineEdit* mCols;
|
||||
QRadioButton* mEWResRadio;
|
||||
QFrame* frame6;
|
||||
QLabel* textLabel7;
|
||||
QPushButton* mColorButton;
|
||||
QLabel* textLabel6;
|
||||
QSpinBox* mWidthSpinBox;
|
||||
QFrame* frame8;
|
||||
QPushButton* acceptButton;
|
||||
QPushButton* rejectButton;
|
||||
|
||||
public slots:
|
||||
virtual void accept();
|
||||
virtual void reject();
|
||||
|
||||
protected:
|
||||
QGridLayout* QgsGrassRegionBaseLayout;
|
||||
QHBoxLayout* frame4Layout;
|
||||
QSpacerItem* spacer1;
|
||||
QSpacerItem* spacer2;
|
||||
QHBoxLayout* frame19Layout;
|
||||
QSpacerItem* spacer3;
|
||||
QHBoxLayout* frame20Layout;
|
||||
QSpacerItem* spacer4;
|
||||
QSpacerItem* spacer5;
|
||||
QGridLayout* frame5Layout;
|
||||
QHBoxLayout* frame6Layout;
|
||||
QSpacerItem* spacer6;
|
||||
QHBoxLayout* frame8Layout;
|
||||
QSpacerItem* spacer7;
|
||||
QSpacerItem* spacer8;
|
||||
QSpacerItem* spacer9;
|
||||
|
||||
protected slots:
|
||||
virtual void languageChange();
|
||||
|
||||
};
|
||||
|
||||
#endif // QGSGRASSREGIONBASE_H
|
Loading…
x
Reference in New Issue
Block a user