Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to get current item height from QListWidget ?
-
How to get current item height from QListWidget ?
Thanks!
-
QRect QListWidget::visualItemRect(const QListWidgetItem *item) const Returns the rectangle on the viewport occupied by the item at item.
-
QRect QListWidget::visualItemRect(const QListWidgetItem *item) const Returns the rectangle on the viewport occupied by the item at item.