Sonnet::ConfigView Class
The sonnet ConfigView. More...
| Header: | #include <Sonnet/ConfigView> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS Sonnet)target_link_libraries(mytarget PRIVATE KF6::SonnetUi) |
| Inherits: | QWidget |
Properties
|
|
Public Functions
| ConfigView(QWidget *parent = nullptr) | |
| bool | backgroundCheckingButtonShown() const |
| QStringList | ignoreList() const |
| QString | language() const |
| bool | noBackendFoundVisible() const |
| QStringList | preferredLanguages() const |
Public Slots
| void | setBackgroundCheckingButtonShown(bool) |
| void | setIgnoreList(const QStringList &ignoreList) |
| void | setLanguage(const QString &language) |
| void | setNoBackendFoundVisible(bool show) |
| void | setPreferredLanguages(const QStringList &ignoreList) |
Signals
| void | configChanged() |
Detailed Description
Property Documentation
backgroundCheckingButtonShown : bool
Access functions:
| bool | backgroundCheckingButtonShown() const |
| void | setBackgroundCheckingButtonShown(bool) |
ignoreList : QStringList
Access functions:
| QStringList | ignoreList() const |
| void | setIgnoreList(const QStringList &ignoreList) |
language : QString
Access functions:
| QString | language() const |
| void | setLanguage(const QString &language) |
preferredLanguages : QStringList
Access functions:
| QStringList | preferredLanguages() const |
| void | setPreferredLanguages(const QStringList &ignoreList) |
showNoBackendFound : bool
Access functions:
| bool | noBackendFoundVisible() const |
| void | setNoBackendFoundVisible(bool show) |
Member Function Documentation
[explicit] ConfigView::ConfigView(QWidget *parent = nullptr)
bool ConfigView::backgroundCheckingButtonShown() const
Note: Getter function for property backgroundCheckingButtonShown.
See also setBackgroundCheckingButtonShown().
[signal] void ConfigView::configChanged()
QStringList ConfigView::ignoreList() const
Note: Getter function for property ignoreList.
See also setIgnoreList().
QString ConfigView::language() const
Note: Getter function for property language.
See also setLanguage().
bool ConfigView::noBackendFoundVisible() const
Note: Getter function for property showNoBackendFound.
See also setNoBackendFoundVisible().
QStringList ConfigView::preferredLanguages() const
Note: Getter function for property preferredLanguages.
See also setPreferredLanguages().
[slot] void ConfigView::setBackgroundCheckingButtonShown(bool)
Note: Setter function for property backgroundCheckingButtonShown.
See also backgroundCheckingButtonShown().
[slot] void ConfigView::setIgnoreList(const QStringList &ignoreList)
Note: Setter function for property ignoreList.
See also ignoreList().
[slot] void ConfigView::setLanguage(const QString &language)
Note: Setter function for property language.
See also language().
[slot] void ConfigView::setNoBackendFoundVisible(bool show)
Note: Setter function for property showNoBackendFound.
See also noBackendFoundVisible().
[slot] void ConfigView::setPreferredLanguages(const QStringList &ignoreList)
Note: Setter function for property preferredLanguages.
See also preferredLanguages().