Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello,
I have to put 1 to 4 pictures in a cell of a QTableView. Is it possible. I tried to concatenate some pictures into a QIcon but it doesn't work.
Thank you
See "here":http://developer.qt.nokia.com/forums/viewthread/7604.
Hi nico,
Can you elaborate a little more about what you want to achieve in detail? Why can't you use one per cell? What is the main purpose of your application?
It is possible when you make a delegate for it. The stardelegate example comes to mind.