Can I use QT on windows instead of the win32 widget set?
If so do I have to rebuild the IDE?
QuoteCan I use QT on windows instead of the win32 widget set?Yes.QuoteIf so do I have to rebuild the IDE?No, only LCL need to be rebuilt (should be automatic when you change LCLWidgetType macro).Note that you need Qt4Pas dll for this to work.
Anyone tested this solution?