Qt布局 tab-widget-layout
Posted herd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Qt布局 tab-widget-layout相关的知识,希望对你有一定的参考价值。
QHBoxLayout *horizontalLayout_6 = new QHBoxLayout(main_ui.tab_5); horizontalLayout_6->setSpacing(6); horizontalLayout_6->setContentsMargins(11, 11, 11, 11); horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); //初始化面板 vcWidget = new VCImgWidget(main_ui.tab_5); vcWidget->setObjectName(QString::fromUtf8("vcwidget")); //vcWidget->setGeometry(QRect(20, 40, 681, 641)); horizontalLayout_6->addWidget(vcWidget);
以上是关于Qt布局 tab-widget-layout的主要内容,如果未能解决你的问题,请参考以下文章