Re: [Interest] Double free in QItemDelegate editor

2020-09-03 Thread Giuseppe D'Angelo via Interest
Il 03/09/20 22:51, Kyle Edwards via Interest ha scritto: My project (CMake GUI) has a class which extends QItemDelegate and overrides QItemDelegate::createEditor(). However, the editor that gets returned by this method gets double-freed, and I'm not sure exactly why. (I did notice that

[Interest] Double free in QItemDelegate editor

2020-09-03 Thread Kyle Edwards via Interest
Hello, My project (CMake GUI) has a class which extends QItemDelegate and overrides QItemDelegate::createEditor(). However, the editor that gets returned by this method gets double-freed, and I'm not sure exactly why. (I did notice that QItemDelegate::destroyEditor() calls the editor's

Re: [Interest] QtWebkit stylesheet issue using css

2020-09-03 Thread Ramakanth Kesireddy
Does it makes sense to QtWebkit 5.6.3 incase this issue had been introduced in latest WebKit 5.212 or move to Qt webengine though there is no direct API for setuserstylesheet? Let me know your feedback in this regard. Best Regards, Ramakanth On Wed, 2 Sep, 2020, 21:26 Ramakanth Kesireddy,