• 4415阅读
  • 1回复

QT的中ListViewItem的信号问题 [复制链接]

上一主题 下一主题
离线fire_ball
 

只看楼主 倒序阅读 楼主  发表于: 2009-04-28
— 本帖被 XChinux 从 General Qt Programming 移动到本区(2011-01-02) —
如何让ListViewItem双击发送一个信号?????
是否要重写ListViewItem???还是要自定义??
离线bzjbest

只看该作者 1楼 发表于: 2009-04-28
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.

强烈建议使用最新版本。
快速回复
限100 字节
 
上一个 下一个