From 85fb48bc51fed06a50b6178727fdf9e96aea4fc4 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sat, 13 Sep 2014 22:40:39 +0200 Subject: UI can now add some widgets around --- salmeta.pro | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'salmeta.pro') diff --git a/salmeta.pro b/salmeta.pro index 740bb53..acc91c4 100644 --- a/salmeta.pro +++ b/salmeta.pro @@ -16,9 +16,9 @@ SOURCES += src/salmeta.cpp \ src/metawatchbletransport.cpp \ src/reconnecttimer.cpp \ src/notificationmonitor.cpp \ - src/widgetview.cpp \ src/widgetinfo.cpp \ - src/watchviewitem.cpp + src/widgetinfomodel.cpp \ + src/availablewidgetsmodel.cpp HEADERS += \ src/controller.h \ @@ -27,22 +27,24 @@ HEADERS += \ src/metawatchbletransport.h \ src/reconnecttimer.h \ src/notificationmonitor.h \ - src/widgetview.h \ src/widgetinfo.h \ - src/watchviewitem.h + src/widgetinfomodel.h \ + src/availablewidgetsmodel.h OTHER_FILES += qml/salmeta.qml \ qml/cover/CoverPage.qml \ - qml/pages/FirstPage.qml \ rpm/salmeta.changes.in \ rpm/salmeta.spec \ rpm/salmeta.yaml \ translations/*.ts \ salmeta.desktop \ salmeta.png \ - qml/watch/main.qml \ - qml/widgetview.qml \ - salmeta.service + salmeta.service \ + qml/pages/MainPage.qml \ + qml/watch/WidgetView.qml \ + qml/pages/WatchView.qml qml/watch/add_widget.png \ + qml/watch/faces/builtinface4.qml qml/watch/faces/builtinface4.png \ + qml/pages/AddWidget.qml # to disable building translations every time, comment out the # following CONFIG line -- cgit v1.2.3