mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
fix(qt6): remove QmlComponents dir, clean import paths in main.cpp
No symlinks, no QmlComponents directory. main.cpp adds qml/ as import path — Qt finds QmlComponents module via qml/qmldir and MetaBuilder via qml/MetaBuilder/qmldir. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,155 +0,0 @@
|
||||
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
|
||||
Reference in New Issue
Block a user