summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.h
Commit message (Collapse)AuthorAgeFilesLines
* DOCS/client_api_examples: move all examples into their own subdirswm42015-01-011-36/+0
| | | | | Also get rid of shared.h; it actually doesn't have much value. Just copy the tiny function it contained into the 2 files which used it.
* DOCS/client_api_examples: qtexample: use queued signalswm42014-12-301-3/+4
| | | | | | | | Use queued signals instead of QEvent for the wakeup notification. This is slightly nicer, and reduces the chance that the event (QEvent::User) could clash with other code using the same event. Also switch to modern connect() syntax.
* DOCS/client_api_examples: qtexample: stuffwm42014-10-131-0/+2
| | | | | | Dump chapters and track list to the log for demo purposes. Compile in debug mode.
* DOCS/client_api_examples: qtexample: add a log windowwm42014-10-081-0/+3
| | | | | | | | For the purpose of demonstration. Also make the windows larger. I'm not exactly sure how Qt determines the default window sizes, but here they are a bit tiny, so force them larger.
* DOCS/client_api_examples: add a Qt examplewm42014-07-041-0/+30
This is pretty dumb and extremely basic. The main purpose is demonstrating how to integrate mpv into the Qt GUI thread.