Hi,
I am new to Qt. I am developing simple application using Qridlayout. I am not able to add the groupbox in gridlayout as sepecified position.
QGridlayout * layout = new QGridlayout()
layout->addWidget(qroupBox,2,1);
setLayout(layout);
Pbm is Qroupbox is adding in the gridlayout at posistion(0,0) not in (2,1)
can you tell me how to solve this issue?
Regards,
Raju
Bookmarks