[commonqt-devel] The logical disjunction of constants
Goheeca
4 Nov
2012
4 Nov
'12
2:51 p.m.
Is it possible to perform or-ing* of constants or CommonQt lacks this
functionality?
*Like in this C++ example:
QLabel label("A label");
label.setAlignment( Qt::AlignRight | Qt::AlignBottom );