Add in QML components.
This commit is contained in:
parent
b33b6cf71c
commit
a1e0c9ebb1
1
Menu.qml
1
Menu.qml
|
@ -1,5 +1,4 @@
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import QtGraphicalEffects 1.0
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
@ -22,6 +22,7 @@ Rectangle {
|
||||||
border.color: "#333333"
|
border.color: "#333333"
|
||||||
border.width: 2
|
border.width: 2
|
||||||
|
|
||||||
|
antialiasing: true
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
layer.effect: DropShadow {
|
layer.effect: DropShadow {
|
||||||
transparentBorder: true
|
transparentBorder: true
|
||||||
|
|
|
@ -62,7 +62,10 @@ DISTFILES += \
|
||||||
tasks.py \
|
tasks.py \
|
||||||
main.qml \
|
main.qml \
|
||||||
README.rst \
|
README.rst \
|
||||||
buildozer.spec
|
buildozer.spec \
|
||||||
|
MenuButton.qml \
|
||||||
|
Menu.qml \
|
||||||
|
Board.qml
|
||||||
|
|
||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
justcheckers.pro
|
justcheckers.pro
|
||||||
|
|
Loading…
Reference in New Issue