Working on simple window hierarchy
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
#include"PasswordManagementWindow.h"
|
||||||
|
|
||||||
|
PasswordManagementWindow::PasswordManagementWindow(QWidget* parent) : QDialog(parent)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
#ifndef PASSWORDMANAGEMENTWINDOW_H_
|
||||||
|
#define PASSWORDMANAGEMENTWINDOW_H_
|
||||||
|
|
||||||
|
class PasswordManagementWindow : public QDialog, public CommonWindow, public ViewingWindow
|
||||||
|
{
|
||||||
|
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user