summaryrefslogtreecommitdiff
path: root/ListInlineItem.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-18 17:11:54 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-18 17:11:54 +0800
commitded9f25b05430b112e58747fd095f9248605ee83 (patch)
tree3398b2e1489bc87057acc7271c3486759876df84 /ListInlineItem.ui.qml
parentad5f1462cdab78d0262fc53429d2ee8903fe560e (diff)
Move course detail classic related to own folders
Diffstat (limited to 'ListInlineItem.ui.qml')
-rw-r--r--ListInlineItem.ui.qml49
1 files changed, 0 insertions, 49 deletions
diff --git a/ListInlineItem.ui.qml b/ListInlineItem.ui.qml
deleted file mode 100644
index 8f7f27e..0000000
--- a/ListInlineItem.ui.qml
+++ /dev/null
@@ -1,49 +0,0 @@
-import QtQuick 2.15
-import QtQuick.Controls 2.15
-import QtQuick.Layouts 1.15
-import QtGraphicalEffects 1.12
-
-
-RowLayout {
- id:listInline
- width: listInlineItem.width
- height: listInlineItem.height
- RowLayout {
- id:listInlineItem
- Rectangle {
- id: inlineItemIconBg
- radius: 100
- color: "#4dfd7e14"
- Layout.preferredHeight: 42
- Layout.preferredWidth: 42
- Layout.minimumHeight: 42
- Layout.minimumWidth: 42
-
- Image {
- id: inlineItemIcon
- anchors.verticalCenter: parent.verticalCenter
- source: "Material/svg/filled/school.svg"
- anchors.horizontalCenter: parent.horizontalCenter
- fillMode: Image.PreserveAspectFit
- Layout.preferredHeight: 12
- Layout.preferredWidth: 12
- Layout.minimumHeight: 12
- Layout.minimumWidth: 12
-
- ColorOverlay{
- anchors.fill: inlineItemIcon
- source: inlineItemIcon
- color: "#fd7e14"
- }
- }
- }
- Label {
- id: instructorTitle
- color: "#000000"
- text: qsTr("List inline item metrics")
- font.styleName: "Regular"
- font.pointSize: 14
- font.family: "roboto"
- }
- }
-} \ No newline at end of file