gpt4 book ai didi

qml - QtCreator 的设计器不使用大小绑定(bind)

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

我正在尝试使用 QuickQT 和 QML 制作 UI,如果形状绑定(bind)到变量,QtCreator 中的设计器无法正确呈现形状。

ApplicationWindow {

height : maximumHeight
width : maximumWidth

Rectangle {
id: rectangle1
width: parent.width
height: parent.height

如果这样做,我在“设计”选项卡中看不到元素,我应该怎么做才能使它们可见?

kanban

最佳答案

来自 Qt wiki http://qt-project.org/doc/qtcreator-3.0/quick-screens.html#setting-bindings

Qt Quick Designer cannot show bindings and using them might have a negative impact on performance, so consider setting anchors and margins for items, instead.

关于qml - QtCreator 的设计器不使用大小绑定(bind),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24592732/

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