10#ifndef COMPRESSION_GROUP_BOX_H
11#define COMPRESSION_GROUP_BOX_H
CompressionGroupBox(QWidget *parent=0)
Constructs a new CompressionGroupBox.
Definition compression_group_box.cpp:16
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