retrieve iid

Phil Thompson phil at riverbankcomputing.com
Tue Jul 27 16:23:17 BST 2021


On 23/07/2021 07:48, Okko Willeboordse wrote:
> Hello,
> 
> The iid, needed for creating designer extensions, seems to have 
> changed.
> From 'com.trolltech.Qt.Designer.xxx' into 
> 'org.qt-project.Qt.Designer.xxx'.
> 
> Is it possible to retrieve this idd from somewhere or perhaps the first
> part?
> 
> Like in Qt C++ they seem to be doing; 
> Q_TYPEID(QDesignerTaskMenuExtension).

The easiest way is to test the version of Qt you are running against 
(ie. qVersion()).

Phil


More information about the PyQt mailing list