Sunday, July 20th 2008, 2:23pm UTC+1

You are not logged in.

  • Login
  • Register

1

Monday, May 12th 2008, 10:48pm

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.......
  • Go to the top of the page

ramandeep

Trainee

Posts: 99

Location: India

Occupation: embedded software

2

Wednesday, May 14th 2008, 11:54am

RE: inserting table

look at QTableWidget for creating tables....
QTableWidgetItem for adding items to the table...
  • Go to the top of the page

3

Thursday, May 15th 2008, 9:09am

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.........
  • Go to the top of the page

Rate this thread