class KStatusBarOfflineIndicator |
|
|
Widget indicating network connection status using an icon and tooltip. This widget uses Solid.Networking internally to automatically show and hide itself as required.
KStatusBarOfflineIndicator * indicator = new KStatusBarOfflineIndicator( this ); statusBar()->addWidget( indicator, 0, false );
Author Will Stephenson |
|
Default constructor. parent - the widget's parent |
|
|
Hides or shows the widget, depending on the current state of the network service. |