Added vacant Password Management Window
This commit is contained in:
@@ -1,7 +1,22 @@
|
||||
#ifndef PASSWORDMANAGEMENTWINDOW_H_
|
||||
#define PASSWORDMANAGEMENTWINDOW_H_
|
||||
|
||||
#include<QDialog>
|
||||
#include"CommonWindow.h"
|
||||
#include"ViewingWindow.h"
|
||||
|
||||
class PasswordManagementWindow : public QDialog, public CommonWindow, public ViewingWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
PasswordManagementWindow(QWidget* parent=0);
|
||||
~PasswordManagementWindow()=default;
|
||||
|
||||
private:
|
||||
void setupWindow();
|
||||
void connections();
|
||||
|
||||
unique_ptr<QLineEdit> passwordField;
|
||||
private slots:
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user