ParaView
|
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=0, Qt::WindowFlags flags=0) | |
virtual | ~pqSettingsDialog () |
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. For each proxy, it creates a pqProxyWidget and adds that to a tab-widget contained in the dialog.
Definition at line 48 of file pqSettingsDialog.h.
pqSettingsDialog::pqSettingsDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | flags = 0 |
||
) |
|
virtual |
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 |