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. Help popups in form application

Help popups in form application

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 300 Views 2 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.
  • K Offline
    K Offline
    Konstantin R.
    wrote on last edited by
    #1

    I am wondering if it is possible to make help popups in QT application, such that multiple of them would appear on the screen (not like tool tip). And such that user could close them. What would be my options?
    example

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      HI and welcome to devnet,

      You can build your own popup and do custom painting to achieve what you want.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • A Offline
        A Offline
        arsinte_andrei
        wrote on last edited by
        #3

        subclass a widget and do a custom paint event .. the in the original windows describe the evets that you want your own widget(popup) to be shown (onMNouseHover, onMoseClick....)

        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