32 #ifndef _pqAboutDialog_h 33 #define _pqAboutDialog_h 35 #include "pqComponentsModule.h" 59 void AddClientInformation();
60 void AddServerInformation();
61 void AddServerInformation(
pqServer* server, QTreeWidget* tree);
65 Ui::pqAboutDialog*
const Ui;
68 #endif // !_pqAboutDialog_h
pqAboutDialog is the about dialog used by ParaView.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...