Skip to content
Snippets Groups Projects
Commit 7ef88609 authored by Jan Möbius's avatar Jan Möbius
Browse files

New Toolbox Interface

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@7256 383ad7c9-94d9-4d36-a494-682f7c89f535
parent a20e860e
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,9 @@
* \brief Plugins can add its own toolbox to the main widget's toolbox area by using this interface.
*
* This Interface should be used by plugins which will provide a toolbox widget.
* Each Plugin can create own Widgets in the Toolbox area as long as they use the returned widget as their parent.
* ToolboxInterface::initializeToolbox(QWidget*& _widget). You can create extra Signals and slots in your Plugin.
* Each Plugin can create own Widgets in the Toolbox area. Just create your widget and then add it with \n
* emit addToolbox( QString _name , QWidget* _widget ) \n
* to the user interface. You can create extra Signals and slots in your Plugin.
* These can be connected between your toolbox and your plugin. Signals and slots across plugins are currently
* not available but may be possible via an internal message system later.\n
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment