QGIS API Documentation
3.0.2-Girona (307d082)
|
A dialog which presents the user with a choice of file encodings. More...
#include <qgsencodingfiledialog.h>
Public Member Functions | |
QgsEncodingSelectionDialog (QWidget *parent=nullptr, const QString &caption=QString(), const QString &encoding=QString(), Qt::WindowFlags flags=Qt::WindowFlags()) | |
Constructor for QgsEncodingSelectionDialog. More... | |
QString | encoding () const |
Returns the encoding selected within the dialog. More... | |
void | setEncoding (const QString &encoding) |
Sets the encoding selected within the dialog. More... | |
A dialog which presents the user with a choice of file encodings.
Definition at line 69 of file qgsencodingfiledialog.h.
QgsEncodingSelectionDialog::QgsEncodingSelectionDialog | ( | QWidget * | parent = nullptr , |
const QString & | caption = QString() , |
||
const QString & | encoding = QString() , |
||
Qt::WindowFlags | flags = Qt::WindowFlags() |
||
) |
Constructor for QgsEncodingSelectionDialog.
If caption is set, it will be used as the caption within the dialog.
The encoding argument can be used to specify the encoding initially selected in the dialog.
Definition at line 107 of file qgsencodingfiledialog.cpp.
QString QgsEncodingSelectionDialog::encoding | ( | ) | const |
Returns the encoding selected within the dialog.
Definition at line 149 of file qgsencodingfiledialog.cpp.
void QgsEncodingSelectionDialog::setEncoding | ( | const QString & | encoding | ) |
Sets the encoding selected within the dialog.
see encoding()
Definition at line 154 of file qgsencodingfiledialog.cpp.