hi guys,

i have problem.. when i have 2 widgets(buttons) in the same splliter and i want to replace the first one with Tabwidget.. i lose the right stretch factor (1:1) it will be like (2:1) i use insertwidget(0,tab)

Qt Code:
  1. splitter->addwidget(qbut1);
  2. splitter->addwidget(qbut2);
  3. splitter->insertwidget(0,tab);
To copy to clipboard, switch view to plain text mode