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. Qt tutorial-welcome screen style for app
Forum Updated to NodeBB v4.3 + New Features

Qt tutorial-welcome screen style for app

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 3 Posters 654 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.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by
    #1

    Hey

    I'd like to make a tutorial on how to use an app I just made... like 1st open with pop-ups/arrows explaining whats what... has any1 got any idea how this can be done in qt widgets?

    I think QtCreator has something like that too... mhmm

    TIA

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

      Hi
      One option is to use an overlay widget like here
      https://stackoverflow.com/questions/19199863/draw-rectangular-overlay-on-qwidget-at-click
      Put it over the entire main window.
      This allows you to draw over the widgets so you can write text and arrow that point to a place on the main window as you wish.
      If you mean something like that ?
      I didnt see Creator's version of it :)

      aha_1980A 1 Reply Last reply
      2
      • mrjjM mrjj

        Hi
        One option is to use an overlay widget like here
        https://stackoverflow.com/questions/19199863/draw-rectangular-overlay-on-qwidget-at-click
        Put it over the entire main window.
        This allows you to draw over the widgets so you can write text and arrow that point to a place on the main window as you wish.
        If you mean something like that ?
        I didnt see Creator's version of it :)

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

        @mrjj

        Its there after first start or with Help > UI Tour.

        Pretty nice done.

        Qt has to stay free or it will die.

        mrjjM 1 Reply Last reply
        2
        • D Offline
          D Offline
          Dariusz
          wrote on last edited by
          #4

          Hey

          Ooo I see! So its just a widget over it with functions/paint overrides etc etc to make the stuff do stuff O_O Thats epic!
          Thanks!

          Regards
          Dariusz

          1 Reply Last reply
          0
          • aha_1980A aha_1980

            @mrjj

            Its there after first start or with Help > UI Tour.

            Pretty nice done.

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @aha_1980
            Thanks. I knew i had seen it somewhere but sadly i went looking in options :)

            @Dariusz

            Yes it seems so.
            And you also need some data structure to contain the info you want to show pr widget.
            Maybe as HTML so you can fancy it up a bit. (bigger caption etc)

            D 1 Reply Last reply
            1
            • mrjjM mrjj

              @aha_1980
              Thanks. I knew i had seen it somewhere but sadly i went looking in options :)

              @Dariusz

              Yes it seems so.
              And you also need some data structure to contain the info you want to show pr widget.
              Maybe as HTML so you can fancy it up a bit. (bigger caption etc)

              D Offline
              D Offline
              Dariusz
              wrote on last edited by
              #6

              @mrjj said in Qt tutorial-welcome screen style for app:

              @aha_1980
              Thanks. I knew i had seen it somewhere but sadly i went looking in options :)

              @Dariusz

              Yes it seems so.
              And you also need some data structure to contain the info you want to show pr widget.
              Maybe as HTML so you can fancy it up a bit. (bigger caption etc)

              Uuuuu can you elaborate with HTML ^^ ?
              I'm starting my help gui now so will see how it goes, might be back in 10 mins... might not... who knows! (lol)
              TIA

              mrjjM 1 Reply Last reply
              0
              • D Dariusz

                @mrjj said in Qt tutorial-welcome screen style for app:

                @aha_1980
                Thanks. I knew i had seen it somewhere but sadly i went looking in options :)

                @Dariusz

                Yes it seems so.
                And you also need some data structure to contain the info you want to show pr widget.
                Maybe as HTML so you can fancy it up a bit. (bigger caption etc)

                Uuuuu can you elaborate with HTML ^^ ?
                I'm starting my help gui now so will see how it goes, might be back in 10 mins... might not... who knows! (lol)
                TIA

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #7

                @Dariusz
                Hi
                Nothing fancy with the html. Its just you can easily add a bigger headline and such so it, not all same font size
                That you can also do with painter if you wish so HTML is not critical to use.
                Just maybe faster to prepare the text.

                alt text

                If you plan just to have one type of text then forget about i said HTML :)

                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