use qtwebchannel to communicate with userscript

This commit is contained in:
Malte Jürgens
2023-02-12 17:20:33 +01:00
parent 0b12487dfd
commit 1477a9d4c0
8 changed files with 469 additions and 400 deletions

View File

@@ -19,8 +19,8 @@ private:
QGroupBox *m_audioGroupBox;
Q_SIGNALS:
void requestedStreamStart(bool video, bool audio, uint width, uint height,
uint frameRate, QString target);
void requestedStreamStart(bool video, bool audio, int width, int height,
int frameRate, QString target);
public Q_SLOTS:
void updateTargets();