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 QtGraphicalEffects 1.0
|
||||
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
|
|
|
@ -22,6 +22,7 @@ Rectangle {
|
|||
border.color: "#333333"
|
||||
border.width: 2
|
||||
|
||||
antialiasing: true
|
||||
layer.enabled: true
|
||||
layer.effect: DropShadow {
|
||||
transparentBorder: true
|
||||
|
|
|
@ -62,7 +62,10 @@ DISTFILES += \
|
|||
tasks.py \
|
||||
main.qml \
|
||||
README.rst \
|
||||
buildozer.spec
|
||||
buildozer.spec \
|
||||
MenuButton.qml \
|
||||
Menu.qml \
|
||||
Board.qml
|
||||
|
||||
SUBDIRS += \
|
||||
justcheckers.pro
|
||||
|
|
Loading…
Reference in New Issue