Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Client
DlgInputPassword.h
1
// Author: Kang Lin <kl222@126.com>
2
3
#ifndef DLGINPUTPASSWORD_H
4
#define DLGINPUTPASSWORD_H
5
6
#include <QDialog>
7
8
namespace
Ui
{
9
class
CDlgInputPassword
;
10
}
11
12
class
CDlgInputPassword
:
public
QDialog
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
CDlgInputPassword
(
bool
bShow =
false
,
18
QString szTitle = QString(),
19
QWidget *parent =
nullptr
);
20
virtual
~CDlgInputPassword
();
21
22
enum
InputType{
23
Encrypt,
24
Password
25
};
26
27
int
GetValue(InputType &t, QString &password);
28
29
private
slots:
30
void
on_pbNo_clicked();
31
void
on_pbYes_clicked();
32
void
on_pbShow_clicked();
33
34
private
:
35
Ui::CDlgInputPassword *ui;
36
};
37
38
#endif
// DLGINPUTPASSWORD_H
CDlgInputPassword
Definition
DlgInputPassword.h:13
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力