rdoreopto

Results 2 comments of rdoreopto

Indeed, #50 is the best workaround I've found, because [QTreeWidgetItem ](http://doc.qt.io/qt-4.8/qtreewidgetitem.html) does not contain a real widget, it's all in the [data](http://doc.qt.io/qt-4.8/qtreewidgetitem.html#data) member. I'm not sure how Qt renders the...

But, if a QListWidget or QTreeWidget does indeed contain one or more itemWidgets, then it would be easy to do this: ```diff diff --git a/src/webdriver/extension_qt/widget_view_util.cc b/src/webdriver/extension_qt/widget_view_util.cc index 7b234f2..5db6ef6 100644 ---...