summaryrefslogtreecommitdiffstats
path: root/uq
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-06-06 12:59:52 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2016-06-07 20:01:49 +0000
commitc1c66f5b34aa6a4e721ab3e7fcd067777ba5fca7 (patch)
tree4368867134824289d07b499abd4c8c00eed9b8a8 /uq
parent61b8fa880ad2103aa2190f34edf3b84913a0a964 (diff)
use QtQuick.Controls 2; use qml runtime; tooltip for details
Also a Quit shortcut, and better zooming behavior, and some simplification. Change-Id: I6a14639c0c555692e862298815c719008a4e9668 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'uq')
-rwxr-xr-xuq2
1 files changed, 1 insertions, 1 deletions
diff --git a/uq b/uq
index eba91cf..a0d8c5b 100755
--- a/uq
+++ b/uq
@@ -1,3 +1,3 @@
#!/bin/sh
dir=`dirname $0`
-qmlscene -I ${dir}/imports $1
+qml -I ${dir}/imports $1