diff options
author | anatasof wirapraja <anatasof.wirapraja@gmail.com> | 2023-03-31 12:58:29 +0700 |
---|---|---|
committer | anatasof wirapraja <anatasof.wirapraja@gmail.com> | 2023-03-31 12:58:29 +0700 |
commit | 21c0aefd036faf8b7a3adb165d7f71bce009b98d (patch) | |
tree | bfa455662cab4350e126d197d15199ad46e81d56 /Shop/cart/Table | |
parent | 4a1003f2d4d40512f3f64e1b6d65f27edb6a62c0 (diff) |
Add Alert.ui & CourseItem.ui
Diffstat (limited to 'Shop/cart/Table')
-rw-r--r-- | Shop/cart/Table/CourseItem.ui.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Shop/cart/Table/CourseItem.ui.qml b/Shop/cart/Table/CourseItem.ui.qml new file mode 100644 index 0000000..14b9218 --- /dev/null +++ b/Shop/cart/Table/CourseItem.ui.qml @@ -0,0 +1,8 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 +import "../../TextField" as TxtFld +import "../../Label" as Lbl +import "../../Button" as Btn + +Item {} |