Rabbit Remote Control
0.1.0-bate14
Toggle main menu visibility
Loading...
Searching...
No Matches
Plugins
WebBrowser
DlgScreenCapture.h
1
#ifndef DLGSCREENCAPTURE_H
2
#define DLGSCREENCAPTURE_H
3
4
#include <QDialog>
5
#include <QWebEngineDesktopMediaRequest>
6
7
namespace
Ui
{
8
class
CDlgScreenCapture;
9
}
10
11
class
CDlgScreenCapture :
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
CDlgScreenCapture(
const
QWebEngineDesktopMediaRequest request, QWidget *parent =
nullptr
);
17
~CDlgScreenCapture();
18
enum class
Type {
19
Screen,
20
Window
21
};
22
Q_ENUM(Type)
23
int
GetIndex(Type &type,
int
&
id
);
24
private
slots:
25
void
on_cbScreen_currentIndexChanged(
int
index);
26
void
on_cbWindow_currentIndexChanged(
int
index);
27
28
private
:
29
Ui::CDlgScreenCapture *ui;
30
};
31
32
#endif
// DLGSCREENCAPTURE_H
Ui
Definition
FrmFullScreenToolBar.h:14
Author: Kang Lin (kl222@126.com)
Copyright (c) Kang Lin Studios All Rights Reserved