mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-01 17:03:19 +00:00
Move QML components in the components directory
This commit is contained in:
parent
988fc539ef
commit
f8be14bcf8
10 changed files with 9 additions and 10 deletions
|
@ -56,19 +56,19 @@ qt_add_qml_module(mirai
|
|||
src/qml/Main.qml
|
||||
src/qml/MainPanel.qml
|
||||
src/qml/SideMenu.qml
|
||||
src/qml/DatePicker.qml
|
||||
src/qml/DateField.qml
|
||||
src/qml/AppIcon.qml
|
||||
src/qml/AppLineEdit.qml
|
||||
src/qml/AppButton.qml
|
||||
src/qml/AppCheckbox.qml
|
||||
src/qml/AppText.qml
|
||||
src/qml/AppComboBox.qml
|
||||
src/qml/TaskItem.qml
|
||||
src/qml/ThemeLoader.qml
|
||||
src/qml/forms/TaskForm.qml
|
||||
src/qml/forms/FilesForm.qml
|
||||
src/qml/forms/TagsConfigForm.qml
|
||||
src/qml/components/TaskItem.qml
|
||||
src/qml/components/DatePicker.qml
|
||||
src/qml/components/DateField.qml
|
||||
src/qml/components/AppIcon.qml
|
||||
src/qml/components/AppLineEdit.qml
|
||||
src/qml/components/AppCheckbox.qml
|
||||
src/qml/components/AppText.qml
|
||||
src/qml/components/AppComboBox.qml
|
||||
src/qml/components/AppButton.qml
|
||||
src/qml/components/TabSelector.qml
|
||||
src/qml/components/Tag.qml
|
||||
src/qml/components/Calendar.qml
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
import QtQuick
|
||||
import QtQuick.Window
|
||||
import QtQuick.Controls
|
||||
import Mirai
|
||||
|
||||
TextField {
|
||||
color: colorPalette.selected.text
|
Loading…
Add table
Add a link
Reference in a new issue