I have a class template (a struct really) which exposes an attribute
variable, but it doesn't appear SIP (version 4.7.8-snapshot-20080817)
supports this. Example:

template<T>
class Value
{
public:
    T value;
};

SIP reacts by saying that "T is undefined". Probably an omission in
SIP, since a corresponding getValue works? Also, specifying a concrete
type for the attribute works.

Arve
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to