We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7dd37b3 commit 32c81a0Copy full SHA for 32c81a0
python/gui/qgsnewvectorlayerdialog.sip
@@ -65,7 +65,11 @@ Returns the file format for storage
65
void on_mRemoveAttributeButton_clicked();
66
void on_mFileFormatComboBox_currentIndexChanged( int index );
67
void on_mTypeBox_currentIndexChanged( int index );
68
+
69
void showHelp();
70
+%Docstring
71
+Open the associated help
72
+%End
73
void nameChanged( const QString & );
74
void selectionChanged();
75
python/gui/symbology/qgsstylemanagerdialog.sip
@@ -48,7 +48,14 @@ called when the dialog is going to be closed
48
%End
49
50
void onClose();
51
52
+Close the dialog
53
54
55
56
57
58
59
60
void itemChanged( QStandardItem *item );
61
0 commit comments