summaryrefslogtreecommitdiff
path: root/SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml')
-rw-r--r--SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml18
1 files changed, 0 insertions, 18 deletions
diff --git a/SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml b/SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml
deleted file mode 100644
index 42049240f..000000000
--- a/SDL_Core/src/components/qt_hmi/References/Look/Widgets/VerySimpleListItemWidget.qml
+++ /dev/null
@@ -1,18 +0,0 @@
-import QtQuick 2.0
-import com.ford.hmiframework 1.0
-import "../Widgets"
-import "../WidgetLayouts"
-
-
-FWidget {
- id: w
- height: 50
- property alias vis: l.vis
-
- layout: SimpleItemWdgLayout {
- anchors.fill: parent
- id: l
- cx_text: staticItem
- }
-
-}