mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-17 20:12:54 +08:00
Merge branch 'master' into feature/drawShape
# Conflicts: # examples/TaoQuickShow/Contents.qrc
This commit is contained in:
commit
0e0d440855
@ -51,7 +51,7 @@
|
|||||||
<file>Contents/General/Tables.qml</file>
|
<file>Contents/General/Tables.qml</file>
|
||||||
<file>Trans/language_zh.json</file>
|
<file>Trans/language_zh.json</file>
|
||||||
<file>Contents/Effect/EditJoggle.qml</file>
|
<file>Contents/Effect/EditJoggle.qml</file>
|
||||||
<file>Contents/General/RoundRects.qml</file>
|
<file>Contents/General/RoundRects.qml</file>
|
||||||
<file>Contents/General/Shapes.qml</file>
|
<file>Contents/General/Shapes.qml</file>
|
||||||
<file>Contents/ShapeGallery/ShapeRectrangle.qml</file>
|
<file>Contents/ShapeGallery/ShapeRectrangle.qml</file>
|
||||||
<file>Contents/ShapeGallery/ShapeCircle.qml</file>
|
<file>Contents/ShapeGallery/ShapeCircle.qml</file>
|
||||||
|
@ -59,7 +59,13 @@ ListModel {
|
|||||||
group: "General"
|
group: "General"
|
||||||
groupOpen: true
|
groupOpen: true
|
||||||
}
|
}
|
||||||
|
ListElement {
|
||||||
|
name: "RoundRect"
|
||||||
|
source: "General/RoundRects.qml"
|
||||||
|
visible: true
|
||||||
|
group: "General"
|
||||||
|
groupOpen: true
|
||||||
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Others"
|
name: "Others"
|
||||||
source: "General/Miscs.qml"
|
source: "General/Miscs.qml"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user