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 |
|