1 Star 1 Fork 1

老苏打/QT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MyTumbler.qml 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
老苏打 提交于 2024-09-12 18:45 . QT项目
import QtQuick.Controls 2.5
import QtQuick 2.12
//Tumbler {
// id:tumbler
// property alias e_text: title.text
// property alias e_model:tumbler.model
// Text{
// id:title
// anchors.bottom: parent.top
// anchors.bottomMargin: 20
// anchors.horizontalCenter: parent.horizontalCenter
// font.family: "微软雅黑"
// font.pixelSize: 15
// color: "#00B5AC"
// }
// delegate: Rectangle{
// border.color: (Tumbler.displacement==0)?"#73B3F6":"white"
// border.width: 2
// radius: 5
// TextInput{
// anchors.centerIn: parent
// font.family: "微软雅黑"
// font.pixelSize: 16
// text: modelData
// horizontalAlignment: Text.AlignHCenter
// verticalAlignment: Text.AlignVCenter
// }
// }
//}
Rectangle{
property alias e_text: title.text
property alias e_input: input.text
Text{
id:title
anchors.bottom: parent.top
anchors.bottomMargin: 20
anchors.horizontalCenter: parent.horizontalCenter
font.family: "微软雅黑"
font.pixelSize: 15
color: "#00B5AC"
}
color:"#F2F7FE"
border.color: "#C3C8D0"
border.width: 1
radius: 5
width: 70
height: 30
TextInput{
id:input
anchors.fill: parent
font.family: "微软雅黑"
font.pixelSize: 16
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhang-jia_lin/qt.git
[email protected]:zhang-jia_lin/qt.git
zhang-jia_lin
qt
QT
master

搜索帮助