Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. How to add tooltip to QtCreator main editor
QtWS25 Last Chance

How to add tooltip to QtCreator main editor

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
3 Posts 2 Posters 411 Views
  • 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.
  • P Offline
    P Offline
    petroff
    wrote on last edited by
    #1

    Hi.
    I need to write refactoring plugin with my own refactoring rules.
    After some AST constructions have found I need to make bulb indicator as shown in the picture. Also I need to view a tooltip.
    20200129_091217.jpg
    So what way I should go?
    It seems to me that if I will realize Core::IEditorFactory and Core::IEditor interface I will get access to new editor tab. But I also need all QtCreator features.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      petroff
      wrote on last edited by
      #2

      Upd1:
      I find cppeditor plugin realizes CppEditorFactory realizes TextEditorFactory. But there is no exported Factory using ExtensionSystem::PluginManager::addObject. Do I need to use inheritance from CppEditorFactory to write my own Factory? (i.e. is it right way to use CppEditorFactory with it`s full funcionallity as base class for my Factory?

      aha_1980A 1 Reply Last reply
      0
      • P petroff

        Upd1:
        I find cppeditor plugin realizes CppEditorFactory realizes TextEditorFactory. But there is no exported Factory using ExtensionSystem::PluginManager::addObject. Do I need to use inheritance from CppEditorFactory to write my own Factory? (i.e. is it right way to use CppEditorFactory with it`s full funcionallity as base class for my Factory?

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi @petroff,

        you should probably ask these questions at the Qt Creator mailing list, where the developers reside.

        This forum is more user orientated.

        Regards

        Qt has to stay free or it will die.

        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