This question would be better suited for the qt-interest mailing list;
this list is dedicated to discussion of the IDE, Qt Creator.

On Sun, Jan 9, 2011 at 12:06 PM, Avanindra Singh
<[email protected]> wrote:
> Hi All,
>
> I want to display a list of image icons in a row. The images are selected
> from a directory. Here is what I have done:
>
> I create dynamically a list of labels and add QpixMap of the selected images
> to the labelsĀ  to display them like icons. Though,
> what I want is to move the list of icons left or right with mouse scroll and
> I want to limit the number of image icons displayed according
> to width of the current window.
>
> Currently the window gets expanded horizontally according to the number
> images selected and I am not able to reduce the size of window
> by boundary drag with mouse.
>
> Also I want to show the icon partially(the prortion of the icon which is
> inside the window) if it start moving out of the window.
>
> This utility is more or less similar to FSpot Photo-manager icon display.
>
> I have been trying to accomplish it for many days now, I am totally stuck.
> Can anyone suggest me some methods to do it.
>
> Thanks
> Avanindra
>
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.qt.nokia.com/mailman/listinfo/qt-creator
>
>
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to