SeerSourceSymbolLibraryManagerWidget: Add close un-used tabs option#440
Conversation
|
To clarify, I add Try for yourself |
Will do! |
To be honest, I'm okay with the new logic to enforce having at least 1 tab enabled. I'll try that instead of adding a "_dumpTab" variable. |
|
Also, I'll do all sections, not just the SourceSymbol section. And, of course, making things persist to QSettings. |
|
Give this MR a try. I've made some changes. I've removed the need for the "dummy" tab. And it persists to QSettings. |
|
I modified all the other "managers" with the same changes. It works very well. Thanks for the suggestion! |
|
I checked out and tried your commit |
|
Found a bug with recursion. Updated a fix. |
Actually, my fix was rubbish. I made the proper fix in the main line. |
As disscuss in issues #439, this MR will add option to
SeerSourceSymbolLibraryManagerWidgetso that users can close any tab that they don't useThis MR haven't deploy QSetting as I’m going to spend some time focusing on integrating openocd into seer
So, @epasveer, if you please, help me to deploy QSetting to this MR