summaryrefslogtreecommitdiffstats
path: root/PerlQt/lib/Qt/enumerations.pm
blob: 003b65b6df74f00af0b1ef21395c3c5a1358d56d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package Qt::enumerations;
#
# Proposed usage:
#
# package MyWidget;
#
# use Qt::enumerations MyInfo => {
#     Foo => 1,
#     Bar => 10,
#     Baz => 64
# };
#
# use Qt::enumerations MyInfo => [qw(Foo Bar Baz)];
#
1;