How to create Property Pages for QAxBindable -QtActiveX
-
Hi team, By referring the example from ActiveQt, I have created a Qt based ActiveX control window which is inherited from QAxBindable. But I did not found any example to how to add the PropertyPage for this Qt based ActiveX control. Any idea or hint on this topic will be really helpful.
-
PropertyPages are used to set the properties for the ActiveX object during design time. Some thing similar to https://docs.microsoft.com/en-us/windows/win32/com/property-pages-and-property-sheets
-
Thanks JonB, I dont want to use in-built OLE property pages/sheets, but I want to achieve the similar behavior in QtActiveX. I have a QMainWindow extended with QAxBinadable which makes my application as ActiveX component. If I load this application in design mode on double clicking this should open the Property pages/sheets. I tried using Q_PROPERTY, but no luck.