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. Need help starting to create some UI
Forum Updated to NodeBB v4.3 + New Features

Need help starting to create some UI

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

    Hi.
    I want to create something similar to this:
    !http://i62.tinypic.com/24v1blw.png(This is from CodeBlocks)!

    I have an application which has a TabWidget in the main window. But I want that before any tab is created by the user, there is an "introduction" like the one shown in the picture.

    Hope you can give me some idea on how to do it. I thought of using HTML but see no way to link a "url" to a SLOT (for triggering the different actions provided).

    Sorry if there is an obvious way of doing this.
    Thanks!

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      there are many ways to implement this.

      As you said you could use HTML. For this you can use QtWebkit module and connect to QWebView::linkClicked() signal.

      Or you can implement this entirely in Qt. This can be done via QML and also via C++. Nevertheless you should look into Qt's layouts ("QML":http://doc.qt.io/qt-5/qtquick-usecase-layouts.html / "C++":http://doc.qt.io/qt-5/layout.html)

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      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