Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, January 2007
Stretch rows in QLIstView


Message 1 in thread

Hello, All !

I have to stretch rows in QListView. For another View classes I do it throw
QHeaderView class, but class QListView does not contains this one. Can I do
it or I have to change it to any another view ?

-- 
 [ signature omitted ] 

Message 2 in thread

On 31.01.07 11:55:29, Yuriy Rusinov wrote:
> I have to stretch rows in QListView. For another View classes I do it throw
> QHeaderView class, but class QListView does not contains this one. Can I do
> it or I have to change it to any another view ?

Try setting TopToBottom flow and Adjust resizeMode. If that doesn't work
use a QTableView with 1 column.

Andreas

-- 
 [ signature omitted ] 

Message 3 in thread

Hello, Andreas !

>
> use a QTableView with 1 column.


Thanks, this is works.

-- 
 [ signature omitted ]