Skip to content

Commit 37b0d4c

Browse files
committed
Add missing api documentation
1 parent 776ca7a commit 37b0d4c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

python/gui/qgsattributeformwidget.sip

+7
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,16 @@ class QgsAttributeFormWidget : QWidget /Abstract/
122122

123123
bool searchWidgetToolButtonVisible() const;
124124
%Docstring
125+
The visibility of the search widget tool button, that allows (de)activating
126+
this search widgte or defines the comparison operator to use.
125127
:rtype: bool
126128
%End
129+
127130
void setSearchWidgetToolButtonVisible( bool searchWidgetToolButtonVisible );
131+
%Docstring
132+
The visibility of the search widget tool button, that allows (de)activating
133+
this search widgte or defines the comparison operator to use.
134+
%End
128135

129136
protected:
130137

src/gui/qgsattributeformwidget.h

+9
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,16 @@ class GUI_EXPORT QgsAttributeFormWidget : public QWidget // SIP_ABSTRACT
120120
*/
121121
void resetSearch();
122122

123+
/**
124+
* The visibility of the search widget tool button, that allows (de)activating
125+
* this search widgte or defines the comparison operator to use.
126+
*/
123127
bool searchWidgetToolButtonVisible() const;
128+
129+
/**
130+
* The visibility of the search widget tool button, that allows (de)activating
131+
* this search widgte or defines the comparison operator to use.
132+
*/
124133
void setSearchWidgetToolButtonVisible( bool searchWidgetToolButtonVisible );
125134

126135
protected:

0 commit comments

Comments
 (0)