Developer Documentation
|
About Info interface. More...
#include <OpenFlipper/BasePlugin/AboutInfoInterface.hh>
Signals | |
virtual void | addAboutInfo (QString _text, QString _tabName) |
Adds a widget to OpenFlippers about dialog. More... | |
Public Member Functions | |
virtual | ~AboutInfoInterface () |
Destructor. | |
About Info interface.
Detailed description
This interface can be used to add a widget to OpenFlippers About dialog to display license Information or other data.
Definition at line 56 of file AboutInfoInterface.hh.
|
inlinevirtualsignal |
Adds a widget to OpenFlippers about dialog.
_text | Text for the tab (Supports html tags) |
_tabName | Name of the tab to be added |
Definition at line 69 of file AboutInfoInterface.hh.