From 6f7c3736c9aad9f1f8fb00df5b17738e9a19389c Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Mon, 27 Feb 2023 13:04:04 +0700 Subject: add ListInlineItem to InstructorContent --- InstructorContent.ui.qml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'InstructorContent.ui.qml') diff --git a/InstructorContent.ui.qml b/InstructorContent.ui.qml index db0a15d..b726cf0 100644 --- a/InstructorContent.ui.qml +++ b/InstructorContent.ui.qml @@ -36,7 +36,26 @@ GridLayout { font.styleName: "Regular" font.pointSize: 16 font.family: "roboto" - + + } + RowLayout{ + spacing: 16 + ListInlineItem { + id: listInlineItem1 + } + + ListInlineItem { + id: listInlineItem2 + } + + ListInlineItem { + id: listInlineItem3 + } + + ListInlineItem { + id: listInlineItem4 + } + } } -- cgit v1.2.3