File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,16 @@ class QgsAttributeFormWidget : QWidget /Abstract/
122
122
123
123
bool searchWidgetToolButtonVisible() const;
124
124
%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.
125
127
:rtype: bool
126
128
%End
129
+
127
130
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
128
135
129
136
protected:
130
137
Original file line number Diff line number Diff line change @@ -120,7 +120,16 @@ class GUI_EXPORT QgsAttributeFormWidget : public QWidget // SIP_ABSTRACT
120
120
*/
121
121
void resetSearch ();
122
122
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
+ */
123
127
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
+ */
124
133
void setSearchWidgetToolButtonVisible ( bool searchWidgetToolButtonVisible );
125
134
126
135
protected:
You can’t perform that action at this time.
0 commit comments