Cannot find line or rectangle widget
Hi,
I have downloaded the qt-win-opensource-4.1.0-mingw.exe and have installed it.
I want to create a GUI which comprises of drawing objects, like lines, rectangles, circles, triangles etc...
But then when i open the QT Designer i don't get the option for them. Now how do i get them. In the Display widget i get the horizontal and vertical lines widger but do not get it for the rectangle, circle, triangle etc...
Please tell me from where can i get them in the QT Designer...
Thank you,
Kapil
Re: Cannot find line or rectangle widget
You can't accomplish custom drawing/painting in designer.
You might wanna take a look at basic drawing example.
Re: Cannot find line or rectangle widget
Quote:
Originally Posted by jpn
You can't accomplish custom drawing/painting in designer.
You might wanna take a look at
basic drawing example.
hi,
i went thru the example.. this means that i will have to hard code them in my ui file in order to make them appear on screen...
there is no other way thru which i can place them like i do it with buttons or text edits...
kapil
Re: Cannot find line or rectangle widget
You can use labels and assign pixmaps to them.