/usr/local/CPAN/PerlQt/Qt/properties.pm


package Qt::properties;
#
# Proposed usage:
#
# use Qt::properties foo => {
#     TYPE => 'bool',
#     READ => 'getFoo',
#     WRITE => 'setFoo',
#     STORED => 0,
#     RESET => 'unsetFoo',
#     DESIGNABLE => 0
# };
#
1;