mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add Sleep Trigger to GUI
This commit is contained in:
parent
6052d9d7d7
commit
8ddbad6f61
8 changed files with 108 additions and 6 deletions
|
@ -34,11 +34,12 @@ class StreamWindow: public QMainWindow
|
|||
~StreamWindow() override;
|
||||
|
||||
private:
|
||||
const StreamSessionConnectInfo connect_info;
|
||||
StreamSession *session;
|
||||
|
||||
AVOpenGLWidget *av_widget;
|
||||
|
||||
void Init(const StreamSessionConnectInfo &connect_info);
|
||||
void Init();
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue