Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图制作一个类似Skype的GUI,但没有成功。我想要的是使 Skype 联系人列表中的联系人列表相同。当您单击该列表中的某个联系人时,我们会注意到出现了一个小框,联系人向下移动,就像在 treewidget 中一样。
我已经尝试过 Qtreewidget、listwidget(带有 setitemWidget 功能)但没有什么好处。
查看 Qt 文档中的这些类,QStandardItemModel、QStandardItem、QTreeView 和 QStyledItemDelegate