Skip to content
Snippets Groups Projects
Commit 1364f74d authored by andrey.daragan's avatar andrey.daragan
Browse files

Features 2989

parent b6e833c2
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,9 @@ import QtQuick.Window 2.0 ...@@ -4,7 +4,9 @@ import QtQuick.Window 2.0
Item { Item {
id: dapDevice id: dapDevice
property string device: dp() // property string device: dp()
//TODO: Temporary editing
property string device: "desktop"
property int dpi: Screen.pixelDensity * 25.4 property int dpi: Screen.pixelDensity * 25.4
function dp(){ function dp(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment