Results 1 to 2 of 2

Thread: Qt Creator plugin: how to add a new tab to the Qt Creator tab?

  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Qt Creator plugin: how to add a new tab to the Qt Creator tab?

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Creator plugin: how to add a new tab to the Qt Creator tab?

    All plugins in Qt Creator are based on providing implementations of interfaces provided by other plugins. So if you want to add an object to an existing element in Qt Creator then find implementation of another object that is placed in that element and base your implementation on that.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 19
    Last Post: 12th June 2014, 08:30
  2. Replies: 2
    Last Post: 11th June 2014, 09:17
  3. Replies: 1
    Last Post: 14th February 2014, 09:36
  4. Qt creator Plugin questions
    By EpicViTTo in forum Newbie
    Replies: 12
    Last Post: 21st February 2013, 16:38
  5. Replies: 2
    Last Post: 5th October 2012, 14:55

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.