32 #ifndef _pqAboutDialog_h 33 #define _pqAboutDialog_h 35 #include "pqComponentsModule.h" 55 void AddClientInformation();
56 void AddServerInformation();
57 void AddServerInformation(
pqServer* server, QTreeWidget* tree);
61 Ui::pqAboutDialog*
const Ui;
64 #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...