Название: QlistWidget есть ли там столбцы? Отправлено: Vld2 от Мая 17, 2009, 19:29 Можно ли в QListWidget задать пару столбцов? Не могу понять как это сделать?
Название: Re: QlistWidget есть ли там столбцы? Отправлено: Rcus от Мая 17, 2009, 19:34 Цитировать QListView /** \ref Assistant -> Porting to Qt4*/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. |