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. Own widgest

Own widgest

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

    I do not want the standard widgest. How can I ceate own widgets? I want evaluate this for an industrial application.

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

      There are many ways to create own widgets. You can subclass and modify existing ones, you can arrange different widgets using layouts, or subclass the basic QWidget and implement your own painting. Also, you can jump into a completely different environment, based on items, by using Qt Graphics View Framework. Lastly, there is Qt QUICK and QML.

      All those can be mixed. Oh, and of course you can modify the looks using QSS and QStyle.

      (Z(:^

      1 Reply Last reply
      0
      • W Offline
        W Offline
        woehlb
        wrote on last edited by
        #3

        Hi sierdzio,

        thank you very much, for your answer. I will try it, in the next days.

        Bye!

        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