From 2cf3e72be21545981f27b838832a055d1dc27489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Thu, 23 Mar 2023 15:10:21 +0800 Subject: NavLinks replace TabItem --- TabItem.ui.qml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 TabItem.ui.qml (limited to 'TabItem.ui.qml') diff --git a/TabItem.ui.qml b/TabItem.ui.qml deleted file mode 100644 index 82c8c7d..0000000 --- a/TabItem.ui.qml +++ /dev/null @@ -1,23 +0,0 @@ -import QtQuick 2.15 -import QtQuick.Controls 2.15 -import Bootstrap 5.3 - -Button { - property int currentIndex: 0 - - height: 38 - horizontalPadding: 16 - verticalPadding: 8 - contentItem: Text { - text: modelData - color: index == currentIndex ? "white" : "#066ac9" - font { - family: Bootstrap.bodyFont.family - pointSize: Bootstrap.bodyFont.pointSize - } - } - background: Rectangle { - color: index == currentIndex ? "#066ac9" : "transparent" - radius: 5.2 - } -} -- cgit v1.2.3