feat: load chapter data from metadata too

This commit is contained in:
2025-06-23 22:39:45 +08:00
parent 15ffe5a85e
commit 236798a957
5 changed files with 130 additions and 9 deletions

View File

@ -56,6 +56,7 @@ protected:
void dropEvent(QDropEvent *e) override;
void loadFile();
void loadFile(const QUrl &url);
void loadByModelIndex(const QModelIndex &index);
void play();