From 1fbf1a55b3cc0c19d5bfa6d040eb860fd372d942 Mon Sep 17 00:00:00 2001 From: johndoe6345789 Date: Thu, 19 Mar 2026 15:08:07 +0000 Subject: [PATCH] =?UTF-8?q?fix(qt6):=20build=20fixes=20=E2=80=94=20semicol?= =?UTF-8?q?ons,=20JS=20import=20paths,=20duplicate=20signal,=20CMake=20reg?= =?UTF-8?q?en?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix semicolons between child components in 5 view files - Fix JS import paths (../MetaBuilder/ → qmllib/MetaBuilder/) in 7 files - Fix CServiceConnectionRow duplicate signal (urlChanged → urlEdited) - QmlComponents/ directory with forwarding qmldir (no symlink) - CMake regenerated: 292 QML/JS files Co-Authored-By: Claude Opus 4.6 (1M context) --- QmlComponents/qmldir | 155 ++++++++++++++++ frontends/qt6/CMakeLists.txt | 211 +++++++++++++++++++++- qml/MetaBuilder/CConnectionTest.qml | 4 +- qml/MetaBuilder/CServiceConnectionRow.qml | 4 +- qml/qt6/App.qml | 2 +- qml/qt6/CssClassManager.qml | 2 +- qml/qt6/DashboardView.qml | 2 +- qml/qt6/DatabaseManager.qml | 2 +- qml/qt6/FrontPage.qml | 2 +- qml/qt6/SMTPConfigEditor.qml | 2 +- qml/qt6/SettingsView.qml | 2 +- qml/qt6/WorkflowEditor.qml | 2 +- 12 files changed, 377 insertions(+), 13 deletions(-) create mode 100644 QmlComponents/qmldir diff --git a/QmlComponents/qmldir b/QmlComponents/qmldir new file mode 100644 index 000000000..4688a97b7 --- /dev/null +++ b/QmlComponents/qmldir @@ -0,0 +1,155 @@ +module QmlComponents + +# ============================================================================ +# MetaBuilder QML Component Library +# Material Design 3 components for Qt6 desktop applications +# ============================================================================ + +# Core UI Components +CButton 1.0 ../qml/components/core/CButton.qml +CCard 1.0 ../qml/components/core/CCard.qml +CChip 1.0 ../qml/components/core/CChip.qml +CListItem 1.0 ../qml/components/core/CListItem.qml +CToolbar 1.0 ../qml/components/core/CToolbar.qml +CIconButton 1.0 ../qml/components/core/CIconButton.qml +CLoadingOverlay 1.0 ../qml/components/core/CLoadingOverlay.qml +CIcon 1.0 ../qml/components/core/CIcon.qml +CFab 1.0 ../qml/components/core/CFab.qml + +# Form Components +CTextField 1.0 ../qml/components/form/CTextField.qml +CFormGroup 1.0 ../qml/components/form/CFormGroup.qml +CLabel 1.0 ../qml/components/form/CLabel.qml +CAutocomplete 1.0 ../qml/components/form/CAutocomplete.qml +CCheckbox 1.0 ../qml/components/form/CCheckbox.qml +CRadio 1.0 ../qml/components/form/CRadio.qml +CSwitch 1.0 ../qml/components/form/CSwitch.qml +CSelect 1.0 ../qml/components/form/CSelect.qml +CSlider 1.0 ../qml/components/form/CSlider.qml +CToggleButton 1.0 ../qml/components/form/CToggleButton.qml +CFormHelperText 1.0 ../qml/components/form/CFormHelperText.qml +CFormLabel 1.0 ../qml/components/form/CFormLabel.qml +CInput 1.0 ../qml/components/form/CInput.qml +CInputBase 1.0 ../qml/components/form/CInputBase.qml +CTextarea 1.0 ../qml/components/form/CTextarea.qml +CTextareaAutosize 1.0 ../qml/components/form/CTextareaAutosize.qml +CRating 1.0 ../qml/components/form/CRating.qml + +# Layout Components +CGrid 1.0 ../qml/components/layout/CGrid.qml +CGridItem 1.0 ../qml/components/layout/CGridItem.qml +CContainer 1.0 ../qml/components/layout/CContainer.qml +CBox 1.0 ../qml/components/layout/CBox.qml +CFlex 1.0 ../qml/components/layout/CFlex.qml +CStack 1.0 ../qml/components/layout/CStack.qml +CImageList 1.0 ../qml/components/layout/CImageList.qml +Spacer 1.0 ../qml/components/layout/Spacer.qml +FlexRow 1.0 ../qml/components/layout/FlexRow.qml +FlexCol 1.0 ../qml/components/layout/FlexCol.qml + +# Data Display Components +CTable 1.0 ../qml/components/data-display/CTable.qml +CStatBadge 1.0 ../qml/components/data-display/CStatBadge.qml +CStatusBadge 1.0 ../qml/components/data-display/CStatusBadge.qml +CAvatar 1.0 ../qml/components/data-display/CAvatar.qml +CBadge 1.0 ../qml/components/data-display/CBadge.qml +CDivider 1.0 ../qml/components/data-display/CDivider.qml +CTooltip 1.0 ../qml/components/data-display/CTooltip.qml +CList 1.0 ../qml/components/data-display/CList.qml + +# Feedback Components +CAlert 1.0 ../qml/components/feedback/CAlert.qml +CDialog 1.0 ../qml/components/feedback/CDialog.qml +CSnackbar 1.0 ../qml/components/feedback/CSnackbar.qml +CProgress 1.0 ../qml/components/feedback/CProgress.qml +CSpinner 1.0 ../qml/components/feedback/CSpinner.qml +CBackdrop 1.0 ../qml/components/feedback/CBackdrop.qml +CSkeleton 1.0 ../qml/components/feedback/CSkeleton.qml +CEmptyState 1.0 ../qml/components/feedback/CEmptyState.qml +CErrorState 1.0 ../qml/components/feedback/CErrorState.qml + +# Navigation Components +CTabBar 1.0 ../qml/components/navigation/CTabBar.qml +CBreadcrumbs 1.0 ../qml/components/navigation/CBreadcrumbs.qml +CMenu 1.0 ../qml/components/navigation/CMenu.qml +CPagination 1.0 ../qml/components/navigation/CPagination.qml +CStepper 1.0 ../qml/components/navigation/CStepper.qml +CTabs 1.0 ../qml/components/navigation/CTabs.qml +CBottomNavigation 1.0 ../qml/components/navigation/CBottomNavigation.qml +CLink 1.0 ../qml/components/navigation/CLink.qml +CSpeedDial 1.0 ../qml/components/navigation/CSpeedDial.qml +CSidebar 1.0 ../qml/components/navigation/CSidebar.qml + +# Surfaces Components +CAppBar 1.0 ../qml/components/surfaces/CAppBar.qml +CDrawer 1.0 ../qml/components/surfaces/CDrawer.qml +CPaper 1.0 ../qml/components/surfaces/CPaper.qml +CAccordion 1.0 ../qml/components/surfaces/CAccordion.qml +CAccordionItem 1.0 ../qml/components/surfaces/CAccordionItem.qml + +# Lab Components (experimental) +CLoadingButton 1.0 ../qml/components/lab/CLoadingButton.qml +CTimeline 1.0 ../qml/components/lab/CTimeline.qml +CTimelineItem 1.0 ../qml/components/lab/CTimelineItem.qml +CMasonry 1.0 ../qml/components/lab/CMasonry.qml +CTreeView 1.0 ../qml/components/lab/CTreeView.qml +CDataGrid 1.0 ../qml/components/lab/CDataGrid.qml +CDatePicker 1.0 ../qml/components/lab/CDatePicker.qml +CTimePicker 1.0 ../qml/components/lab/CTimePicker.qml +CDateTimePicker 1.0 ../qml/components/lab/CDateTimePicker.qml + +# Utils Components +CClickAwayListener 1.0 ../qml/components/utils/CClickAwayListener.qml +CCssBaseline 1.0 ../qml/components/utils/CCssBaseline.qml +CGlobalStyles 1.0 ../qml/components/utils/CGlobalStyles.qml +CModal 1.0 ../qml/components/utils/CModal.qml +CNoSsr 1.0 ../qml/components/utils/CNoSsr.qml +CPopper 1.0 ../qml/components/utils/CPopper.qml +CPortal 1.0 ../qml/components/utils/CPortal.qml +CTransitions 1.0 ../qml/components/utils/CTransitions.qml +CClassNames 1.0 ../qml/components/utils/CClassNames.qml +CUseMediaQuery 1.0 ../qml/components/utils/CUseMediaQuery.qml +CPopover 1.0 ../qml/components/utils/CPopover.qml + +# Theming Components +singleton Theme 1.0 ../qml/components/theming/Theme.qml +singleton StyleVariables 1.0 ../qml/components/theming/StyleVariables.qml +singleton StyleMixins 1.0 ../qml/components/theming/StyleMixins.qml +singleton Responsive 1.0 ../qml/components/theming/Responsive.qml +CThemeProvider 1.0 ../qml/components/theming/CThemeProvider.qml +CStyled 1.0 ../qml/components/theming/CStyled.qml + +# Atoms/Building Blocks +CPanel 1.0 ../qml/components/atoms/CPanel.qml +CSection 1.0 ../qml/components/atoms/CSection.qml +CTitle 1.0 ../qml/components/atoms/CTitle.qml +CMarkdown 1.0 ../qml/components/atoms/CMarkdown.qml +CProse 1.0 ../qml/components/atoms/CProse.qml +CHighlight 1.0 ../qml/components/atoms/CHighlight.qml +CBlockquote 1.0 ../qml/components/atoms/CBlockquote.qml +CCodeBlock 1.0 ../qml/components/atoms/CCodeBlock.qml +CCodeInline 1.0 ../qml/components/atoms/CCodeInline.qml +CText 1.0 ../qml/components/atoms/CText.qml +CAutoGrid 1.0 ../qml/components/atoms/CAutoGrid.qml +CEditorWrapper 1.0 ../qml/components/atoms/CEditorWrapper.qml +CStates 1.0 ../qml/components/atoms/CStates.qml +CTypography 1.0 ../qml/components/atoms/CTypography.qml + +# Hybrid Application Components (complete Qt6 views) +TaskList 1.0 ../qml/hybrid/TaskList.qml +TaskDetail 1.0 ../qml/hybrid/TaskDetail.qml +NewPrompt 1.0 ../qml/hybrid/NewPrompt.qml +UserInfo 1.0 ../qml/hybrid/UserInfo.qml +SearchDialog 1.0 ../qml/hybrid/SearchDialog.qml +Documentation 1.0 ../qml/hybrid/Documentation.qml +MarkdownRenderer 1.0 ../qml/hybrid/MarkdownRenderer.qml + +# Widgets (specialized desktop widgets) +AjaxQueueWidget 1.0 ../qml/widgets/AjaxQueueWidget.qml +DetailPane 1.0 ../qml/widgets/DetailPane.qml +LanguageSelector 1.0 ../qml/widgets/LanguageSelector.qml +NerdPanel 1.0 ../qml/widgets/NerdPanel.qml +PatchDialog 1.0 ../qml/widgets/PatchDialog.qml +SendPromptDialog 1.0 ../qml/widgets/SendPromptDialog.qml +TaskListItem 1.0 ../qml/widgets/TaskListItem.qml +ThemeSelector 1.0 ../qml/widgets/ThemeSelector.qml diff --git a/frontends/qt6/CMakeLists.txt b/frontends/qt6/CMakeLists.txt index 120d9f595..6df5d7e29 100644 --- a/frontends/qt6/CMakeLists.txt +++ b/frontends/qt6/CMakeLists.txt @@ -1,5 +1,5 @@ # AUTO-GENERATED by generate_cmake.py — do not edit manually -# Generated from cmake_config.json | 192 QML files, 6 C++ sources, 22 SVGs, 1 audio assets +# Generated from cmake_config.json | 293 QML files, 6 C++ sources, 22 SVGs, 1 audio assets # # Discovered packages: # analytics v1.0.0 - Analytics Studio @@ -58,29 +58,37 @@ target_compile_definitions(dbal-qml PRIVATE SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}" set_source_files_properties(../../qml/qt6/AdminCrud.js PROPERTIES QT_RESOURCE_ALIAS AdminCrud.js) set_source_files_properties(../../qml/qt6/AdminView.qml PROPERTIES QT_RESOURCE_ALIAS AdminView.qml) set_source_files_properties(../../qml/qt6/App.qml PROPERTIES QT_RESOURCE_ALIAS App.qml) +set_source_files_properties(../../qml/qt6/CommentsDBAL.js PROPERTIES QT_RESOURCE_ALIAS CommentsDBAL.js) set_source_files_properties(../../qml/qt6/CommentsView.qml PROPERTIES QT_RESOURCE_ALIAS CommentsView.qml) set_source_files_properties(../../qml/qt6/ComponentHierarchyEditor.qml PROPERTIES QT_RESOURCE_ALIAS ComponentHierarchyEditor.qml) set_source_files_properties(../../qml/qt6/CssClassManager.qml PROPERTIES QT_RESOURCE_ALIAS CssClassManager.qml) set_source_files_properties(../../qml/qt6/DashboardView.qml PROPERTIES QT_RESOURCE_ALIAS DashboardView.qml) set_source_files_properties(../../qml/qt6/DatabaseManager.qml PROPERTIES QT_RESOURCE_ALIAS DatabaseManager.qml) set_source_files_properties(../../qml/qt6/DropdownConfigManager.qml PROPERTIES QT_RESOURCE_ALIAS DropdownConfigManager.qml) +set_source_files_properties(../../qml/qt6/DropdownCrud.js PROPERTIES QT_RESOURCE_ALIAS DropdownCrud.js) set_source_files_properties(../../qml/qt6/FrontPage.qml PROPERTIES QT_RESOURCE_ALIAS FrontPage.qml) set_source_files_properties(../../qml/qt6/GodPanel.qml PROPERTIES QT_RESOURCE_ALIAS GodPanel.qml) +set_source_files_properties(../../qml/qt6/LoginDBAL.js PROPERTIES QT_RESOURCE_ALIAS LoginDBAL.js) set_source_files_properties(../../qml/qt6/LoginView.qml PROPERTIES QT_RESOURCE_ALIAS LoginView.qml) set_source_files_properties(../../qml/qt6/LuaEditor.qml PROPERTIES QT_RESOURCE_ALIAS LuaEditor.qml) set_source_files_properties(../../qml/qt6/MaterialLanding.qml PROPERTIES QT_RESOURCE_ALIAS MaterialLanding.qml) +set_source_files_properties(../../qml/qt6/MediaServiceCrud.js PROPERTIES QT_RESOURCE_ALIAS MediaServiceCrud.js) set_source_files_properties(../../qml/qt6/MediaServicePanel.qml PROPERTIES QT_RESOURCE_ALIAS MediaServicePanel.qml) set_source_files_properties(../../qml/qt6/ModPlayerPanel.qml PROPERTIES QT_RESOURCE_ALIAS ModPlayerPanel.qml) +set_source_files_properties(../../qml/qt6/ModeratorData.js PROPERTIES QT_RESOURCE_ALIAS ModeratorData.js) set_source_files_properties(../../qml/qt6/ModeratorView.qml PROPERTIES QT_RESOURCE_ALIAS ModeratorView.qml) +set_source_files_properties(../../qml/qt6/NotificationsDBAL.js PROPERTIES QT_RESOURCE_ALIAS NotificationsDBAL.js) set_source_files_properties(../../qml/qt6/NotificationsPanel.qml PROPERTIES QT_RESOURCE_ALIAS NotificationsPanel.qml) set_source_files_properties(../../qml/qt6/PackageManager.qml PROPERTIES QT_RESOURCE_ALIAS PackageManager.qml) set_source_files_properties(../../qml/qt6/PackageViewLoader.qml PROPERTIES QT_RESOURCE_ALIAS PackageViewLoader.qml) +set_source_files_properties(../../qml/qt6/PageRoutesDBAL.js PROPERTIES QT_RESOURCE_ALIAS PageRoutesDBAL.js) set_source_files_properties(../../qml/qt6/PageRoutesManager.qml PROPERTIES QT_RESOURCE_ALIAS PageRoutesManager.qml) set_source_files_properties(../../qml/qt6/ProfileView.qml PROPERTIES QT_RESOURCE_ALIAS ProfileView.qml) set_source_files_properties(../../qml/qt6/SMTPConfigEditor.qml PROPERTIES QT_RESOURCE_ALIAS SMTPConfigEditor.qml) set_source_files_properties(../../qml/qt6/SchemaEditor.qml PROPERTIES QT_RESOURCE_ALIAS SchemaEditor.qml) set_source_files_properties(../../qml/qt6/SettingsView.qml PROPERTIES QT_RESOURCE_ALIAS SettingsView.qml) set_source_files_properties(../../qml/qt6/Storybook.qml PROPERTIES QT_RESOURCE_ALIAS Storybook.qml) +set_source_files_properties(../../qml/qt6/SuperGodCrud.js PROPERTIES QT_RESOURCE_ALIAS SuperGodCrud.js) set_source_files_properties(../../qml/qt6/SuperGodPanel.qml PROPERTIES QT_RESOURCE_ALIAS SuperGodPanel.qml) set_source_files_properties(../../qml/qt6/ThemeEditor.qml PROPERTIES QT_RESOURCE_ALIAS ThemeEditor.qml) set_source_files_properties(../../qml/qt6/UserManagement.qml PROPERTIES QT_RESOURCE_ALIAS UserManagement.qml) @@ -119,109 +127,202 @@ set_source_files_properties(../../qml/Material/MaterialSwitch.qml PROPERTIES QT_ set_source_files_properties(../../qml/Material/MaterialTextField.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/Material/MaterialTextField.qml) set_source_files_properties(../../qml/Material/MaterialToolbar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/Material/MaterialToolbar.qml) set_source_files_properties(../../qml/Material/MaterialTypography.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/Material/MaterialTypography.qml) +set_source_files_properties(../../qml/MetaBuilder/AppLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/AppLogic.js) set_source_files_properties(../../qml/MetaBuilder/CActivityList.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CActivityList.qml) set_source_files_properties(../../qml/MetaBuilder/CAdapterPatternSelector.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CAdapterPatternSelector.qml) +set_source_files_properties(../../qml/MetaBuilder/CAddDropdownDialog.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CAddDropdownDialog.qml) set_source_files_properties(../../qml/MetaBuilder/CAddRouteDialog.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CAddRouteDialog.qml) +set_source_files_properties(../../qml/MetaBuilder/CAdminDialogs.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CAdminDialogs.qml) set_source_files_properties(../../qml/MetaBuilder/CAdminStatsBar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CAdminStatsBar.qml) +set_source_files_properties(../../qml/MetaBuilder/CAdminToolbar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CAdminToolbar.qml) +set_source_files_properties(../../qml/MetaBuilder/CBackendConnectionSection.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CBackendConnectionSection.qml) set_source_files_properties(../../qml/MetaBuilder/CBackendDetailPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CBackendDetailPanel.qml) set_source_files_properties(../../qml/MetaBuilder/CBackendListSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CBackendListSidebar.qml) set_source_files_properties(../../qml/MetaBuilder/CCanvasGrid.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CCanvasGrid.qml) +set_source_files_properties(../../qml/MetaBuilder/CCanvasInteractionArea.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CCanvasInteractionArea.qml) +set_source_files_properties(../../qml/MetaBuilder/CCanvasViewport.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CCanvasViewport.qml) set_source_files_properties(../../qml/MetaBuilder/CCanvasZoomOverlay.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CCanvasZoomOverlay.qml) set_source_files_properties(../../qml/MetaBuilder/CCommentCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CCommentCard.qml) set_source_files_properties(../../qml/MetaBuilder/CCommentInput.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CCommentInput.qml) set_source_files_properties(../../qml/MetaBuilder/CComponentPropertiesPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CComponentPropertiesPanel.qml) +set_source_files_properties(../../qml/MetaBuilder/CComponentPropsList.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CComponentPropsList.qml) set_source_files_properties(../../qml/MetaBuilder/CComponentTreeRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CComponentTreeRow.qml) set_source_files_properties(../../qml/MetaBuilder/CComponentTypeLegend.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CComponentTypeLegend.qml) set_source_files_properties(../../qml/MetaBuilder/CConfigStatCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CConfigStatCard.qml) set_source_files_properties(../../qml/MetaBuilder/CConnectionLayer.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CConnectionLayer.qml) set_source_files_properties(../../qml/MetaBuilder/CConnectionTest.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CConnectionTest.qml) set_source_files_properties(../../qml/MetaBuilder/CDataTable.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDataTable.qml) +set_source_files_properties(../../qml/MetaBuilder/CDatabaseEnvConfig.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDatabaseEnvConfig.qml) set_source_files_properties(../../qml/MetaBuilder/CDatabaseStatsRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDatabaseStatsRow.qml) set_source_files_properties(../../qml/MetaBuilder/CDeleteConfirmDialog.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDeleteConfirmDialog.qml) +set_source_files_properties(../../qml/MetaBuilder/CDeleteDropdownDialog.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDeleteDropdownDialog.qml) +set_source_files_properties(../../qml/MetaBuilder/CDeleteRecordDialog.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDeleteRecordDialog.qml) +set_source_files_properties(../../qml/MetaBuilder/CDropdownEditorPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDropdownEditorPanel.qml) set_source_files_properties(../../qml/MetaBuilder/CDropdownMenu.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDropdownMenu.qml) +set_source_files_properties(../../qml/MetaBuilder/CDropdownMenuItem.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CDropdownMenuItem.qml) +set_source_files_properties(../../qml/MetaBuilder/CEncryptionSelector.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CEncryptionSelector.qml) set_source_files_properties(../../qml/MetaBuilder/CEntityForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CEntityForm.qml) set_source_files_properties(../../qml/MetaBuilder/CEntitySidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CEntitySidebar.qml) +set_source_files_properties(../../qml/MetaBuilder/CExecutionStatusDot.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CExecutionStatusDot.qml) +set_source_files_properties(../../qml/MetaBuilder/CFrontPageFooter.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CFrontPageFooter.qml) +set_source_files_properties(../../qml/MetaBuilder/CGodPanelGuideTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CGodPanelGuideTab.qml) set_source_files_properties(../../qml/MetaBuilder/CGodPanelHeader.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CGodPanelHeader.qml) +set_source_files_properties(../../qml/MetaBuilder/CGodPanelSettingsTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CGodPanelSettingsTab.qml) set_source_files_properties(../../qml/MetaBuilder/CGodUserCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CGodUserCard.qml) +set_source_files_properties(../../qml/MetaBuilder/CGodUsersTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CGodUsersTab.qml) set_source_files_properties(../../qml/MetaBuilder/CHeroSection.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CHeroSection.qml) +set_source_files_properties(../../qml/MetaBuilder/CJobProgressBar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CJobProgressBar.qml) +set_source_files_properties(../../qml/MetaBuilder/CKeyboardShortcuts.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CKeyboardShortcuts.qml) set_source_files_properties(../../qml/MetaBuilder/CLanguageSelector.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CLanguageSelector.qml) set_source_files_properties(../../qml/MetaBuilder/CLevelCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CLevelCard.qml) set_source_files_properties(../../qml/MetaBuilder/CLevelReferenceCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CLevelReferenceCard.qml) +set_source_files_properties(../../qml/MetaBuilder/CLevelTagFlow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CLevelTagFlow.qml) set_source_files_properties(../../qml/MetaBuilder/CLoginForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CLoginForm.qml) +set_source_files_properties(../../qml/MetaBuilder/CMediaHeader.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CMediaHeader.qml) +set_source_files_properties(../../qml/MetaBuilder/CMediaJobsTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CMediaJobsTab.qml) set_source_files_properties(../../qml/MetaBuilder/CModActionCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CModActionCard.qml) set_source_files_properties(../../qml/MetaBuilder/CModStatsRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CModStatsRow.qml) +set_source_files_properties(../../qml/MetaBuilder/CModeratorHeader.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CModeratorHeader.qml) set_source_files_properties(../../qml/MetaBuilder/CNavBar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNavBar.qml) set_source_files_properties(../../qml/MetaBuilder/CNodePalette.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNodePalette.qml) +set_source_files_properties(../../qml/MetaBuilder/CNodePaletteItem.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNodePaletteItem.qml) +set_source_files_properties(../../qml/MetaBuilder/CNodeParameterList.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNodeParameterList.qml) +set_source_files_properties(../../qml/MetaBuilder/CNodePortColumn.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNodePortColumn.qml) +set_source_files_properties(../../qml/MetaBuilder/CNodePorts.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNodePorts.qml) +set_source_files_properties(../../qml/MetaBuilder/CNodePortsDisplay.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNodePortsDisplay.qml) set_source_files_properties(../../qml/MetaBuilder/CNodePropertiesPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNodePropertiesPanel.qml) set_source_files_properties(../../qml/MetaBuilder/CNotificationBell.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNotificationBell.qml) +set_source_files_properties(../../qml/MetaBuilder/CNotificationContent.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNotificationContent.qml) set_source_files_properties(../../qml/MetaBuilder/CNotificationEmptyState.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNotificationEmptyState.qml) +set_source_files_properties(../../qml/MetaBuilder/CNotificationIconBadge.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNotificationIconBadge.qml) set_source_files_properties(../../qml/MetaBuilder/CNotificationItem.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNotificationItem.qml) set_source_files_properties(../../qml/MetaBuilder/CNotificationToggles.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CNotificationToggles.qml) +set_source_files_properties(../../qml/MetaBuilder/CPackageDetailSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CPackageDetailSidebar.qml) +set_source_files_properties(../../qml/MetaBuilder/CPackageListItem.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CPackageListItem.qml) +set_source_files_properties(../../qml/MetaBuilder/CProfileConnectedAccounts.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CProfileConnectedAccounts.qml) set_source_files_properties(../../qml/MetaBuilder/CProfileForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CProfileForm.qml) set_source_files_properties(../../qml/MetaBuilder/CProfileHeader.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CProfileHeader.qml) +set_source_files_properties(../../qml/MetaBuilder/CProfilePasswordCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CProfilePasswordCard.qml) set_source_files_properties(../../qml/MetaBuilder/CQuickActions.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CQuickActions.qml) set_source_files_properties(../../qml/MetaBuilder/CQuickLoginCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CQuickLoginCard.qml) set_source_files_properties(../../qml/MetaBuilder/CReportCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CReportCard.qml) set_source_files_properties(../../qml/MetaBuilder/CRouteEditPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CRouteEditPanel.qml) +set_source_files_properties(../../qml/MetaBuilder/CRoutePermissionSection.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CRoutePermissionSection.qml) set_source_files_properties(../../qml/MetaBuilder/CRouteTableHeader.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CRouteTableHeader.qml) set_source_files_properties(../../qml/MetaBuilder/CRouteTableRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CRouteTableRow.qml) +set_source_files_properties(../../qml/MetaBuilder/CServiceConnectionRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CServiceConnectionRow.qml) set_source_files_properties(../../qml/MetaBuilder/CServiceStatus.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CServiceStatus.qml) +set_source_files_properties(../../qml/MetaBuilder/CSettingsAbout.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSettingsAbout.qml) set_source_files_properties(../../qml/MetaBuilder/CSettingsSection.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSettingsSection.qml) set_source_files_properties(../../qml/MetaBuilder/CSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSidebar.qml) +set_source_files_properties(../../qml/MetaBuilder/CSmtpBodyEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSmtpBodyEditor.qml) set_source_files_properties(../../qml/MetaBuilder/CSmtpSenderForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSmtpSenderForm.qml) set_source_files_properties(../../qml/MetaBuilder/CSmtpServerForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSmtpServerForm.qml) set_source_files_properties(../../qml/MetaBuilder/CSmtpTemplateEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSmtpTemplateEditor.qml) set_source_files_properties(../../qml/MetaBuilder/CSmtpTemplateList.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSmtpTemplateList.qml) set_source_files_properties(../../qml/MetaBuilder/CSmtpTestEmailForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSmtpTestEmailForm.qml) set_source_files_properties(../../qml/MetaBuilder/CStatCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CStatCard.qml) +set_source_files_properties(../../qml/MetaBuilder/CStatCell.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CStatCell.qml) set_source_files_properties(../../qml/MetaBuilder/CStatsStrip.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CStatsStrip.qml) +set_source_files_properties(../../qml/MetaBuilder/CSuperGodDialogs.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSuperGodDialogs.qml) +set_source_files_properties(../../qml/MetaBuilder/CSuperGodHeader.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSuperGodHeader.qml) set_source_files_properties(../../qml/MetaBuilder/CSystemMetricCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSystemMetricCard.qml) +set_source_files_properties(../../qml/MetaBuilder/CSystemTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CSystemTab.qml) +set_source_files_properties(../../qml/MetaBuilder/CTableEmptyState.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTableEmptyState.qml) set_source_files_properties(../../qml/MetaBuilder/CTableHeader.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTableHeader.qml) set_source_files_properties(../../qml/MetaBuilder/CTablePagination.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTablePagination.qml) +set_source_files_properties(../../qml/MetaBuilder/CTableRowDelegate.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTableRowDelegate.qml) set_source_files_properties(../../qml/MetaBuilder/CTechCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTechCard.qml) set_source_files_properties(../../qml/MetaBuilder/CTenantCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTenantCard.qml) +set_source_files_properties(../../qml/MetaBuilder/CTenantTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTenantTab.qml) set_source_files_properties(../../qml/MetaBuilder/CThemePicker.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CThemePicker.qml) set_source_files_properties(../../qml/MetaBuilder/CTransferCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTransferCard.qml) +set_source_files_properties(../../qml/MetaBuilder/CTransferForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTransferForm.qml) +set_source_files_properties(../../qml/MetaBuilder/CTransferTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CTransferTab.qml) set_source_files_properties(../../qml/MetaBuilder/CUserMenu.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CUserMenu.qml) +set_source_files_properties(../../qml/MetaBuilder/CVersionPill.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CVersionPill.qml) set_source_files_properties(../../qml/MetaBuilder/CWelcomeCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWelcomeCard.qml) set_source_files_properties(../../qml/MetaBuilder/CWorkflowCanvas.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWorkflowCanvas.qml) set_source_files_properties(../../qml/MetaBuilder/CWorkflowNodeDelegate.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWorkflowNodeDelegate.qml) +set_source_files_properties(../../qml/MetaBuilder/CWorkflowOutputLog.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWorkflowOutputLog.qml) set_source_files_properties(../../qml/MetaBuilder/CWorkflowSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWorkflowSidebar.qml) +set_source_files_properties(../../qml/MetaBuilder/CWorkflowState.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWorkflowState.qml) set_source_files_properties(../../qml/MetaBuilder/CWorkflowTestPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWorkflowTestPanel.qml) set_source_files_properties(../../qml/MetaBuilder/CWorkflowToolbar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CWorkflowToolbar.qml) +set_source_files_properties(../../qml/MetaBuilder/ComponentTreeDBAL.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ComponentTreeDBAL.js) set_source_files_properties(../../qml/MetaBuilder/ContactForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ContactForm.qml) +set_source_files_properties(../../qml/MetaBuilder/CssClassLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CssClassLogic.js) set_source_files_properties(../../qml/MetaBuilder/CssClassPreview.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CssClassPreview.qml) set_source_files_properties(../../qml/MetaBuilder/CssClassSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CssClassSidebar.qml) set_source_files_properties(../../qml/MetaBuilder/CssPropertyEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CssPropertyEditor.qml) +set_source_files_properties(../../qml/MetaBuilder/CssPropertyRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CssPropertyRow.qml) +set_source_files_properties(../../qml/MetaBuilder/CssSuggestionPopup.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/CssSuggestionPopup.qml) +set_source_files_properties(../../qml/MetaBuilder/DashboardDBAL.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/DashboardDBAL.js) +set_source_files_properties(../../qml/MetaBuilder/DatabaseLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/DatabaseLogic.js) +set_source_files_properties(../../qml/MetaBuilder/DropdownExpandedList.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/DropdownExpandedList.qml) set_source_files_properties(../../qml/MetaBuilder/DropdownGeneralForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/DropdownGeneralForm.qml) set_source_files_properties(../../qml/MetaBuilder/DropdownOptionsEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/DropdownOptionsEditor.qml) set_source_files_properties(../../qml/MetaBuilder/DropdownPreview.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/DropdownPreview.qml) set_source_files_properties(../../qml/MetaBuilder/DropdownSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/DropdownSidebar.qml) set_source_files_properties(../../qml/MetaBuilder/FeatureCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/FeatureCard.qml) +set_source_files_properties(../../qml/MetaBuilder/FrontPageLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/FrontPageLogic.js) set_source_files_properties(../../qml/MetaBuilder/HeroSection.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/HeroSection.qml) set_source_files_properties(../../qml/MetaBuilder/LuaCodeEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaCodeEditor.qml) +set_source_files_properties(../../qml/MetaBuilder/LuaEditorLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaEditorLogic.js) +set_source_files_properties(../../qml/MetaBuilder/LuaEditorStatusBar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaEditorStatusBar.qml) +set_source_files_properties(../../qml/MetaBuilder/LuaOutputConsole.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaOutputConsole.qml) set_source_files_properties(../../qml/MetaBuilder/LuaOutputPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaOutputPanel.qml) set_source_files_properties(../../qml/MetaBuilder/LuaPropertiesPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaPropertiesPanel.qml) +set_source_files_properties(../../qml/MetaBuilder/LuaScriptInfoSection.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaScriptInfoSection.qml) set_source_files_properties(../../qml/MetaBuilder/LuaScriptSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaScriptSidebar.qml) +set_source_files_properties(../../qml/MetaBuilder/LuaSecurityPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaSecurityPanel.qml) +set_source_files_properties(../../qml/MetaBuilder/LuaTestInputPanel.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/LuaTestInputPanel.qml) +set_source_files_properties(../../qml/MetaBuilder/MediaChannelDetail.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaChannelDetail.qml) +set_source_files_properties(../../qml/MetaBuilder/MediaChannelList.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaChannelList.qml) +set_source_files_properties(../../qml/MetaBuilder/MediaChannelSchedule.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaChannelSchedule.qml) set_source_files_properties(../../qml/MetaBuilder/MediaJobForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaJobForm.qml) +set_source_files_properties(../../qml/MetaBuilder/MediaJobRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaJobRow.qml) set_source_files_properties(../../qml/MetaBuilder/MediaJobTable.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaJobTable.qml) +set_source_files_properties(../../qml/MetaBuilder/MediaPluginCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaPluginCard.qml) set_source_files_properties(../../qml/MetaBuilder/MediaPluginsTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaPluginsTab.qml) +set_source_files_properties(../../qml/MetaBuilder/MediaRadioDetail.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaRadioDetail.qml) +set_source_files_properties(../../qml/MetaBuilder/MediaRadioPlaylist.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaRadioPlaylist.qml) set_source_files_properties(../../qml/MetaBuilder/MediaRadioTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaRadioTab.qml) set_source_files_properties(../../qml/MetaBuilder/MediaTvTab.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/MediaTvTab.qml) set_source_files_properties(../../qml/MetaBuilder/NavBar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/NavBar.qml) +set_source_files_properties(../../qml/MetaBuilder/ProfileDBAL.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ProfileDBAL.js) +set_source_files_properties(../../qml/MetaBuilder/SchemaEditorDBAL.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/SchemaEditorDBAL.js) set_source_files_properties(../../qml/MetaBuilder/SchemaFieldEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/SchemaFieldEditor.qml) +set_source_files_properties(../../qml/MetaBuilder/SchemaFieldRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/SchemaFieldRow.qml) set_source_files_properties(../../qml/MetaBuilder/SchemaFieldsTable.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/SchemaFieldsTable.qml) set_source_files_properties(../../qml/MetaBuilder/SchemaSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/SchemaSidebar.qml) +set_source_files_properties(../../qml/MetaBuilder/SettingsLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/SettingsLogic.js) +set_source_files_properties(../../qml/MetaBuilder/SmtpLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/SmtpLogic.js) set_source_files_properties(../../qml/MetaBuilder/StatusCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/StatusCard.qml) +set_source_files_properties(../../qml/MetaBuilder/StorybookSamples.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/StorybookSamples.qml) +set_source_files_properties(../../qml/MetaBuilder/StorybookSidebar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/StorybookSidebar.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemeColorField.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeColorField.qml) set_source_files_properties(../../qml/MetaBuilder/ThemeColorTokens.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeColorTokens.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemeEditorLogic.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeEditorLogic.js) set_source_files_properties(../../qml/MetaBuilder/ThemeLivePreview.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeLivePreview.qml) set_source_files_properties(../../qml/MetaBuilder/ThemePresetGrid.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemePresetGrid.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemePreviewActivityCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemePreviewActivityCard.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemePreviewCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemePreviewCard.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemePreviewForm.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemePreviewForm.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemePreviewStatusCard.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemePreviewStatusCard.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemeRadiusEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeRadiusEditor.qml) +set_source_files_properties(../../qml/MetaBuilder/ThemeSpacingEditor.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeSpacingEditor.qml) set_source_files_properties(../../qml/MetaBuilder/ThemeSpacingRadius.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeSpacingRadius.qml) set_source_files_properties(../../qml/MetaBuilder/ThemeTypography.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/ThemeTypography.qml) set_source_files_properties(../../qml/MetaBuilder/UserFormDialog.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/UserFormDialog.qml) +set_source_files_properties(../../qml/MetaBuilder/UserManagementDBAL.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/UserManagementDBAL.js) set_source_files_properties(../../qml/MetaBuilder/UserSearchFilter.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/UserSearchFilter.qml) set_source_files_properties(../../qml/MetaBuilder/UserStatsBar.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/UserStatsBar.qml) set_source_files_properties(../../qml/MetaBuilder/UserTable.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/UserTable.qml) +set_source_files_properties(../../qml/MetaBuilder/UserTableRow.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/UserTableRow.qml) +set_source_files_properties(../../qml/MetaBuilder/WorkflowConnectionState.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/WorkflowConnectionState.js) +set_source_files_properties(../../qml/MetaBuilder/WorkflowDBAL.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/WorkflowDBAL.js) +set_source_files_properties(../../qml/MetaBuilder/WorkflowMutations.js PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/WorkflowMutations.js) set_source_files_properties(../../qml/MetaBuilder/WorkflowNode.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/MetaBuilder/WorkflowNode.qml) set_source_files_properties(../../qml/dbal/DBALProvider.qml PROPERTIES QT_RESOURCE_ALIAS qmllib/dbal/DBALProvider.qml) set_source_files_properties(../../qml/Material/qmldir PROPERTIES QT_RESOURCE_ALIAS qmllib/Material/qmldir) @@ -235,29 +336,37 @@ qt_add_qml_module(dbal-qml ../../qml/qt6/AdminCrud.js ../../qml/qt6/AdminView.qml ../../qml/qt6/App.qml + ../../qml/qt6/CommentsDBAL.js ../../qml/qt6/CommentsView.qml ../../qml/qt6/ComponentHierarchyEditor.qml ../../qml/qt6/CssClassManager.qml ../../qml/qt6/DashboardView.qml ../../qml/qt6/DatabaseManager.qml ../../qml/qt6/DropdownConfigManager.qml + ../../qml/qt6/DropdownCrud.js ../../qml/qt6/FrontPage.qml ../../qml/qt6/GodPanel.qml + ../../qml/qt6/LoginDBAL.js ../../qml/qt6/LoginView.qml ../../qml/qt6/LuaEditor.qml ../../qml/qt6/MaterialLanding.qml + ../../qml/qt6/MediaServiceCrud.js ../../qml/qt6/MediaServicePanel.qml ../../qml/qt6/ModPlayerPanel.qml + ../../qml/qt6/ModeratorData.js ../../qml/qt6/ModeratorView.qml + ../../qml/qt6/NotificationsDBAL.js ../../qml/qt6/NotificationsPanel.qml ../../qml/qt6/PackageManager.qml ../../qml/qt6/PackageViewLoader.qml + ../../qml/qt6/PageRoutesDBAL.js ../../qml/qt6/PageRoutesManager.qml ../../qml/qt6/ProfileView.qml ../../qml/qt6/SMTPConfigEditor.qml ../../qml/qt6/SchemaEditor.qml ../../qml/qt6/SettingsView.qml ../../qml/qt6/Storybook.qml + ../../qml/qt6/SuperGodCrud.js ../../qml/qt6/SuperGodPanel.qml ../../qml/qt6/ThemeEditor.qml ../../qml/qt6/UserManagement.qml @@ -296,109 +405,202 @@ qt_add_qml_module(dbal-qml ../../qml/Material/MaterialTextField.qml ../../qml/Material/MaterialToolbar.qml ../../qml/Material/MaterialTypography.qml + ../../qml/MetaBuilder/AppLogic.js ../../qml/MetaBuilder/CActivityList.qml ../../qml/MetaBuilder/CAdapterPatternSelector.qml + ../../qml/MetaBuilder/CAddDropdownDialog.qml ../../qml/MetaBuilder/CAddRouteDialog.qml + ../../qml/MetaBuilder/CAdminDialogs.qml ../../qml/MetaBuilder/CAdminStatsBar.qml + ../../qml/MetaBuilder/CAdminToolbar.qml + ../../qml/MetaBuilder/CBackendConnectionSection.qml ../../qml/MetaBuilder/CBackendDetailPanel.qml ../../qml/MetaBuilder/CBackendListSidebar.qml ../../qml/MetaBuilder/CCanvasGrid.qml + ../../qml/MetaBuilder/CCanvasInteractionArea.qml + ../../qml/MetaBuilder/CCanvasViewport.qml ../../qml/MetaBuilder/CCanvasZoomOverlay.qml ../../qml/MetaBuilder/CCommentCard.qml ../../qml/MetaBuilder/CCommentInput.qml ../../qml/MetaBuilder/CComponentPropertiesPanel.qml + ../../qml/MetaBuilder/CComponentPropsList.qml ../../qml/MetaBuilder/CComponentTreeRow.qml ../../qml/MetaBuilder/CComponentTypeLegend.qml ../../qml/MetaBuilder/CConfigStatCard.qml ../../qml/MetaBuilder/CConnectionLayer.qml ../../qml/MetaBuilder/CConnectionTest.qml ../../qml/MetaBuilder/CDataTable.qml + ../../qml/MetaBuilder/CDatabaseEnvConfig.qml ../../qml/MetaBuilder/CDatabaseStatsRow.qml ../../qml/MetaBuilder/CDeleteConfirmDialog.qml + ../../qml/MetaBuilder/CDeleteDropdownDialog.qml + ../../qml/MetaBuilder/CDeleteRecordDialog.qml + ../../qml/MetaBuilder/CDropdownEditorPanel.qml ../../qml/MetaBuilder/CDropdownMenu.qml + ../../qml/MetaBuilder/CDropdownMenuItem.qml + ../../qml/MetaBuilder/CEncryptionSelector.qml ../../qml/MetaBuilder/CEntityForm.qml ../../qml/MetaBuilder/CEntitySidebar.qml + ../../qml/MetaBuilder/CExecutionStatusDot.qml + ../../qml/MetaBuilder/CFrontPageFooter.qml + ../../qml/MetaBuilder/CGodPanelGuideTab.qml ../../qml/MetaBuilder/CGodPanelHeader.qml + ../../qml/MetaBuilder/CGodPanelSettingsTab.qml ../../qml/MetaBuilder/CGodUserCard.qml + ../../qml/MetaBuilder/CGodUsersTab.qml ../../qml/MetaBuilder/CHeroSection.qml + ../../qml/MetaBuilder/CJobProgressBar.qml + ../../qml/MetaBuilder/CKeyboardShortcuts.qml ../../qml/MetaBuilder/CLanguageSelector.qml ../../qml/MetaBuilder/CLevelCard.qml ../../qml/MetaBuilder/CLevelReferenceCard.qml + ../../qml/MetaBuilder/CLevelTagFlow.qml ../../qml/MetaBuilder/CLoginForm.qml + ../../qml/MetaBuilder/CMediaHeader.qml + ../../qml/MetaBuilder/CMediaJobsTab.qml ../../qml/MetaBuilder/CModActionCard.qml ../../qml/MetaBuilder/CModStatsRow.qml + ../../qml/MetaBuilder/CModeratorHeader.qml ../../qml/MetaBuilder/CNavBar.qml ../../qml/MetaBuilder/CNodePalette.qml + ../../qml/MetaBuilder/CNodePaletteItem.qml + ../../qml/MetaBuilder/CNodeParameterList.qml + ../../qml/MetaBuilder/CNodePortColumn.qml + ../../qml/MetaBuilder/CNodePorts.qml + ../../qml/MetaBuilder/CNodePortsDisplay.qml ../../qml/MetaBuilder/CNodePropertiesPanel.qml ../../qml/MetaBuilder/CNotificationBell.qml + ../../qml/MetaBuilder/CNotificationContent.qml ../../qml/MetaBuilder/CNotificationEmptyState.qml + ../../qml/MetaBuilder/CNotificationIconBadge.qml ../../qml/MetaBuilder/CNotificationItem.qml ../../qml/MetaBuilder/CNotificationToggles.qml + ../../qml/MetaBuilder/CPackageDetailSidebar.qml + ../../qml/MetaBuilder/CPackageListItem.qml + ../../qml/MetaBuilder/CProfileConnectedAccounts.qml ../../qml/MetaBuilder/CProfileForm.qml ../../qml/MetaBuilder/CProfileHeader.qml + ../../qml/MetaBuilder/CProfilePasswordCard.qml ../../qml/MetaBuilder/CQuickActions.qml ../../qml/MetaBuilder/CQuickLoginCard.qml ../../qml/MetaBuilder/CReportCard.qml ../../qml/MetaBuilder/CRouteEditPanel.qml + ../../qml/MetaBuilder/CRoutePermissionSection.qml ../../qml/MetaBuilder/CRouteTableHeader.qml ../../qml/MetaBuilder/CRouteTableRow.qml + ../../qml/MetaBuilder/CServiceConnectionRow.qml ../../qml/MetaBuilder/CServiceStatus.qml + ../../qml/MetaBuilder/CSettingsAbout.qml ../../qml/MetaBuilder/CSettingsSection.qml ../../qml/MetaBuilder/CSidebar.qml + ../../qml/MetaBuilder/CSmtpBodyEditor.qml ../../qml/MetaBuilder/CSmtpSenderForm.qml ../../qml/MetaBuilder/CSmtpServerForm.qml ../../qml/MetaBuilder/CSmtpTemplateEditor.qml ../../qml/MetaBuilder/CSmtpTemplateList.qml ../../qml/MetaBuilder/CSmtpTestEmailForm.qml ../../qml/MetaBuilder/CStatCard.qml + ../../qml/MetaBuilder/CStatCell.qml ../../qml/MetaBuilder/CStatsStrip.qml + ../../qml/MetaBuilder/CSuperGodDialogs.qml + ../../qml/MetaBuilder/CSuperGodHeader.qml ../../qml/MetaBuilder/CSystemMetricCard.qml + ../../qml/MetaBuilder/CSystemTab.qml + ../../qml/MetaBuilder/CTableEmptyState.qml ../../qml/MetaBuilder/CTableHeader.qml ../../qml/MetaBuilder/CTablePagination.qml + ../../qml/MetaBuilder/CTableRowDelegate.qml ../../qml/MetaBuilder/CTechCard.qml ../../qml/MetaBuilder/CTenantCard.qml + ../../qml/MetaBuilder/CTenantTab.qml ../../qml/MetaBuilder/CThemePicker.qml ../../qml/MetaBuilder/CTransferCard.qml + ../../qml/MetaBuilder/CTransferForm.qml + ../../qml/MetaBuilder/CTransferTab.qml ../../qml/MetaBuilder/CUserMenu.qml + ../../qml/MetaBuilder/CVersionPill.qml ../../qml/MetaBuilder/CWelcomeCard.qml ../../qml/MetaBuilder/CWorkflowCanvas.qml ../../qml/MetaBuilder/CWorkflowNodeDelegate.qml + ../../qml/MetaBuilder/CWorkflowOutputLog.qml ../../qml/MetaBuilder/CWorkflowSidebar.qml + ../../qml/MetaBuilder/CWorkflowState.qml ../../qml/MetaBuilder/CWorkflowTestPanel.qml ../../qml/MetaBuilder/CWorkflowToolbar.qml + ../../qml/MetaBuilder/ComponentTreeDBAL.js ../../qml/MetaBuilder/ContactForm.qml + ../../qml/MetaBuilder/CssClassLogic.js ../../qml/MetaBuilder/CssClassPreview.qml ../../qml/MetaBuilder/CssClassSidebar.qml ../../qml/MetaBuilder/CssPropertyEditor.qml + ../../qml/MetaBuilder/CssPropertyRow.qml + ../../qml/MetaBuilder/CssSuggestionPopup.qml + ../../qml/MetaBuilder/DashboardDBAL.js + ../../qml/MetaBuilder/DatabaseLogic.js + ../../qml/MetaBuilder/DropdownExpandedList.qml ../../qml/MetaBuilder/DropdownGeneralForm.qml ../../qml/MetaBuilder/DropdownOptionsEditor.qml ../../qml/MetaBuilder/DropdownPreview.qml ../../qml/MetaBuilder/DropdownSidebar.qml ../../qml/MetaBuilder/FeatureCard.qml + ../../qml/MetaBuilder/FrontPageLogic.js ../../qml/MetaBuilder/HeroSection.qml ../../qml/MetaBuilder/LuaCodeEditor.qml + ../../qml/MetaBuilder/LuaEditorLogic.js + ../../qml/MetaBuilder/LuaEditorStatusBar.qml + ../../qml/MetaBuilder/LuaOutputConsole.qml ../../qml/MetaBuilder/LuaOutputPanel.qml ../../qml/MetaBuilder/LuaPropertiesPanel.qml + ../../qml/MetaBuilder/LuaScriptInfoSection.qml ../../qml/MetaBuilder/LuaScriptSidebar.qml + ../../qml/MetaBuilder/LuaSecurityPanel.qml + ../../qml/MetaBuilder/LuaTestInputPanel.qml + ../../qml/MetaBuilder/MediaChannelDetail.qml + ../../qml/MetaBuilder/MediaChannelList.qml + ../../qml/MetaBuilder/MediaChannelSchedule.qml ../../qml/MetaBuilder/MediaJobForm.qml + ../../qml/MetaBuilder/MediaJobRow.qml ../../qml/MetaBuilder/MediaJobTable.qml + ../../qml/MetaBuilder/MediaPluginCard.qml ../../qml/MetaBuilder/MediaPluginsTab.qml + ../../qml/MetaBuilder/MediaRadioDetail.qml + ../../qml/MetaBuilder/MediaRadioPlaylist.qml ../../qml/MetaBuilder/MediaRadioTab.qml ../../qml/MetaBuilder/MediaTvTab.qml ../../qml/MetaBuilder/NavBar.qml + ../../qml/MetaBuilder/ProfileDBAL.js + ../../qml/MetaBuilder/SchemaEditorDBAL.js ../../qml/MetaBuilder/SchemaFieldEditor.qml + ../../qml/MetaBuilder/SchemaFieldRow.qml ../../qml/MetaBuilder/SchemaFieldsTable.qml ../../qml/MetaBuilder/SchemaSidebar.qml + ../../qml/MetaBuilder/SettingsLogic.js + ../../qml/MetaBuilder/SmtpLogic.js ../../qml/MetaBuilder/StatusCard.qml + ../../qml/MetaBuilder/StorybookSamples.qml + ../../qml/MetaBuilder/StorybookSidebar.qml + ../../qml/MetaBuilder/ThemeColorField.qml ../../qml/MetaBuilder/ThemeColorTokens.qml + ../../qml/MetaBuilder/ThemeEditorLogic.js ../../qml/MetaBuilder/ThemeLivePreview.qml ../../qml/MetaBuilder/ThemePresetGrid.qml + ../../qml/MetaBuilder/ThemePreviewActivityCard.qml + ../../qml/MetaBuilder/ThemePreviewCard.qml + ../../qml/MetaBuilder/ThemePreviewForm.qml + ../../qml/MetaBuilder/ThemePreviewStatusCard.qml + ../../qml/MetaBuilder/ThemeRadiusEditor.qml + ../../qml/MetaBuilder/ThemeSpacingEditor.qml ../../qml/MetaBuilder/ThemeSpacingRadius.qml ../../qml/MetaBuilder/ThemeTypography.qml ../../qml/MetaBuilder/UserFormDialog.qml + ../../qml/MetaBuilder/UserManagementDBAL.js ../../qml/MetaBuilder/UserSearchFilter.qml ../../qml/MetaBuilder/UserStatsBar.qml ../../qml/MetaBuilder/UserTable.qml + ../../qml/MetaBuilder/UserTableRow.qml + ../../qml/MetaBuilder/WorkflowConnectionState.js + ../../qml/MetaBuilder/WorkflowDBAL.js + ../../qml/MetaBuilder/WorkflowMutations.js ../../qml/MetaBuilder/WorkflowNode.qml ../../qml/dbal/DBALProvider.qml packages/analytics/PackageView.qml @@ -430,14 +632,21 @@ qt_add_qml_module(dbal-qml config/admin-mock-data.json config/app-config.json config/comments-mock.json + config/css-classes-seed.json + config/dashboard-config.json + config/database-backends.json + config/dropdown-defaults.json config/frontpage-data.json config/god-panel-config-stats.json config/god-panel-levels.json config/god-panel-tabs.json + config/media-mock-data.json config/profile-mock.json config/settings-about.json config/settings-font-sizes.json config/settings-notifications.json + config/smtp-templates.json + config/storybook-components.json config/supergod-god-users.json config/supergod-system-metrics.json config/supergod-tenants.json diff --git a/qml/MetaBuilder/CConnectionTest.qml b/qml/MetaBuilder/CConnectionTest.qml index 305702937..ab0c2ba5f 100644 --- a/qml/MetaBuilder/CConnectionTest.qml +++ b/qml/MetaBuilder/CConnectionTest.qml @@ -49,7 +49,7 @@ ColumnLayout { placeholder: "http://localhost:8080" url: root.dbalUrl connectionStatus: root.dbalConnectionStatus - onUrlChanged: function(newUrl) { root.dbalUrl = newUrl } + onUrlEdited: function(newUrl) { root.dbalUrl = newUrl } onTestRequested: root.testDBALConnection() } @@ -62,7 +62,7 @@ ColumnLayout { placeholder: "http://localhost:9090" url: root.mediaServiceUrl connectionStatus: root.mediaConnectionStatus - onUrlChanged: function(newUrl) { root.mediaServiceUrl = newUrl } + onUrlEdited: function(newUrl) { root.mediaServiceUrl = newUrl } onTestRequested: root.testMediaConnection() } } diff --git a/qml/MetaBuilder/CServiceConnectionRow.qml b/qml/MetaBuilder/CServiceConnectionRow.qml index 5c0279d7a..55fb50f52 100644 --- a/qml/MetaBuilder/CServiceConnectionRow.qml +++ b/qml/MetaBuilder/CServiceConnectionRow.qml @@ -13,7 +13,7 @@ ColumnLayout { property string url: "" property string connectionStatus: "unknown" - signal urlChanged(string newUrl) + signal urlEdited(string newUrl) signal testRequested() function statusColor(status) { @@ -45,7 +45,7 @@ ColumnLayout { label: root.fieldLabel placeholderText: root.placeholder text: root.url - onTextChanged: root.urlChanged(text) + onTextChanged: root.urlEdited(text) } ColumnLayout { diff --git a/qml/qt6/App.qml b/qml/qt6/App.qml index 07f3bc50e..d181488a3 100644 --- a/qml/qt6/App.qml +++ b/qml/qt6/App.qml @@ -5,7 +5,7 @@ import Qt.labs.settings 1.0 import QmlComponents 1.0 import "qmllib/dbal" import "qmllib/MetaBuilder" -import "../MetaBuilder/AppLogic.js" as Logic +import "qmllib/MetaBuilder/AppLogic.js" as Logic ApplicationWindow { id: appWindow diff --git a/qml/qt6/CssClassManager.qml b/qml/qt6/CssClassManager.qml index c952500f9..2f2e9d637 100644 --- a/qml/qt6/CssClassManager.qml +++ b/qml/qt6/CssClassManager.qml @@ -4,7 +4,7 @@ import QtQuick.Layouts import QmlComponents 1.0 import "qmllib/dbal" import "qmllib/MetaBuilder" -import "../MetaBuilder/CssClassLogic.js" as Logic +import "qmllib/MetaBuilder/CssClassLogic.js" as Logic Rectangle { id: root diff --git a/qml/qt6/DashboardView.qml b/qml/qt6/DashboardView.qml index b50d9d765..be802b7e6 100644 --- a/qml/qt6/DashboardView.qml +++ b/qml/qt6/DashboardView.qml @@ -4,7 +4,7 @@ import QtQuick.Layouts import QmlComponents 1.0 import "qmllib/dbal" import "qmllib/MetaBuilder" -import "../../qml/MetaBuilder/DashboardDBAL.js" as DBAL +import "qmllib/MetaBuilder/DashboardDBAL.js" as DBAL Rectangle { id: dashRoot diff --git a/qml/qt6/DatabaseManager.qml b/qml/qt6/DatabaseManager.qml index 71ee80cf9..f63df4dd0 100644 --- a/qml/qt6/DatabaseManager.qml +++ b/qml/qt6/DatabaseManager.qml @@ -4,7 +4,7 @@ import QtQuick.Layouts import QmlComponents 1.0 import "qmllib/dbal" import "qmllib/MetaBuilder" -import "../MetaBuilder/DatabaseLogic.js" as Logic +import "qmllib/MetaBuilder/DatabaseLogic.js" as Logic Rectangle { id: root diff --git a/qml/qt6/FrontPage.qml b/qml/qt6/FrontPage.qml index 5c926ad2f..fc23b596b 100644 --- a/qml/qt6/FrontPage.qml +++ b/qml/qt6/FrontPage.qml @@ -4,7 +4,7 @@ import QtQuick.Layouts import QmlComponents 1.0 import "qmllib/dbal" import "qmllib/MetaBuilder" -import "../MetaBuilder/FrontPageLogic.js" as Logic +import "qmllib/MetaBuilder/FrontPageLogic.js" as Logic Rectangle { id: root diff --git a/qml/qt6/SMTPConfigEditor.qml b/qml/qt6/SMTPConfigEditor.qml index d6c82c0d2..628425065 100644 --- a/qml/qt6/SMTPConfigEditor.qml +++ b/qml/qt6/SMTPConfigEditor.qml @@ -3,7 +3,7 @@ import QtQuick.Controls import QtQuick.Layouts import QmlComponents 1.0 import "qmllib/MetaBuilder" -import "../MetaBuilder/SmtpLogic.js" as Logic +import "qmllib/MetaBuilder/SmtpLogic.js" as Logic Rectangle { id: smtpEditor diff --git a/qml/qt6/SettingsView.qml b/qml/qt6/SettingsView.qml index 894477d97..b6e039413 100644 --- a/qml/qt6/SettingsView.qml +++ b/qml/qt6/SettingsView.qml @@ -4,7 +4,7 @@ import QtQuick.Layouts import QmlComponents 1.0 import "qmllib/dbal" import "qmllib/MetaBuilder" -import "../MetaBuilder/SettingsLogic.js" as Logic +import "qmllib/MetaBuilder/SettingsLogic.js" as Logic Rectangle { id: root diff --git a/qml/qt6/WorkflowEditor.qml b/qml/qt6/WorkflowEditor.qml index 4ad196a66..8719b6946 100644 --- a/qml/qt6/WorkflowEditor.qml +++ b/qml/qt6/WorkflowEditor.qml @@ -2,7 +2,7 @@ import QtQuick import QtQuick.Layouts import QmlComponents 1.0 import "qmllib/dbal" -import "../MetaBuilder" +import "qmllib/MetaBuilder" Rectangle { id: root; color: "transparent"