Qt-interest Archive, April 2008
two simple functions
Message 1 in thread
Hi,
I read somewhere about the functionality of resize() and set_window() functions but I didnot understand exaclty. What does these mean:
w->resize(300, 300);
w->set_window(0, 30, 0, 50);
-----------------
Mahmood Naderan
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
Message 2 in thread
>I read somewhere about the functionality of resize() and set_window()
functions but I didnot understand exaclty. What does these mean:
> w->resize(300, 300);
> w->set_window(0, 30, 0, 50);
Do your homework, please.
Provide a sample that compiles,
or refer to some exact piece of Qt documentation.
I think set_window is not Qt at all, and resize
is documented at http://doc.trolltech.com/4.3/qwidget.html
--
[ signature omitted ]