Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Channel
SSH
DlgUserPassword.h
1
#ifndef DLGUSERPASSWORD_H
2
#define DLGUSERPASSWORD_H
3
4
#include <QDialog>
5
#include "ParameterChannelSSH.h"
6
7
namespace
Ui
{
8
class
CDlgUserPassword
;
9
}
10
11
class
CDlgUserPassword
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
CDlgUserPassword
(QWidget *parent =
nullptr
);
17
~CDlgUserPassword
();
18
CDlgUserPassword
(
const
CDlgUserPassword
& other);
19
20
Q_INVOKABLE
void
SetContext(
void
* pContext);
21
22
private
:
23
Ui::CDlgUserPassword *ui;
24
CParameterChannelSSH
* m_pPara;
25
26
// QDialog interface
27
public
slots:
28
virtual
void
accept()
override
;
29
};
30
31
Q_DECLARE_METATYPE(
CDlgUserPassword
)
32
33
#endif
// DLGUSERPASSWORD_H
CDlgUserPassword
Definition
DlgUserPassword.h:12
CParameterChannelSSH
Definition
ParameterChannelSSH.h:16
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力