~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to plugins/spit/qgsmessageviewerbase.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 'qgsmessageviewerbase.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 QGSMESSAGEVIEWERBASE_H
11
 
#define QGSMESSAGEVIEWERBASE_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 QTextEdit;
21
 
class QPushButton;
22
 
 
23
 
class QgsMessageViewerBase : public QDialog
24
 
{
25
 
    Q_OBJECT
26
 
 
27
 
public:
28
 
    QgsMessageViewerBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29
 
    ~QgsMessageViewerBase();
30
 
 
31
 
    QTextEdit* txtMessage;
32
 
    QPushButton* btnClose;
33
 
 
34
 
public slots:
35
 
    virtual void setMessage( QString msg );
36
 
 
37
 
protected:
38
 
    QGridLayout* QgsMessageViewerBaseLayout;
39
 
    QSpacerItem* spacer1;
40
 
 
41
 
protected slots:
42
 
    virtual void languageChange();
43
 
 
44
 
};
45
 
 
46
 
#endif // QGSMESSAGEVIEWERBASE_H