Scribus
Open source desktop publishing at your fingertips
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sctextbrowserplugin.h
1
/*
2
For general Scribus (>=1.3.2) copyright and licensing information please refer
3
to the COPYING file provided with the program. Following this notice may exist
4
a copyright and/or license notice that predates the release of Scribus 1.3.2
5
for which a new license (GPL+exception) is in place.
6
*/
7
#ifndef SCTEXTBROWSERPLUGIN_H
8
#define SCTEXTBROWSERPLUGIN_H
9
10
#include <QDesignerContainerExtension>
11
#include <QDesignerCustomWidgetInterface>
12
13
14
class
QDesignerFormEditorInterface;
15
16
20
class
ScTextBrowserPlugin
:
public
QObject,
public
QDesignerCustomWidgetInterface
21
{
22
Q_OBJECT
23
Q_INTERFACES(QDesignerCustomWidgetInterface)
24
public
:
25
ScTextBrowserPlugin
(QObject* = 0);
26
bool
isContainer()
const
;
27
bool
isInitialized()
const
;
28
QIcon icon()
const
;
29
QString codeTemplate()
const
;
30
QString domXml()
const
;
31
QString group()
const
;
32
QString includeFile()
const
;
33
QString name()
const
;
34
QString toolTip()
const
;
35
QString whatsThis()
const
;
36
QWidget* createWidget(QWidget*);
37
void
initialize(QDesignerFormEditorInterface*);
38
private
:
39
bool
initialized;
40
};
41
42
#endif
43
ScTextBrowserPlugin
A ScTextBrowser plugin for Qt designer.
Definition:
sctextbrowserplugin.h:20
scribus
designer
sctextbrowserplugin.h
Generated on Tue Sep 29 2015 09:14:57 for Scribus by
1.8.9.1