If you want to input text in an rectengular textbox, you might want to look into QTextEdit.
Good luck!
If you want to input text in an rectengular textbox, you might want to look into QTextEdit.
Good luck!
Hi All
I am asking apologies for my mistake..while typing the sentence i did mistake.It won't happen in future
Even i used the drawRect() function ,but i am not see rectangle in output.
My question is how do add the string for drawn rectangular and update string(with rectangle)to text browser.
Thanks
Yuvaraj R
Hi All
Even I could not able to draw
tatic const QPointF points[4] = {
QPointF(10.0, 80.0),
QPointF(20.0, 10.0),
QPointF(80.0, 30.0),
QPointF(90.0, 70.0)
};
QPainter painter(this);
painter.drawPolygon(points, 4);
Please help me
Thanks
Yuvaraj R
Bookmarks