Learning

ICS Webinars

Welcome to ICS’ Webinar Hub – your go-to destination for expert-led insights into the latest in software development, device cybersecurity, medical device innovation, and more. Stay ahead of the curve with our extensive library of on-demand and live webinars, designed for professionals like you who want to deepen their knowledge, enhance their skills, and stay informed about the ever-evolving tech landscape. Start learning today!

UPCOMING WEBINARS

There are currently no upcoming webinars.

ON-DEMAND WEBINARS

Best Practices for Qt Localization

In today's global economy, localization - the process of adapting software for a specific region or language - is becoming increasingly important. This webcast covers the best practices for localization with Qt, from the basics to some more advanced topics. You'll see how Qt makes it easy to localize your application.

Exporting C++ Models to QML

This webcast shows how to export C++ models to QML for use with Qt Quick views such as ListView. A small application is created in two ways. Topics include creating a "struct" with QObject, subclassing QAbstractListModel, adding a JavaScript interface to the model, and nesting models. The sample code can be found here.