Hello;

I'm building a plugin for Qt Creator.

I was able to successfully create the basic Qt Creator plugin as explained in http://doc.qt.digia.com/qtcreator-ex...st-plugin.html and see my plugin added to the Tools menu.

Now, I want to add a new tab in the vertical tab widget containing “Welcome”, “Design”, “Debug”, “Projects”, “Analyze” and “Help”.
As shown in the attached image by the letter N, the new tab should be after "Help". Also the page associated to that tab should occupy the entire screen.

Any idea will be very much appreciated.

Subclassing Core::IMode?

Thanks;

MutAdd another tab in this vertical tab widget.gif