author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 09:15:16 +0300 | |
branch | RCL_3 |
changeset 10 | 68d3b337861b |
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 |