Hey,

i've got a problem while using a qformlayout inside a qgroupbox..

if my screenresolution is to small, i get a layout like this:

clipboard02x2k30.jpg

the code i'm using looks like this:

Qt Code:
  1. QFormLayout *formLayout = new QFormLayout();
  2. formLayout->addRow(tr("Store Images"), myCheckbox);
  3. formLayout->addRow(tr("Store Image Path"), myLineEdit)
  4. QxtGroupBox* gb = new QxtGroupBox(tr("&Settings"), this);
  5. mainLayout->addWidget(gb);
To copy to clipboard, switch view to plain text mode 

Someone a idea how i can fix this problem?

thanks already for your answer..

regards.