Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / tutorials / 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](tutorials/basic/index.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](tutorials/android/index.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\#