You are not logged in.

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...