mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/settings/qgssettingstreewidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsSettingsTreeWidget : QWidget, QgsOptionsDialogHighlightWidget
|
|
{
|
|
%Docstring(signature="appended")
|
|
:py:class:`QgsSettingsTreeWidget` is a widget with the settings tree to visualize, search and edit settings
|
|
|
|
.. versionadded:: 3.32
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgssettingstreewidget.h"
|
|
%End
|
|
public:
|
|
explicit QgsSettingsTreeWidget( QWidget *parent = 0 );
|
|
%Docstring
|
|
Constructor
|
|
%End
|
|
|
|
|
|
void applyChanges() const;
|
|
%Docstring
|
|
Apply changes to settings value
|
|
%End
|
|
|
|
protected:
|
|
virtual bool searchText( const QString &text );
|
|
|
|
virtual bool highlightText( const QString &text );
|
|
|
|
virtual void reset();
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/settings/qgssettingstreewidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|