玉兔远程控制
0.1.0-bate4
载入中...
搜索中...
未找到
Src
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
bool
bStore =
true
,
19
QWidget *parent =
nullptr
);
20
virtual
~CDlgInputPassword
();
21
22
QString GetPassword();
23
24
private
slots:
25
void
on_pbNo_clicked();
26
void
on_pbYes_clicked();
27
void
on_pbShow_clicked();
28
29
private
:
30
Ui::CDlgInputPassword *ui;
31
};
32
33
#endif
// DLGINPUTPASSWORD_H
CDlgInputPassword
Definition
DlgInputPassword.h:13
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力