Files
metabuilder/fakemui/qmldir
JohnDoe6345789 59714ca814 Add new widgets for language selection, nerd panel, patch dialog, and prompt submission
- Introduced `LanguageSelector.qml` for selecting application languages with a user-friendly interface.
- Created `NerdPanel.qml` to display API logs, session information, and keyboard shortcuts in a dedicated panel.
- Implemented `PatchDialog.qml` for viewing and managing Git patches, including copy and save functionalities.
- Developed `SendPromptDialog.qml` for sending prompts to Codex, featuring environment selection and input validation.
- Added `TaskListItem.qml` to represent individual tasks with detailed information and PR indicators.
- Introduced `ThemeSelector.qml` for selecting application themes with visual indicators.
2025-12-30 02:35:35 +00:00

147 lines
6.1 KiB
Plaintext

module Fakemui
# Style System Singletons (mirrors React SCSS)
singleton Theme 1.0 theming/Theme.qml
singleton StyleVariables 1.0 theming/StyleVariables.qml
singleton StyleMixins 1.0 theming/StyleMixins.qml
singleton Responsive 1.0 theming/Responsive.qml
# Core UI Components (MUI-style)
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
Card 1.0 qml-components/core/CCard.qml
Chip 1.0 qml-components/core/CChip.qml
# Form Components (mirrors SCSS _form.scss)
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
Checkbox 1.0 qml-components/form/CCheckbox.qml
# Layout Components (mirrors SCSS _grid.scss)
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
Container 1.0 qml-components/layout/CContainer.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
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
ClickAwayListener 1.0 qml-components/utils/CClickAwayListener.qml
CclassNames 1.0 qml-components/utils/CClassNames.qml
CuseMediaQuery 1.0 qml-components/utils/CUseMediaQuery.qml
CssBaseline 1.0 qml-components/utils/CCssBaseline.qml
# Theming Components
CThemeProvider 1.0 qml-components/theming/CThemeProvider.qml
CStyled 1.0 qml-components/theming/CStyled.qml
Cstyled 1.0 qml-components/theming/CStyled.qml
# Atoms/Building Blocks (mirrors SCSS atoms)
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
# Index
index 1.0 index.qml
Cindex 1.0 index.qml