Added vacant Password Management Window
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
#define KEYMANAGEMENTWINDOW_H
|
||||
|
||||
#include<QDialog>
|
||||
#include<QVBoxLayout>
|
||||
#include<QHBoxLayout>
|
||||
#include<QComboBox>
|
||||
#include<QLineEdit>
|
||||
#include<QPushButton>
|
||||
#include<memory>
|
||||
#include"CommonWindow.h"
|
||||
#include"ViewingWindow.h"
|
||||
@@ -17,13 +12,13 @@ class KeyManagementWindow : public QDialog, public CommonWindow, public ViewingW
|
||||
public:
|
||||
KeyManagementWindow(QWidget* parent = 0);
|
||||
~KeyManagementWindow() = default;
|
||||
|
||||
void setContentsOfComboBox();
|
||||
private slots:
|
||||
void test();
|
||||
void generation();
|
||||
void exitApplication();
|
||||
private:
|
||||
void setContentsOfComboBox();
|
||||
void setupWindow();
|
||||
void connections();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user