try transform like this ..
Qt Code:
QTransform transform; transform.rotate( 90 , Qt::YAxis); /*your QToolBox*/ this->setTransform(transform);To copy to clipboard, switch view to plain text modei dont have nay idea about it but u try to add the contents after rotating (it may work ... but not sure )..I just want to the Page convert to be horizontal, not the Contents
Bookmarks