[commonqt-devel] The logical disjunction of constants
Goheeca
4 Nov
2012
4 Nov
'12
6:51 a.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 );