author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Fri, 12 Mar 2010 15:46:37 +0200 | |
branch | RCL_3 |
changeset 5 | d3bac044e0f0 |
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 |