Signals | Public Member Functions | List of all members
pqSettingsDialog Class Reference

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...
 

Detailed Description

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 49 of file pqSettingsDialog.h.

Constructor & Destructor Documentation

◆ pqSettingsDialog()

pqSettingsDialog::pqSettingsDialog ( QWidget *  parent = nullptr,
Qt::WindowFlags  flags = Qt::WindowFlags{},
const QStringList &  proxyLabelsToShow = QStringList() 
)

◆ ~pqSettingsDialog()

pqSettingsDialog::~pqSettingsDialog ( )
override

Member Function Documentation

◆ showTab()

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.

◆ filterWidgets

void pqSettingsDialog::filterWidgets ( bool  showAdvanced,
const QString &  text 
)
signal

The documentation for this class was generated from the following file: