author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Thu, 22 Apr 2010 16:15:11 +0300 | |
branch | RCL_3 |
changeset 14 | 8c4229025c0b |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
This program is called from ../uiloader. |
2 |
||
3 |
||
4 |
./tst_screenshot |
|
5 |
||
6 |
Syntax: ./tst_screenshot <path to *.ui file> [output directory] |
|
7 |
||
8 |
This programm takes a *.ui file and an output dir as argument in order to |
|
9 |
create a screenshot of the widget defined in the ui file. |
|
10 |
||
11 |
The screenshot is saved in the output dir (default current dir), ".png" is |
|
12 |
appended to the ui file name. |
|
13 |