mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Update QgsMessageBar sip file to include timeout messages
This commit is contained in:
parent
5be6dc6fc6
commit
37f7d57897
@ -12,8 +12,9 @@ class QgsMessageBar: QFrame
|
||||
* and putting it in a stack
|
||||
* @param widget widget to add
|
||||
* @param level is 0 for information, 1 for warning, 2 for critical
|
||||
* @param duration timeout duration of message in seconds, 0 value indicates no timeout
|
||||
*/
|
||||
void pushWidget( QWidget *widget /Transfer/, int level = 0 );
|
||||
void pushWidget( QWidget *widget /Transfer/, int level = 0, int duration = 0 );
|
||||
|
||||
/*! remove the passed widget from the bar (if previously added),
|
||||
* then display the next one in the stack if any or hide the bar
|
||||
|
Loading…
x
Reference in New Issue
Block a user