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. Some tooltips in a qt application
Forum Updated to NodeBB v4.3 + New Features

Some tooltips in a qt application

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

    Hi
    I want the users see some tooltips when they have started my application first time. The tooltips must teach them how to make use of the application. E.g. the OpenShot shows such tooltips: https://youtu.be/-3vbwudyxQk

    How can I realize such training mode for an qt application?

    JonBJ 1 Reply Last reply
    0
    • K keytooker

      Hi
      I want the users see some tooltips when they have started my application first time. The tooltips must teach them how to make use of the application. E.g. the OpenShot shows such tooltips: https://youtu.be/-3vbwudyxQk

      How can I realize such training mode for an qt application?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @keytooker
      You can use QToolTip (http://doc.qt.io/qt-5/qtooltip.html) and/or QWhatsThis (http://doc.qt.io/qt-5/qwhatsthis.html) for simple stuff, or any other method to present whatever you want to help user with. It is then up to you in code to decide if a user no longer needs these hints, and disable the tooltip/whatever when no longer wanted.

      1 Reply Last reply
      2

      • Login

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