summaryrefslogtreecommitdiffstats
path: root/README
blob: 98d097c6434e9ade70458940fb074fb90cf640d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This is the Boot to Qt launcher, it can launch in-process QML applications

Command line options:
 --main-file [.qml file]        Specify an optional qml file
 --applications-root [dir]      The root of your directories, multiple can
                                be given, separated by ':'
 --no-boot-animation            If you think it is boring, disable it


Generating new screenshots:
---------------------------

First, cd into screenshot/plugin and compile/make install that plugin, then
run the launcher with the command line options:

> qtlauncher --main-file screenshot/Main.qml --applications-root [your apps]

When you hit the "grab" button, it will grab a highres "preview_l.jpg" and
a lowres copy into the application's directory. Resize to portrait to get
a portrait version, named "preview_p.jpg".