Thursday, November 20th 2008, 12:37pm UTC

You are not logged in.

  • Login
  • Register

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.

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: 107

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