Implement our own theme, yay!
[platform/upstream/gstreamer.git] / sdk-qt-tutorials.md
1 # Qt tutorials
2
3 ## Welcome to the GStreamer SDK Qt tutorials
4
5 These tutorials describe Qt-specific topics. General GStreamer concepts
6 will not be explained in these tutorials, so the [Basic
7 tutorials](sdk-basic-tutorials.md) should
8 be reviewed first. The reader should also be familiar with basic Qt
9 programming techniques.
10
11 The Qt tutorials have the same structure as the [Android
12 tutorials](sdk-android-tutorials.md): Each one builds on top of the
13 previous one and adds progressively more functionality, until a working
14 media player application is obtained in \#FIXME\#