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.
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
RE: QGridLayout problem
radekas,
Take a look at
StretchFactor
Junior
RE: QGridLayout problem
Hi,
I was trying but I still have no idea what to do...