-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix-rpm-2
- Loading branch information
Showing
40 changed files
with
1,003 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
python/gui/auto_generated/editorwidgets/qgshtmlwidgetwrapper.sip.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/editorwidgets/qgshtmlwidgetwrapper.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ | ||
|
||
|
||
class QgsHtmlWidgetWrapper : QgsWidgetWrapper | ||
{ | ||
%Docstring | ||
Wraps a QQuickWidget to display HTML code | ||
|
||
.. versionadded:: 3.4 | ||
%End | ||
|
||
%TypeHeaderCode | ||
#include "qgshtmlwidgetwrapper.h" | ||
%End | ||
public: | ||
|
||
QgsHtmlWidgetWrapper( QgsVectorLayer *layer, QWidget *editor, QWidget *parent ); | ||
%Docstring | ||
Create a html widget wrapper | ||
|
||
:param layer: The layer on which the feature is | ||
:param editor: An editor widget. Can be ``None`` if one should be autogenerated. | ||
:param parent: A parent widget | ||
%End | ||
|
||
virtual bool valid() const; | ||
|
||
|
||
virtual QWidget *createWidget( QWidget *parent ); | ||
|
||
|
||
virtual void initWidget( QWidget *editor ); | ||
|
||
|
||
void reinitWidget(); | ||
%Docstring | ||
Clears the content and makes new initialization | ||
%End | ||
|
||
void setHtmlCode( const QString &htmlCode ); | ||
%Docstring | ||
Sets the HTML code to ``htmlCode`` | ||
%End | ||
|
||
public slots: | ||
virtual void setFeature( const QgsFeature &feature ); | ||
|
||
|
||
}; | ||
|
||
|
||
|
||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/editorwidgets/qgshtmlwidgetwrapper.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.