From d6a675707170d465b10c8bdbbb751018f6315933 Mon Sep 17 00:00:00 2001 From: namedkitten Date: Tue, 12 May 2020 14:45:06 +0100 Subject: [PATCH] Move menu bar to own folder. --- src/qml/{ => UIComponents/MenuBar}/CustomMenu.qml | 0 src/qml/{ => UIComponents/MenuBar}/MainMenu.qml | 0 src/qml/UIComponents/{ => MenuBar}/MenuTitleBar.qml | 0 src/qml/qml.qrc | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename src/qml/{ => UIComponents/MenuBar}/CustomMenu.qml (100%) rename src/qml/{ => UIComponents/MenuBar}/MainMenu.qml (100%) rename src/qml/UIComponents/{ => MenuBar}/MenuTitleBar.qml (100%) diff --git a/src/qml/CustomMenu.qml b/src/qml/UIComponents/MenuBar/CustomMenu.qml similarity index 100% rename from src/qml/CustomMenu.qml rename to src/qml/UIComponents/MenuBar/CustomMenu.qml diff --git a/src/qml/MainMenu.qml b/src/qml/UIComponents/MenuBar/MainMenu.qml similarity index 100% rename from src/qml/MainMenu.qml rename to src/qml/UIComponents/MenuBar/MainMenu.qml diff --git a/src/qml/UIComponents/MenuTitleBar.qml b/src/qml/UIComponents/MenuBar/MenuTitleBar.qml similarity index 100% rename from src/qml/UIComponents/MenuTitleBar.qml rename to src/qml/UIComponents/MenuBar/MenuTitleBar.qml diff --git a/src/qml/qml.qrc b/src/qml/qml.qrc index eff501e..8a4dda4 100644 --- a/src/qml/qml.qrc +++ b/src/qml/qml.qrc @@ -2,14 +2,14 @@ icon.png main.qml - CustomMenu.qml ControlsBar.qml SubtitlesBar.qml - MainMenu.qml YouTubeButtonLayout.qml NiconicoButtonLayout.qml RoosterTeethButtonLayout.qml - UIComponents/MenuTitleBar.qml + UIComponents/MenuBar/MainMenu.qml + UIComponents/MenuBar/CustomMenu.qml + UIComponents/MenuBar/MenuTitleBar.qml UIComponents/Controls/SmoothButton.qml UIComponents/Controls/VerticalVolume.qml UIComponents/Controls/SpeedText.qml