PDA

View Full Version : How to know the size of the application



Sarma
7th March 2006, 09:07
hi everyone,
I want to know the maximum size of QScrollView in Qt 3.3.4. Also can anybody tell how can we find the size of our application which used QScrollView.
Thanks in advance,
Sarma.

zlatko
7th March 2006, 09:23
I think its not correct questions.Becouse it depend on system requirements(alike available free memory)..But if you want you always can check that :)

wysota
7th March 2006, 11:02
hi everyone,
I want to know the maximum size of QScrollView in Qt 3.3.4. Also can anybody tell how can we find the size of our application which used QScrollView.
Thanks in advance,
Sarma.

If this question is related to your previous question about QScrollView problems, then you misundestood me. I was not talking about size of the application but about size (physical -- dimensions) of the widget.

It is all explained in QScrollView docs (http://doc.trolltech.com/3.3/qscrollview.html).