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

Winning Qt Applications: Lessons Learned from 500+ Successful Projects

To help you keep your development work on track, we’ll share 4 measures that set your project up for success, including tips on choosing the right hardware and a roadmap for prioritizing work. This is actionable advice based on more than 500 successful Qt projects and 15 years of experience.

Introduction to Voice Design

In this webinar, which offers an overview of voice design, we’ll review some history regarding human-to-computer voice interactions, explore the state of NLU as it exists today, and examine a number of best practices today’s interaction designers should adhere to when creating NLUs.

Qt for Python

This webinar presents the official set of bindings to use Qt's API in your Python application. Using real examples, we will not only implement a beautiful UI, we'll illustrate how it interacts with your regular Python business logic.

An Introduction to CMake

In this webinar we'll introduce you to CMake, covering its basic features and how to use it, showing some CMake configurations including Qt-based applications.

Software Interface Design for Medical Devices: Enhancing Patient Outcomes and Minimizing Device Recalls

We explore the role of poor design in medical errors, software design as a cause of device recalls, relevant international standards and FDA regulations.

Basics of Model/View Qt Programming

In the final webinar in our summer series we will illustrate how the Model/View/Controller design pattern fits in Qt applications, specifically with the item-view objects. We'll present them, the model classes, and how they both interact. The concept will be demonstrated through a Napster/iTunes-like download manager.

Meet the Widgets: Another Way to Implement UI

In this webinar (Part IV) we explore how to implement UI and UI behavior with traditional widgets as opposed to QML. As we create a simple widgets applications we will point out the differences with Qt Quick and give rules of thumb of which one to use for a particular project.

Fun with QML

In part III of our Qt for Beginners Summer Webinar Series, we will create fun user interfaces using QML, specifying UI and UI behavior. Our QML user interface will also fully interact with our C++ business logic. 

Accelerate Time to Market by Pipelining UX with Development

In this two-part webinar series we'll share real-world success stories highlighting projects we've designed and built using a pipelining approach, as well as show you what it means to integrate pipelining into your own product development process. 

QVariant, QObject: Qt's not just for GUI development

In part II of our Qt for Beginners Summer Webinar Series we will explore how Qt is so much more than just a GUI toolkit. Through two classes, QObject and QVariant, Qt brings us introspection, makes it easier to manage memory in C++ and makes it easier to decouple classes.