API Documentation
Loading...
Searching...
No Matches
ImageModelDialog.h
Go to the documentation of this file.
1#pragma once
2#include <NDEVR/Editor.h>
3class QBoxLayout;
4namespace NDEVR
5{
6 class ImageView;
7 class QCustomTextEdit;
9 {
10 public:
11 ImageModelDialog(const DynamicPointer<QTDesignObject> & project, QWidget* parent = nullptr);
12 virtual ~ImageModelDialog();
13 virtual void updateValues() override;
14 void setIsReport(bool is_report);
15 QSize sizeHint() const override;
16 protected:
17 QBoxLayout* m_main_layout;
20 };
21}
#define NDEVR_API
Definition DLLInfo.h:67
Definition Pointer.hpp:303
Definition Editor.h:45
Definition ImageModelDialog.h:9
ImageView * m_image_view
Definition ImageModelDialog.h:18
QCustomTextEdit * m_description_edit
Definition ImageModelDialog.h:19
QBoxLayout * m_main_layout
Definition ImageModelDialog.h:17
Definition ImageView.h:40
Definition QCustomTextEdit.h:38
Definition ACIColor.h:37