Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Any idea what widgets to use to create this image?
Forum Updated to NodeBB v4.3 + New Features

Any idea what widgets to use to create this image?

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 5 Posters 2.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.
  • M Offline
    M Offline
    mmesarina
    wrote on last edited by
    #1

    Hi,
    I am not sure what widgets to use to recreate the image at (go to the bottom of page and it is the last image of a view of an app in the Iphone and the view has titlye "Style")

    http://www.pcworld.com/appguide/app.html?id=82441&expand=false

    It seems to me that a table with two columns would do it, but Qt's QTableWidget is only suited for desktop applications because the style shows a table in the fashion of excel.
    Then I was thinking maybe I could use a QListWidget and place the contents of each QListWidgetItem individually, but how can I make the left part of the QListWidgetItem have a transparent background, like the example.

    Any ideas?

    thank you!

    -Malena

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vinb
      wrote on last edited by
      #2

      i think you can just use :
      http://doc.qt.nokia.com/4.7/qcommandlinkbutton.html
      http://doc.qt.nokia.com/4.7/qpushbutton.html

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mlong
        wrote on last edited by
        #3

        Have you considered using QML to do the interface? It would give you a lot more flexibility in your design options. A ListView with an appropriate delegate component would be appropriate.

        EDIT: rephrased my statement. I need to remember to hit Preview instead of Update.

        Software Engineer
        My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          Yeah, if you want something like this, QML looks like a good way to go. However, I believe you can create something like this based on the item view framework. You are going to need delegates for that, I think :-)

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

            QML will be the easiest way to match that look and feel - especially if it uses animations. You could even cut parts out of that image in GIMP or something to use as pixmaps for the QML elements. ;-)

            Nokia Certified Qt Specialist
            Interested in hearing about Qt related work

            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