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. How to make the widgets look cool

How to make the widgets look cool

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 2.0k 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.
  • Q Offline
    Q Offline
    QPerson
    wrote on last edited by
    #1

    What should i do to make my app look cool, like this one

    http://www.virtualdj.com/images/screenshot/v6_netsearch.jpg

    for instance what should i do to place a pushbutton on edge of the screen ( like the config button on the top right corner in the above screenshot), or change the shape of the widgets

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      There are multiple ways for achieving that. I would suggest reading the "C++ GUI Programming With Qt 4" + investigating QML (esp. together with Desktop Components).

      In short:

      1. You can use QSS.
      2. You can subclass widgets and change their rendering.
      3. You can subclass widgets to create new ones, like the dialgs, etc.
      4. You can use QML and it's flexibility.

      (Z(:^

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tucnak
        wrote on last edited by
        #3

        I prefer QSS. But current tendentions are in direction of Qt Quick, QML (JavaScript-like language). Read about them on DevNet. Here a big Wiki with information.

        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