|
open_iA 2025.6
|
Shows a dialog specialized for reading parameters of a raw file. More...
#include <iARawFileParamDlg.h>
Public Member Functions | |
| iARawFileParamDlg (QString const &fileName, QWidget *parent, QString const &title, QVariantMap ¶mValues, bool brightTheme) | |
| Constructor. | |
| ~iARawFileParamDlg () | |
| bool | accepted () const |
| Checks whether or not the user has accepted the input dialog. | |
| QVariantMap | parameterValues () const |
| access to the values entered by user. | |
Shows a dialog specialized for reading parameters of a raw file.
Adds a red/green bar depending on whether the currently specified dimensions match the size of the raw file.
| iARawFileParamDlg::iARawFileParamDlg | ( | QString const & | fileName, |
| QWidget * | parent, | ||
| QString const & | title, | ||
| QVariantMap & | paramValues, | ||
| bool | brightTheme ) |
Constructor.
| fileName | File name of the RAW file. | |
| parent | The parent widget. | |
| title | The window title. | |
| [out] | paramValues | The parameters of the raw file that were set by the user. |
| brightTheme | whether the program currently uses a dark theme (affects green/red background in file size check) |
| iARawFileParamDlg::~iARawFileParamDlg | ( | ) |
| bool iARawFileParamDlg::accepted | ( | ) | const |
Checks whether or not the user has accepted the input dialog.
| QVariantMap iARawFileParamDlg::parameterValues | ( | ) | const |
access to the values entered by user.