赞
踩
本博文技术等级: ★★☆☆☆☆☆☆☆☆
我们先看看官网的介绍
https://doc.qt.io/qt-5/qml-qtquick-controls2-tabbar.html
TabButton我们首先使用Repeater包装, 这样就可以用model进行数量和内容上的自定义
增加初始化函数
function initAll() {
lastIndex = 0;
repeater.itemAt(0).textColor = hoverColor;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。