This document provides an overview and introduction to Qt for beginners. It covers the key features of Qt including writing code once to target multiple platforms. The agenda includes a C++ refresher on core concepts like objects, classes and signals/slots. It demonstrates a basic "Hello World" application in both C++ and QML. Core Qt classes covered are containers, iterators, QObject and signals/slots. The document looks ahead to covering more advanced Qt topics in future parts.