This document contains summaries and examples of using various GUI classes in Qt and Ring including:
- Drawing using the QPainter class to draw lines
- Printing to PDF using QPrinter
- Creating multiple windows
- Playing sound using QMediaPlayer
- Using QColorDialog to select colors
- Displaying values using qLCDNumber
- Creating a movable label
- Showing message boxes with QMessagebox
- Getting user input with QInputDialog
The examples cover a range of common GUI tasks in Ring like drawing, printing, sounds, colors, input/output and multiple windows.