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

« back to all changes in this revision

Viewing changes to helpviewer/qgshelpviewerbase.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2005-11-05 16:04:45 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051105160445-l0g4isz5bc9yehet
Tags: 0.7.4-1
* New upstream release
* Build GRASS support in qgis-plugin-grass package (Closes: #248649)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
** Form interface generated from reading ui file 'qgshelpviewerbase.ui'
 
3
**
 
4
** Created: Fri Nov 4 14:27:15 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 QGSHELPVIEWERBASE_H
 
11
#define QGSHELPVIEWERBASE_H
 
12
 
 
13
#include <qvariant.h>
 
14
#include <qpixmap.h>
 
15
#include <qdialog.h>
 
16
 
 
17
class QVBoxLayout;
 
18
class QHBoxLayout;
 
19
class QGridLayout;
 
20
class QSpacerItem;
 
21
class QTextBrowser;
 
22
class QPushButton;
 
23
 
 
24
class QgsHelpViewerBase : public QDialog
 
25
{
 
26
    Q_OBJECT
 
27
 
 
28
public:
 
29
    QgsHelpViewerBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
 
30
    ~QgsHelpViewerBase();
 
31
 
 
32
    QTextBrowser* txtBrowser;
 
33
    QPushButton* buttonCancel;
 
34
 
 
35
protected:
 
36
    QGridLayout* QgsHelpViewerBaseLayout;
 
37
    QHBoxLayout* layout4;
 
38
    QSpacerItem* Horizontal_Spacing2;
 
39
 
 
40
protected slots:
 
41
    virtual void languageChange();
 
42
 
 
43
private:
 
44
    QPixmap image0;
 
45
 
 
46
};
 
47
 
 
48
#endif // QGSHELPVIEWERBASE_H