#include <forms/dialogexportimage.h>
|
| void | getFilename () |
| | Opens a dialog to get the filename of the new image to export.
|
| void | getFormat (const QString &format) |
| | Gets the file format of the Image.
|
| void | getUserChoices () |
|
| void | userChoices (const QString &filename, const QByteArray &format, const int &quality, const int &compression) |
|
| Ui::DialogExportImage * | ui |
◆ DialogExportImage()
| DialogExportImage::DialogExportImage |
( |
QWidget * | parent = Q_NULLPTR | ) |
|
|
explicit |
◆ ~DialogExportImage()
| DialogExportImage::~DialogExportImage |
( |
| ) |
|
◆ changeCompressionRange()
| void DialogExportImage::changeCompressionRange |
( |
const int & | min, |
|
|
const int & | max, |
|
|
const int & | step ) |
Changes Compression widgets range and stepping.
- Parameters
-
◆ changeQualityRange()
| void DialogExportImage::changeQualityRange |
( |
const int & | min, |
|
|
const int & | max, |
|
|
const int & | step ) |
Changes Quality widgets range and stepping.
- Parameters
-
◆ getFilename
| void DialogExportImage::getFilename |
( |
| ) |
|
|
slot |
Opens a dialog to get the filename of the new image to export.
◆ getFormat
| void DialogExportImage::getFormat |
( |
const QString & | format | ) |
|
|
slot |
Gets the file format of the Image.
◆ getUserChoices
| void DialogExportImage::getUserChoices |
( |
| ) |
|
|
slot |
◆ userChoices
| void DialogExportImage::userChoices |
( |
const QString & | filename, |
|
|
const QByteArray & | format, |
|
|
const int & | quality, |
|
|
const int & | compression ) |
|
signal |
◆ ui
| Ui::DialogExportImage* DialogExportImage::ui |
|
private |
The documentation for this class was generated from the following files: