4 #ifndef pqImageCompressorWidget_h
5 #define pqImageCompressorWidget_h
7 #include "pqApplicationComponentsModule.h"
20 Q_PROPERTY(QString compressorConfig READ compressorConfig WRITE setCompressorConfig);
26 QString compressorConfig()
const;
29 void setCompressorConfig(
const QString&);
32 void compressorConfigChanged();
34 void currentIndexChanged(
int);
35 void setConfigurationDefault(
int);
40 pqInternals* Internals;