玉兔远程控制
0.0.32
Toggle main menu visibility
首页
相关页面
Topics
命名空间
命名空间列表
类
类列表
类索引
类继承关系
类成员
全部
a
c
d
e
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
函数
a
c
d
e
g
i
l
n
o
p
q
r
s
t
v
w
~
变量
枚举
枚举值
文件
文件列表
•
全部
类
命名空间
函数
变量
枚举
枚举值
组
页
载入中...
搜索中...
未找到
Plugins
FreeRDP
Client
DlgGetUserPasswordFreeRDP.h
1
#ifndef DLGGETUSERPASSWORD_H
2
#define DLGGETUSERPASSWORD_H
3
4
#include <QDialog>
5
6
#include "ConnecterFreeRDP.h"
7
8
namespace
Ui
{
9
class
CDlgGetUserPasswordFreeRDP
;
10
}
11
12
class
CDlgGetUserPasswordFreeRDP
:
public
QDialog
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
CDlgGetUserPasswordFreeRDP
(QWidget *parent =
nullptr
);
18
virtual
~CDlgGetUserPasswordFreeRDP
();
19
CDlgGetUserPasswordFreeRDP
(
const
CDlgGetUserPasswordFreeRDP
& dlg);
20
21
Q_INVOKABLE
void
SetContext(
void
* pContext);
22
Q_INVOKABLE
void
SetConnecter(
CConnecter
*pConnecter);
23
24
private
slots:
25
void
on_pbOK_clicked();
26
void
on_pbCancel_clicked();
27
28
private
:
29
Ui::CDlgGetUserPasswordFreeRDP *ui;
30
31
CConnecterFreeRDP
* m_pConnecter;
32
CParameterFreeRDP
* m_pParameter;
33
34
};
12
class
CDlgGetUserPasswordFreeRDP
:
public
QDialog {
…
};
35
36
Q_DECLARE_METATYPE(
CDlgGetUserPasswordFreeRDP
)
37
38
#endif
// DLGGETUSERPASSWORD_H
CConnecterFreeRDP
Definition
ConnecterFreeRDP.h:10
CConnecter
连接者应用接口。
Definition
Connecter.h:62
CDlgGetUserPasswordFreeRDP
Definition
DlgGetUserPasswordFreeRDP.h:13
CParameterFreeRDP
[Declare CParameterFreeRDP]
Definition
ParameterFreeRDP.h:11
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力