Russian Qt Forum

Qt => Пользовательский интерфейс (GUI) => Тема начата: Vld2 от Май 17, 2009, 19:29



Название: QlistWidget есть ли там столбцы?
Отправлено: Vld2 от Май 17, 2009, 19:29
Можно ли в QListWidget задать пару столбцов? Не могу понять как это сделать?


Название: Re: QlistWidget есть ли там столбцы?
Отправлено: Rcus от Май 17, 2009, 19:34
Цитировать
QListView

The QListView, QListViewItem, QCheckListItem, and QListViewItemIterator classes have been renamed Q3ListView, Q3ListViewItem, Q3CheckListItem, and Q3ListViewItemIterator, and have been moved to the Qt3Support library. New Qt applications should use one of the following four classes instead: QTreeView or QTreeWidget for tree-like structures; QListWidget or the new QListView class for one-dimensional lists.

See Model/View Programming for an overview of the new item view classes.
/** \ref Assistant -> Porting to Qt4*/