repo.or.cz
/
GPXSee.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'weblate/master'
[GPXSee.git]
/
src
/
GUI
/
passwordedit.h
blob
820db11fbaa608831be12db5c8dd6812141f30a9
1
#ifndef PASSWORDEDIT_H
2
#define PASSWORDEDIT_H
3
4
#include <QLineEdit>
5
6
class
PasswordEdit
:
public
QLineEdit
7
{
8
Q_OBJECT
9
10
public
:
11
PasswordEdit
(
QWidget
*
parent
=
0
);
12
13
private
slots
:
14
void
showPassword
();
15
16
private
:
17
QAction
*
_action
;
18
bool
_show
;
19
};
20
21
#endif
// PASSWORDEDIT_H