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.

radekas

Beginner

  • "radekas" is male
  • "radekas" started this thread

Posts: 28

Location: Czech rep.

  • Send private message

1

Sunday, May 6th 2007, 8:38am

QGridLayout problem

Hi,
I need a help with QGridLayout

I have 8x8 cards and when u find a same couple they disappear.
But when all row is disappeared the cards are going to expand horizontally.
What shoul I do to stop the expanding?
thanks a lot for help

Junior

Professional

  • "Junior" is male

Posts: 1,613

Location: San Antonio, TX USA

Occupation: Senior Secure Systems Engineer

  • Send private message

2

Sunday, May 6th 2007, 12:51pm

RE: QGridLayout problem

radekas,

Take a look at StretchFactor

Junior

radekas

Beginner

  • "radekas" is male
  • "radekas" started this thread

Posts: 28

Location: Czech rep.

  • Send private message

3

Monday, May 7th 2007, 3:33pm

RE: QGridLayout problem

Hi,
I was trying but I still have no idea what to do...