PDA

View Full Version : How to use 2 classes in Qt



herculis
25th August 2014, 16:07
Hello guys
I build a video player by Qmediaplayer class and now i want to use qmediaplyercontrol class con trol the qmediaplayer class
How can i do it help plz

anda_skoa
25th August 2014, 16:31
From http://qt-project.org/doc/qt-5/qmediaplayercontrol.html


The functionality provided by this control is exposed to application code through the QMediaPlayer class.


Cheers,
_