4 #ifndef pqAboutDialog_h 5 #define pqAboutDialog_h 7 #include "pqComponentsModule.h" 33 QString formatToText();
45 void copyToClipboard();
48 void AddClientInformation();
49 void AddServerInformation();
50 void AddServerInformation(
pqServer* server, QTreeWidget* tree);
51 QString formatToText(QTreeWidget* tree);
55 Ui::pqAboutDialog*
const Ui;
58 #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...