~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to src/qgsludialogbase.uic.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2004-12-21 09:46:27 UTC
  • Revision ID: james.westby@ubuntu.com-20041221094627-r9lb6mlz2o3yp8gn
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Form interface generated from reading ui file 'qgsludialogbase.ui'
 
3
**
 
4
** Created: Fri Dec 17 09:40:21 2004
 
5
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.3   edited Nov 24 2003 $)
 
6
**
 
7
** WARNING! All changes made in this file will be lost!
 
8
****************************************************************************/
 
9
 
 
10
#ifndef QGSLUDIALOGBASE_H
 
11
#define QGSLUDIALOGBASE_H
 
12
 
 
13
#include <qvariant.h>
 
14
#include <qdialog.h>
 
15
 
 
16
class QVBoxLayout;
 
17
class QHBoxLayout;
 
18
class QGridLayout;
 
19
class QSpacerItem;
 
20
class QLineEdit;
 
21
class QLabel;
 
22
class QPushButton;
 
23
 
 
24
class QgsLUDialogBase : public QDialog
 
25
{
 
26
    Q_OBJECT
 
27
 
 
28
public:
 
29
    QgsLUDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
30
    ~QgsLUDialogBase();
 
31
 
 
32
    QLineEdit* mLowerEdit;
 
33
    QLabel* mLowerLabel;
 
34
    QLabel* mBetweenLabel;
 
35
    QLineEdit* mUpperEdit;
 
36
    QPushButton* mOkButton;
 
37
    QPushButton* mCancelButton;
 
38
    QLabel* mUpperLabel;
 
39
 
 
40
protected:
 
41
    QGridLayout* QgsLUDialogBaseLayout;
 
42
    QSpacerItem* spacer4;
 
43
    QHBoxLayout* layout2;
 
44
    QSpacerItem* spacer9;
 
45
    QSpacerItem* spacer10;
 
46
 
 
47
protected slots:
 
48
    virtual void languageChange();
 
49
 
 
50
};
 
51
 
 
52
#endif // QGSLUDIALOGBASE_H