Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
inserting table
What kind of object can i add to my scene, to create a table with X row and Y colum???
I'd like to resize the column and the row length throw the mouse.......
RE: inserting table
look at QTableWidget for creating tables....
QTableWidgetItem for adding items to the table...
RE: inserting table
i think a can't add a QTablewidget to a QgraphicsScene object.
I 'd like to put into my scene a table item, like QRectItem or QLineItem.........