Summit II/Qt Components
From ParaQ Wiki
Jump to navigationJump to search
Class | Description |
---|---|
pqFileDialog | ParaQ file dialog that supports a consistent appearance across all platforms and filesystems whether local, remote, etc. |
pqFileDialogModel | Abstract interface for pqFileDialog "back-ends" that frame filesystem information as Qt MVC models. |
pqLocalFileDialogModel | Concrete implementation of pqFileDialogModel that displays a local filesystem. |
pqServerFileDialogModel | Concrete implementation of pqFileDialogModel that displays a remote filesystem, using functionality provided by the ParaView Server Manager. |
pqConnect / pqSetData / pqSetName | Operators modelled on iostreams manipulators, for initializing Qt objects without lots of temporaries. |