PDA

View Full Version : QTableView Alignment



AlexSudnik
22nd January 2011, 08:53
Hey!

I've the following question: is there a way to adjust table's placement inside it's frame?
Screenshot below will probably explain what i mean:left fragment shows the normal look of the table,right one is more or less what i'm trying to achieve. Maybe i have to create a custom delegate for this purpose...i'm not sure.
Any tips are greatly appreciated!

-Thanks!

5811

BalaQT
22nd January 2011, 11:19
Hey!

I've the following question: is there a way to adjust table's placement inside it's frame?
5811

u can add a frame and then u can add table inside that frame. wondering what u want exactly

Bala

AlexSudnik
22nd January 2011, 12:12
u can add a frame and then u can add table inside that frame. wondering what u want exactly

Bala

Thanks for the reply.Well,i know i can do so but it's not the case.I wonder if there is way to adjust table's position within it's initial widget...Hope you can see an image i've attached.