summaryrefslogtreecommitdiffstats
path: root/PerlTQt/lib/Qt/properties.pm
blob: 951cdb6581fffecc759fb7fe8b23346f009500d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package TQt::properties;
#
# Proposed usage:
#
# use TQt::properties foo => {
#     TYPE => 'bool',
#     READ => 'getFoo',
#     WRITE => 'setFoo',
#     STORED => 0,
#     RESET => 'unsetFoo',
#     DESIGNABLE => 0
# };
#
1;