Lazarus
Programming => Widgetset => QT => Topic started by: vicot on May 23, 2013, 07:45:04 am
-
I intend to write an application that uses the Qt GUI (because I need the BiDi support offered by Qt, which is not yet supported in the native widgetset).
Does Lazarus's visual form designer support Qt, so that I can use it to generate the Qt code?
Thanks
-
No. Use QTCreator instead.
-
I intend to write an application that uses the Qt GUI (because I need the BiDi support offered by Qt, which is not yet supported in the native widgetset).
Does Lazarus's visual form designer support Qt, so that I can use it to generate the Qt code?
Thanks
As Juha mentioned: use QtCreator for Qt C++ apps, Lazarus can be used for Object Pascal Qt apps .