diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:27:11 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2020-12-05 23:27:11 +0700 |
commit | 6fe925388058a83dcfad964bd73dc0b29250d330 (patch) | |
tree | ad63beeb94f485c2ab0e7acb7d9c04f6ae647e79 | |
parent | 9fef42ac006e3ed1f2fb3180e4ae39c60d0ba7dc (diff) |
tidying up directories
-rw-r--r-- | main.qml | 3 | ||||
-rw-r--r-- | pages/GetStarted.qml (renamed from GetStarted.qml) | 0 | ||||
-rw-r--r-- | pages/GetStartedForm.ui.qml (renamed from GetStartedForm.ui.qml) | 0 | ||||
-rw-r--r-- | pages/HomeForm.ui.qml (renamed from HomeForm.ui.qml) | 0 | ||||
-rw-r--r-- | pages/Onboarding.qml (renamed from Onboarding.qml) | 0 | ||||
-rw-r--r-- | pages/OnboardingForm.ui.qml (renamed from OnboardingForm.ui.qml) | 0 | ||||
-rw-r--r-- | qml.qrc | 10 |
7 files changed, 7 insertions, 6 deletions
@@ -1,6 +1,7 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.12 +import "pages" ApplicationWindow { id: window @@ -18,5 +19,5 @@ ApplicationWindow { onboardingText1.text: qsTr("Everything you need to sell online.") onboardingText2.text: qsTr("Set up your store in minutes and bring your brand to life") disclaimerText.text: qsTr("By tapping 'Get started' and using this app, you're agreeing to our terms of service and privacy policy") - } + } } diff --git a/GetStarted.qml b/pages/GetStarted.qml index b4744dd..b4744dd 100644 --- a/GetStarted.qml +++ b/pages/GetStarted.qml diff --git a/GetStartedForm.ui.qml b/pages/GetStartedForm.ui.qml index 7cff151..7cff151 100644 --- a/GetStartedForm.ui.qml +++ b/pages/GetStartedForm.ui.qml diff --git a/HomeForm.ui.qml b/pages/HomeForm.ui.qml index 2df9430..2df9430 100644 --- a/HomeForm.ui.qml +++ b/pages/HomeForm.ui.qml diff --git a/Onboarding.qml b/pages/Onboarding.qml index 4bcf381..4bcf381 100644 --- a/Onboarding.qml +++ b/pages/Onboarding.qml diff --git a/OnboardingForm.ui.qml b/pages/OnboardingForm.ui.qml index 536424c..536424c 100644 --- a/OnboardingForm.ui.qml +++ b/pages/OnboardingForm.ui.qml @@ -1,13 +1,13 @@ <RCC> <qresource prefix="/"> <file>main.qml</file> - <file>HomeForm.ui.qml</file> <file>qtquickcontrols2.conf</file> - <file>Onboarding.qml</file> - <file>OnboardingForm.ui.qml</file> <file>fonts/Roboto[wdth,wght].ttf</file> <file>fonts/RobotoMono[wght].ttf</file> - <file>GetStarted.qml</file> - <file>GetStartedForm.ui.qml</file> + <file>pages/GetStarted.qml</file> + <file>pages/GetStartedForm.ui.qml</file> + <file>pages/Onboarding.qml</file> + <file>pages/OnboardingForm.ui.qml</file> + <file>pages/HomeForm.ui.qml</file> </qresource> </RCC> |