Add in QML components.

This commit is contained in:
Dorian 2018-02-16 19:51:45 -05:00
parent b33b6cf71c
commit a1e0c9ebb1
4 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import QtQuick 2.0
import QtGraphicalEffects 1.0
Rectangle {
anchors.fill: parent

View File

@ -22,6 +22,7 @@ Rectangle {
border.color: "#333333"
border.width: 2
antialiasing: true
layer.enabled: true
layer.effect: DropShadow {
transparentBorder: true

View File

@ -62,7 +62,10 @@ DISTFILES += \
tasks.py \
main.qml \
README.rst \
buildozer.spec
buildozer.spec \
MenuButton.qml \
Menu.qml \
Board.qml
SUBDIRS += \
justcheckers.pro

View File

@ -14,5 +14,6 @@
<file>images/non_play.png</file>
<file>images/play.png</file>
<file>images/splash.jpg</file>
<file>MenuButton.qml</file>
</qresource>
</RCC>