6#ifndef KIS_DLG_IMAGE_PROPERTIES_H_
7#define KIS_DLG_IMAGE_PROPERTIES_H_
11#include "ui_wdgimageproperties.h"
34 const char *name = 0);
40 virtual int exec()
override;
52 QScopedPointer<Private>
d;
void updateDisplayConfigInfo()
~KisDlgImageProperties() override
void setProofingConfigToImage()
bool convertLayerPixels() const
void slotColorSpaceChanged(const KoColorSpace *)
void setAnnotation(const QString &type)
WdgImageProperties * m_page
KisDlgImageProperties(KisImageWSP image, KisDisplayColorConverter *colorConverter, QWidget *parent=0, const char *name=0)
QScopedPointer< Private > d
const KoColorSpace * colorSpace() const
virtual int exec() override
A dialog base class with standard buttons and predefined layouts.
WdgImageProperties(QWidget *parent)