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. How to build simple filmstrip component in Qt for viewing picture slides?
Forum Updated to NodeBB v4.3 + New Features

How to build simple filmstrip component in Qt for viewing picture slides?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 2.8k 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.
  • U Offline
    U Offline
    umen242
    wrote on 30 Sept 2011, 05:48 last edited by
    #1

    hello
    how can i build simple vertical filmstrip component like in this like look the "GalleryView" example:
    "GalleryView":http://www.queness.com/post/3141/10-image-galleries-jquery-script-with-thumbnail-filmstrip

    1 Reply Last reply
    0
    • T Offline
      T Offline
      task_struct
      wrote on 30 Sept 2011, 06:02 last edited by
      #2

      May be the easiest way is to use Qt Quick. You can use "ListView":http://doc.qt.nokia.com/4.7-snapshot/qml-listview.html for image previews with highlight component to mark image current image.

      "Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program."

      • Linu...
      1 Reply Last reply
      0
      • U Offline
        U Offline
        umen242
        wrote on 30 Sept 2011, 06:24 last edited by
        #3

        no im using the c++ way .

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on 30 Sept 2011, 13:47 last edited by
          #4

          We've done something similar with a [[Doc:QListView]] subclass in icon mode, a home-brown [[Doc:QAbstractItemModel]] subclasse to hold the image metadata, and a [[Doc:QStyledItemDelegate]] subclass to draw the image slides.

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on 2 Oct 2011, 08:10 last edited by
            #5

            Sure, it can be done using pure c++. Or you can use all the work already done by the Quick team and create a widget that is internally using QML to do the same with less work. Really, Quick is made for this kind of graphic UI stuff, and Quick 1 can be easily mixed with classic C++.

            1 Reply Last reply
            0

            1/5

            30 Sept 2011, 05:48

            • Login

            • Login or register to search.
            1 out of 5
            • First post
              1/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved