Home > On-Demand Archives > Talks >
Bridging the Gap of UI Design & Development
Antti Aaltonen - The Qt Company - Watch Now - EOC 2020 - Duration: 19:45
Demand to design and develop Interactive products is raising as they are coming more and more ubiquitous.
The presentation discusses what are the common pitfalls in product development and how to enable rapid, iterative product design while ensuring great user experience.
- Designing look AND feel of the product
- Validating and iterating the designs with real hardware
- Speeding up the development process and reducing the need for writing specifications
Can Designers run a prototype in real HW from a Qt Design Studio project? Does it offer some crosscompilation of a UI prototype to the target HW?
The designers can preview UIs on correctly configured embedded devices that are supported by "Qt for Device Creation". After setting up and connecting the device (via wired or wireless connection), Qt Design Studio takes care of the deployment and the device runs a preview. More information about the supported HW via https://doc.qt.io/qtdesignstudio/creator-live-preview-devices.html
Thank you for the nice presentation!