labelAlignment and QPlastiqueStyle
Hi!
I'm using QPlastiqueStyle in my application,
so default labelAlignment is Qt::AlignLeft.
If I want to use the QPrintPreviewDialog I have the problem that the label next to the pageedit is left of the edit field page so my page index looks like "/2 1" instead of "1/2".
Is there any posibility of setting the labelAlignment in the dialog?
Thanks in advance,
aLiEnHeAd
Re: labelAlignment and QPlastiqueStyle
I don't think this has to do with alignment, but with left to right/right to left text encoding.