|
SilentEye 0.4.1
|
#include "decodedialog.h"#include "controller.h"#include <imagemoduleinterface.h>#include <audiomoduleinterface.h>#include <videomoduleinterface.h>Go to the source code of this file.
Namespaces | |
| namespace | SilentEye |
SilentEye application GUI. | |
Functions | |
| m_logger | SilentEye::setClassName ("DecodeDialog") |
| this | SilentEye::setWindowTitle ("Decode message") |
| this | SilentEye::setWindowIcon (QPixmap(QString::fromUtf8(":/icons/img/decode.png"))) |
| okButton | SilentEye::setText ("Decode") |
| iconLabel | SilentEye::setPixmap (QPixmap(QString::fromUtf8(":/icons/img/decode.png"))) |
| msgLabel | SilentEye::setText ("Decoded message") |
| fileNameLabel | SilentEye::setText ("") |
| fileButton | SilentEye::setEnabled (false) |
| fileRemoveButton | SilentEye::setVisible (false) |
| compressCheckBox | SilentEye::setText ("Compressed data") |
| cryptoCheckBox | SilentEye::setText ("Encrypted data") |
| msgTextEdit | SilentEye::setReadOnly (true) |
| SilentEye::updateDialogSize () | |
| SilentEye::connect (fileButton, SIGNAL(clicked(bool)), this, SLOT(selectFile())) | |
Variables | |
| F | SilentEye::__pad0__ |
| SilentEye::m_checkSize = false | |
1.7.3