10#ifndef COMPRESSION_GROUP_BOX_H
11#define COMPRESSION_GROUP_BOX_H
UI element for selecting compression type from among those supported.
Definition compression_group_box.h:25
void stateChanged()
Signal emitted when the compression state or selection changes.
ws_compression_type compressionType() const
Retrieves the currently selected compression type.
Definition compression_group_box.cpp:52
~CompressionGroupBox()
Destroys the CompressionGroupBox.
Definition compression_group_box.cpp:48
void setCompressionType(ws_compression_type type)
Sets the compression type for the group box.
Definition compression_group_box.cpp:57