Sign up for the KDAB Newsletter
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Find what you need - explore our website and developer resources
19 March 2015
This video demonstrates "ui2dw" (UI to Declarative Widgets), a conversion tool that automatically generates QML code from existing Qt Designer UI files. The presenter addresses the challenge of migrating widget-based Qt applications with numerous Designer files to QML-based frameworks like Declarative Widgets or Qt Quick Controls. Instead of manually recreating hundreds of UI files, the tool parses the XML structure of Designer files and outputs equivalent QML code, preserving all UI elements including menus, toolbars, actions, and even signal-slot connections. The demonstration shows converting a simple text editor application from a Designer UI file to both Declarative Widgets QML and Qt Quick Controls formats, maintaining full functionality including connected undo/redo actions.
Stay on top of the latest news, publications, events and more.
Go to Sign-up
Upgrade your applications from Qt 5 to Qt 6 with KDAB’s migration services. Get a free migration assessment and join a hands-on workshop to prepare your team for a successful transition!
Learn more
Learn Modern C++
Our hands-on Modern C++ training courses are designed to quickly familiarize newcomers with the language. They also update professional C++ developers on the latest changes in the language and standard library introduced in recent C++ editions.
Learn more