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. [Solved]Which widget do I need?
Forum Updated to NodeBB v4.3 + New Features

[Solved]Which widget do I need?

Scheduled Pinned Locked Moved Mobile and Embedded
5 Posts 4 Posters 4.4k 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.
  • A Offline
    A Offline
    alexQt
    wrote on last edited by
    #1

    Hi, everyone!
    I have some problem with porting application from android to symbian (touch devices, symbian 9.4, 11.0, like 5800 and N8). I use Qt creator 2.2.1.Here is screen, which I don't know how realise:

    !http://img143.imageshack.us/img143/5255/screenshotxjw.png(screenshot)!

    As you can see, I need vertical scrollable area with composite elements. Each of them consist of 3 labels, one required picture (blue arrow on the right, middle) and one unrequired picture (orange square in the top right corner). Each element is object of my class and all objects are in QList. I have to create this screen dynamically and then show him. But I don't know which controls I need to realise it.

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

      Use QML and ListView element (it will be a scrollable area). Write a custom delegate (it will be your "one element").

      1 Reply Last reply
      0
      • X Offline
        X Offline
        xcoder
        wrote on last edited by
        #3

        Go through these!
        http://qt.nokia.com/learning/online/training/materials/qt-quick-for-designers
        Helped me a lot!

        Only a biker knows why a dog sticks his head out of a car window.

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

          [quote author="Denis Kormalev" date="1311602351"]Use QML and ListView element (it will be a scrollable area). Write a custom delegate (it will be your "one element").[/quote]
          It should be a only Qt Quick project or can be inserted in the Qt Widget project? And if it is possible where can I read about this?

          1 Reply Last reply
          0
          • C Offline
            C Offline
            Chuck Gao
            wrote on last edited by
            #5

            It can be added into a GUI project, or you can add your widget(QWidget based for example) into your QML view.

            Chuck

            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