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

« back to all changes in this revision

Viewing changes to plugins/spit/qgseditreservedwordsbase.h

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/****************************************************************************
2
 
** Form interface generated from reading ui file 'qgseditreservedwordsbase.ui'
3
 
**
4
 
** Created: Fri Nov 4 14:21:26 2005
5
 
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
6
 
**
7
 
** WARNING! All changes made in this file will be lost!
8
 
****************************************************************************/
9
 
 
10
 
#ifndef QGSEDITRESERVEDWORDSBASE_H
11
 
#define QGSEDITRESERVEDWORDSBASE_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 QListView;
21
 
class QListViewItem;
22
 
class QTextEdit;
23
 
class QPushButton;
24
 
class QGroupBox;
25
 
class QListBox;
26
 
class QListBoxItem;
27
 
 
28
 
class QgsEditReservedWordsBase : public QDialog
29
 
{
30
 
    Q_OBJECT
31
 
 
32
 
public:
33
 
    QgsEditReservedWordsBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
34
 
    ~QgsEditReservedWordsBase();
35
 
 
36
 
    QListView* lvColumns;
37
 
    QTextEdit* txtExplanation;
38
 
    QPushButton* buttonHelp;
39
 
    QPushButton* buttonOk;
40
 
    QPushButton* buttonCancel;
41
 
    QGroupBox* groupBox1;
42
 
    QListBox* lstReservedWords;
43
 
 
44
 
public slots:
45
 
    virtual void checkWord(QListViewItem*,int,const QString&);
46
 
    virtual void editWord(QListViewItem*);
47
 
 
48
 
protected:
49
 
    QGridLayout* QgsEditReservedWordsBaseLayout;
50
 
    QHBoxLayout* Layout1;
51
 
    QSpacerItem* Horizontal_Spacing2;
52
 
    QGridLayout* groupBox1Layout;
53
 
 
54
 
protected slots:
55
 
    virtual void languageChange();
56
 
 
57
 
};
58
 
 
59
 
#endif // QGSEDITRESERVEDWORDSBASE_H