It seems yes , e.g. lines.
painter->drawLine(0,widget->height(), 0, 0-(widget->height()/2));
painter->drawLine(0-(widget->width()/2),0, (widget->width()/2), 0);
painter->drawLine(0,widget->height(), 0, 0-(widget->height()/2));
painter->drawLine(0-(widget->width()/2),0, (widget->width()/2), 0);
To copy to clipboard, switch view to plain text mode
Plot p;
//set (x,y) w and h relative to screen
p.setGeometry(100, 100, 800, 600);
p.show();
Plot p;
//set (x,y) w and h relative to screen
p.setGeometry(100, 100, 800, 600);
p.show();
To copy to clipboard, switch view to plain text mode
but result is that they are painted somewhere around.....
Bookmarks