* Refactor network package.
This commit is contained in:
26
src/network/DicomCfgDialog.h
Normal file
26
src/network/DicomCfgDialog.h
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef DICOMCFGDIALOG_H
|
||||
#define DICOMCFGDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class DicomCfgDialog;
|
||||
}
|
||||
|
||||
class DicomCfgDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DicomCfgDialog(QWidget* aParent = nullptr);
|
||||
~DicomCfgDialog();
|
||||
|
||||
private:
|
||||
Ui::DicomCfgDialog* mUi;
|
||||
|
||||
void loadServersInfo();
|
||||
void saveServersInfo();
|
||||
};
|
||||
|
||||
#endif // DICOMCFGDIALOG_H
|
||||
Reference in New Issue
Block a user