#include "pqWidgetsModule.h"
#include <QVariant>
Go to the source code of this file.
Classes | |
struct | pqSetData |
Using pqSetData, you can create and initialize Qt objects without having to create a bunch of temporaries: More... | |
Functions | |
template<typename T > | |
T * | operator<< (T *LHS, const pqSetData &RHS) |
Sets custom data for a Qt object. More... | |
Sets custom data for a Qt object.
Definition at line 35 of file pqSetData.h.