Main window class for media player application. More...
#include <MediaPlayerWindow.h>
Public Member Functions | |
| MediaPlayerWindow (QWidget *parent=nullptr) | |
| Constructor. | |
| void | open_media () |
| Open single media file via file dialog. | |
| void | open_medias () |
| Open multiple media files via file dialog. | |
| void | toggle_playing_status () |
| Toggle between play/pause states. | |
| void | forward10sec () |
| Skip forward 10 seconds in current media. | |
| void | backward10sec () |
| Skip backward 10 seconds in current media. | |
| void | flow_mode_once () |
| Set flow mode to play current item once. | |
| ~MediaPlayerWindow () | |
| Destructor. | |
Friends | |
| class | MediaPlayerWindowHelper |
| Grant access to helper class. | |
Main window class for media player application.
Provides the main interface for media playback including controls, playlist management, and media information display.
|
explicit |
Constructor.
| parent | Parent widget |