I have a QT application with a simple QLabel. When I tries to align text, it seems to works correctly,
m_c_label.setAlignment(Qt::AlignLeft |Qt::AlignVCenter);
but if you look with attention, text is not vertically centered correclty, is displaced a few pixels to the bottom. I have tried with different layout configurations and always is the same problem.
It's a Qt 4.6 embedded application with qpf2 fonts. I have tried to change this font and with another font the text is desplaced to font so it seems to be a strange behaviour with the font. Any idea?