splitter->setStretchFactor(0, 3); // widget gets 3 out of 4 width/height units
splitter->setStretchFactor(1, 1); // widget gets 1 out of 4 width/height units
QSplitter 设置比例
最新推荐文章于 2024-07-26 17:40:58 发布
splitter->setStretchFactor(0, 3); // widget gets 3 out of 4 width/height units
splitter->setStretchFactor(1, 1); // widget gets 1 out of 4 width/height units
1345

被折叠的 条评论
为什么被折叠?