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 QtQuick 2.0
import QtGraphicalEffects 1.0
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent

View File

@ -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

View File

@ -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

View File

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