From 6133ee41181f34fcb17d8695a0d059000a17d0e4 Mon Sep 17 00:00:00 2001 From: g_j_m Date: Wed, 27 Apr 2005 20:59:47 +0000 Subject: [PATCH] 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 --- plugins/grass/qgsgrassregionbase.h | 91 ------------------------------ 1 file changed, 91 deletions(-) delete mode 100644 plugins/grass/qgsgrassregionbase.h diff --git a/plugins/grass/qgsgrassregionbase.h b/plugins/grass/qgsgrassregionbase.h deleted file mode 100644 index 893d09a8dfa..00000000000 --- a/plugins/grass/qgsgrassregionbase.h +++ /dev/null @@ -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 -#include - -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