Rabbit Remote Control
0.0.37
Loading...
Searching...
No Matches
Plugins
FreeRDP
Client
DlgGetUserPasswordFreeRDP.h
1
#ifndef DLGGETUSERPASSWORD_H
2
#define DLGGETUSERPASSWORD_H
3
4
#include <QDialog>
5
6
#include "OperateFreeRDP.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
23
private
slots:
24
void
on_pbOK_clicked();
25
void
on_pbCancel_clicked();
26
27
private
:
28
Ui::CDlgGetUserPasswordFreeRDP *ui;
29
30
CParameterFreeRDP
* m_pParameter;
31
32
};
33
34
Q_DECLARE_METATYPE(
CDlgGetUserPasswordFreeRDP
)
35
36
#endif
// DLGGETUSERPASSWORD_H
CDlgGetUserPasswordFreeRDP
Definition
DlgGetUserPasswordFreeRDP.h:13
CParameterFreeRDP
[Declare CParameterFreeRDP]
Definition
ParameterFreeRDP.h:11
Ui
Definition
FrmFullScreenToolBar.h:14
Author: Kang Lin (kl222@126.com)
Copyright (c) Kang Lin Studios All Rights Reserved