Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Plugins
TigerVnc
Client
DlgGetUserPasswordVNC.h
1
#ifndef DLGGETUSERPASSWORD_H
2
#define DLGGETUSERPASSWORD_H
3
4
#include <QDialog>
5
#include "ConnecterVnc.h"
6
7
namespace
Ui
{
8
class
CDlgGetPasswordVNC
;
9
}
10
11
class
CDlgGetPasswordVNC
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
CDlgGetPasswordVNC
(QWidget *parent =
nullptr
);
17
virtual
~CDlgGetPasswordVNC
();
18
CDlgGetPasswordVNC
(
const
CDlgGetPasswordVNC
& dlg);
19
20
Q_INVOKABLE
void
SetContext(
void
* pContext);
21
Q_INVOKABLE
void
SetConnecter(
CConnecter
*pConnecter);
22
23
private
slots:
24
void
on_pbOK_clicked();
25
void
on_pbCancel_clicked();
26
27
private
:
28
Ui::CDlgGetPasswordVNC *ui;
29
CConnecterVnc
* m_pConnecter;
30
CParameterVnc
* m_pParameter;
31
};
32
Q_DECLARE_METATYPE(
CDlgGetPasswordVNC
)
33
34
#endif
// DLGGETUSERPASSWORD_H
CConnecterVnc
Definition
ConnecterVnc.h:12
CConnecter
Connecter interface.
Definition
Connecter.h:62
CDlgGetPasswordVNC
Definition
DlgGetUserPasswordVNC.h:12
CParameterVnc
Definition
ParameterVnc.h:8
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力