Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Include own plugins into qtcreator menue
Qt 6.11 is out! See what's new in the release blog

Include own plugins into qtcreator menue

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 1.6k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    M001
    wrote on last edited by
    #1

    hello, is there a posibility to include own programms plugins into QTCreator. Wich show up into the menue. Similar to the custom widget plugins, wich could be included in QTDesigner.

    1 Reply Last reply
    0
    • B Offline
      B Offline
      butterface
      wrote on last edited by
      #2

      Do you mean something like that? "Qt Creator Plugin":http://doc-snapshot.qt-project.org/qtcreator-extending/first-plugin.html

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        Yeap, that is possible.

        In fact almost all the menu entries are created by plugins. Check che plugin documentation linked to above and read the source code. I tend to just grep for a menu entry close to where I want to have mine and then just check that code for the relevant constants used to address the locations in the menu structure.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved