pqSettingsDialog provides a dialog for controlling application settings for a ParaView application. More...
#include <pqSettingsDialog.h>
Inherits QDialog.
Signals | |
void | filterWidgets (bool showAdvanced, const QString &text) |
Public Member Functions | |
pqSettingsDialog (QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::WindowFlags{}, const QStringList &proxyLabelsToShow=QStringList()) | |
~pqSettingsDialog () override | |
void | showTab (const QString &title) |
Make the tab with the given title text current, if possible. More... | |
pqSettingsDialog provides a dialog for controlling application settings for a ParaView application.
It's designed to look show all proxies registered under the "settings" group by default, unless specified in the proxyLabelsToShow constructor argument. For each proxy, it creates a pqProxyWidget and adds that to a tab-widget contained in the dialog.
Definition at line 21 of file pqSettingsDialog.h.
pqSettingsDialog::pqSettingsDialog | ( | QWidget * | parent = nullptr , |
Qt::WindowFlags | flags = Qt::WindowFlags{} , |
||
const QStringList & | proxyLabelsToShow = QStringList() |
||
) |
|
override |
void pqSettingsDialog::showTab | ( | const QString & | title | ) |
Make the tab with the given title text current, if possible.
Does nothing if title is invalid or not present.
|
signal |