Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [SOLVED] Create the qml list that will show pictures.

    QML and Qt Quick
    3
    6
    2823
    Loading More Posts
    • 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.
    • R
      Roman90 last edited by

      Hello! I want to create the qml list that will show pictures of fixed size in a few columns depends from playlist width.
      Pathes to pictures in list will be loaded from C++ model. Can you advise me how to do this better?

      1 Reply Last reply Reply Quote 0
      • V
        vsorokin last edited by

        I think, you need using QML GridView element for your task.
        See http://developer.qt.nokia.com/doc/qt-4.7/qml-gridview.html for more info.

        --
        Vasiliy

        1 Reply Last reply Reply Quote 0
        • E
          Eddy last edited by

          have a look at this "qml example":http://doc.qt.nokia.com/4.7/demos-declarative-flickr.html.

          Qt Certified Specialist
          www.edalsolutions.be

          1 Reply Last reply Reply Quote 0
          • R
            Roman90 last edited by

            Thank you very much for the help.

            1 Reply Last reply Reply Quote 0
            • E
              Eddy last edited by

              You're welcome.

              Could edit your title and add [solved] in front of it? We don't have a better way at this time to mark a topic as solved. This forum is still beta ;)
              By doing this you help other people find solutions more easily and it helps the problem solvers to hunt the not solved topics.

              Qt Certified Specialist
              www.edalsolutions.be

              1 Reply Last reply Reply Quote 0
              • R
                Roman90 last edited by

                yes of course)

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post