qt4 - how to specify the labels size and position to create? -


I am preparing labels and using textile I am displaying text on the label. How to specify labels and the size of the queue to create labels in a specific area?

I found it by searching on Google.

  Label-> Setgetometry (QRect (x, y, width, height));  

Comments

Popular posts from this blog

javascript - How to use the code plugin with popcornjs -

Python, converting png to gif using ImageMagick -

android layout hide/show views -