what property should i set to Fit the text in label
Posted
by Shadow
on Stack Overflow
See other posts from Stack Overflow
or by Shadow
Published on 2010-06-08T14:13:31Z
Indexed on
2010/06/08
19:12 UTC
Read the original article
Hit count: 206
Hi,
i want to display a big string in Qlablel
for this simply i have created a label in Qt GUI editor,
then i put the string, with the Wordwrap
property ON.
here text is not coming to the next line itself, instead its crossing the view region.
but if i give "\n"
it works well.
how to put up big string in label, to display in visible region.
© Stack Overflow or respective owner