Add UI for DIDKIT.
This commit is contained in:
21
DIDKit/App/MenuAction/GetPacsConfigDialogAction.h
Normal file
21
DIDKit/App/MenuAction/GetPacsConfigDialogAction.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef GETPACSCONFIGDIALOGACTION_H
|
||||
#define GETPACSCONFIGDIALOGACTION_H
|
||||
|
||||
#include <QAction>
|
||||
|
||||
class ImportWidget;
|
||||
|
||||
class GetPacsConfigDialogAction : public QAction
|
||||
{
|
||||
public:
|
||||
GetPacsConfigDialogAction(const QString& aName, QWidget* aParent = nullptr);
|
||||
~GetPacsConfigDialogAction() override;
|
||||
|
||||
private:
|
||||
void executeAction();
|
||||
|
||||
private:
|
||||
ImportWidget* mWidget;
|
||||
};
|
||||
|
||||
#endif // GETPACSCONFIGDIALOGACTION_H
|
||||
Reference in New Issue
Block a user