Implemented a screen displaying the history of operations with the board. Added dialogs for displaying messages and statuses
This commit is contained in:
8
qml/Controls/DialogBackground.qml
Normal file
8
qml/Controls/DialogBackground.qml
Normal file
@@ -0,0 +1,8 @@
|
||||
import QtQuick 2.12
|
||||
|
||||
import Utils 1.0
|
||||
|
||||
Rectangle {
|
||||
color: Palette.screenBackgroundColor
|
||||
radius: 6
|
||||
}
|
||||
Reference in New Issue
Block a user