Results 1 to 6 of 6

Thread: Adding List of Images with filenames and a combobox for each

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Oct 2014
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Post Adding List of Images with filenames and a combobox for each

    Hi All,

    I need to display a list of images . This list contains images along with the image name specified below it along with a combobox.
    What is the best solution? Do i use a grid layout to place the items one below the other or use a QListWidget instead.
    I hope someone could help me with this.
    Thanks in advance!

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Adding List of Images with filenames and a combobox for each

    How many images? Is the number variable or fixed?

    For a small number a vertical layout containing a custom widget per image, perhaps in a scroll area, might be appropriate.
    For a large or variable list of images a list widget with a customised delegate might be better suited.

Similar Threads

  1. Replies: 2
    Last Post: 30th January 2014, 13:05
  2. How to make combobox drop down list transparency?
    By ysilent in forum Qt Programming
    Replies: 0
    Last Post: 19th October 2011, 10:34
  3. Replies: 1
    Last Post: 23rd April 2011, 17:33
  4. Resize of ComboBox List Box
    By sivollu in forum Newbie
    Replies: 4
    Last Post: 2nd February 2010, 10:57
  5. Problem in displaying the ComboBox list
    By raghvendramisra in forum Qt Tools
    Replies: 4
    Last Post: 28th February 2008, 13:25

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.