gpt4 book ai didi

c++ - Qt - QVBoxLayout 中的重叠标签

转载 作者:行者123 更新时间:2023-11-28 05:09:14 26 4
gpt4 key购买 nike

我正在尝试使标签在 QVBoxLayout 中相互重叠,如下所示:

this->layout = new QGridLayout;
this->layout->addLayout(new QVBoxLayout, 1, 0);

for (int j = 0; j < 7; j++) {
ClickableLabel *label = new ClickableLabel();

auto stack = this->layout->findChildren<QVBoxLayout*>();
stack[0]->addWidget(label);
stack[0]->setAlignment(Qt::AlignTop);

button->setGeometry(10000, 100, 0, 0);
}

现在 setGeometry 什么都不做。所以我的问题是:我可以在 QVBoxLayout 中实现重叠标签吗?

最佳答案

不,您不能在 QVBoxLayout 中实现重叠标签。

关于c++ - Qt - QVBoxLayout 中的重叠标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43858647/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com