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

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -