Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 730 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 730 Bytes

qt-demos

A small collection of demo applications aimed at Qt beginners or anyone interested in getting started with Qt

  • signals-slots Basic demo on using signals and slots

    • rgb-picker-demo An RGB colour picker demoing connecting signals and slots between UI widgets (QSliders, QSpinBoxes) and customs slots.

    rgb-picker-demo

  • multimedia How to use Qts multimedia components

    • audio-player A simple MP3 audio player demonstrating the use of the QMediaPlayer component.

    audio-player