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. Non Native Gui
QtWS25 Last Chance

Non Native Gui

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 3.2k 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
    Keith Cancel
    wrote on last edited by
    #1

    I was just curious about making a non-native cross platform GUI. I just installed the Qt SDK on my windows machine and I fired up the Qt demo short cut and the Gui is obviously using custom buttons and many of them animated and it is a really nice setup I was curious on some information one producing a similar GUI.

    Here is a picture.
    !http://img864.imageshack.us/img864/5492/helloi.png(GUI)!

    ♫♪♪^。^ Always Whistling A Tune!

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dangelog
      wrote on last edited by
      #2

      The qtdemo is QGraphicsView based and somehow "aged"... nowadays everyone would suggest QML to do the same thing :-)

      Software Engineer
      KDAB (UK) Ltd., a KDAB Group company

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        ZapB
        wrote on last edited by
        #3

        You have a few choices:

        QWidget based gui with custom style sheets or custom C++ style. Still leads to difficulties when wanting to do animations.

        QGraphicsView which is what is used here.

        QML which is based on top of QGraphicsView (at the moment).

        QML is probably the easiest to get up and running quickly.

        Nokia Certified Qt Specialist
        Interested in hearing about Qt related work

        1 Reply Last reply
        0
        • K Offline
          K Offline
          Keith Cancel
          wrote on last edited by
          #4

          okay I will look into those thank you.

          ♫♪♪^。^ Always Whistling A Tune!

          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