gpt4 book ai didi

qt - QML : If condition in delegate?

转载 作者:行者123 更新时间:2023-12-04 05:22:51 26 4
gpt4 key购买 nike

我正在设计一个微调器列表控件,它一次显示 3 个项目。

它作为所需的行为工作正常,唯一面临的问题是我需要中心元素的外观更大一些。

我现在能想到的方法是在委托(delegate)中有一个 if 条件,它在当前索引的基础上增加了字体大小。

上述方法可行吗?实现特定行为的任何建议

下面是代码片段

   SpinnerData {
id: spinner
focus: true
model: 20
delegate: Text { font.pixelSize: spinner.height/4.5; text: index; height: spinner.height }
}

最佳答案

我不知道您的组件的详细信息,但 here您可以在 Qt Quick Components 中看到相同控件的实现。

enter image description here

关于qt - QML : If condition in delegate?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13529112/

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