QListWidget multi-column problem, really in trouble !!!
-
wrote on 31 Mar 2015, 13:20 last edited by koahnig
QListWidget multi-column problem, really trouble !!!
is there any problem to show multi-column in QListWidget?
i have to use QListWidget, because i want to preview the picture files in IconMode.
and i didnot find IconMode in QTreeWidget or QTableWidget.
ps. i use QAbstractViewItemDelegate in QListWidget to make item painting custom. -
wrote on 31 Mar 2015, 20:53 last edited by
Hi,
to help you we should see the code that is not working
-
wrote on 1 Apr 2015, 02:54 last edited by
sorry, but i can't show u the code.
as i said, i want to use QListWidget because i want to preview in IconMode. Meanwhile, i want to dynamically preview in ListMode but with multi-column(confilicts here, because the QListWidget only support 1 column).1 solution is when IconMode i use QListWidget, when "ListMode" i use QTree/QTableWidget, but this is very ugly...and not elegant at all...
can i preview as IconMode in QTree/QTableWidget ?
-
wrote on 1 Apr 2015, 05:09 last edited by
-
wrote on 1 Apr 2015, 05:25 last edited by
i know, that's why i use QListWidget.
but when switch to ListMode dynamically, i want more than 1 column......
5/5