You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. 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

Saturday, August 4th 2012, 4:58pm

How to make a permanent widget in Qtableview

I am using QTableview . I want to use a QPushbutton in a particular cell which will be visible permanently . I have been through one delegate example in QtDoc . But inside that whenever i am going for editing the cell , only that time the widget is visible after editing its again invisible .
But i want to make this widget permanent ..
Please do reply with an example , that will be more helpful for my understanding .