ChrisZim / edb-debugger

Automatically exported from code.google.com/p/edb-debugger
GNU General Public License v2.0
0 stars 0 forks source link

QToolBar support in DebuggerPluginInterface #105

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
So Plugins could add toolbars to the main window. That would be pretty neat for 
some plugins.

I made a quick test with an older version (see Bug 103) by adding a function 
pointer to DebuggerPluginInterface and writing it over by plugins who wants to 
add a toolbar, but it caused an error somewhere in the save routine when I 
closed EDB.

Original issue reported on code.google.com by evan.teran on 3 Oct 2012 at 3:22

GoogleCodeExporter commented 9 years ago
Look at the Analyzer plugin source, it creates a toolbar without messing with 
anything in the interface:

http://code.google.com/p/edb-debugger/source/browse/trunk/plugins/Analyzer/Analy
zer.cpp

Original comment by evan.teran on 3 Oct 2012 at 5:21

GoogleCodeExporter commented 9 years ago
Thanks, sometimes you do not see the forest for the trees...

Original comment by evan.teran on 3 Oct 2012 at 5:21