Skip to content

FrontPictures/SBPuginsSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Plugins are built as DLLs and placed into Plugins folder in Screenberry binary folder. For example:
c:\Front Pictures\Screenberry 3.3.8\Screenberry\Plugins\TestPlugin\TestPlugin.dll
and, optionally, widget in the same folder:
Plugins\TestPlugin\TestPluginWidget.dll
(see Example/bin folder)

Server side plugin exports one method to create SBNode instance
Panel side plugin exports one method to create QWidget instance. 
It should use same Qt version as ScreenberryPanel. Currently for SB 3.3 it is Qt 6.4.3

About

Plugin development SDK for Screenberry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors