Separate PACS Module.
This commit is contained in:
20
DIDKit/App/DIDMainWindow.h
Normal file
20
DIDKit/App/DIDMainWindow.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Created by Krad on 2022/9/20.
|
||||
//
|
||||
|
||||
#ifndef OMEGAV_DIDMAINWINDOW_H
|
||||
#define OMEGAV_DIDMAINWINDOW_H
|
||||
|
||||
#include <QtWidgets/QMainWindow>
|
||||
|
||||
class DIDMainWindow : public QMainWindow{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DIDMainWindow(QWidget *parent = Q_NULLPTR);
|
||||
~DIDMainWindow();
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //OMEGAV_DIDMAINWINDOW_H
|
||||
Reference in New Issue
Block a user