1PYSIDE-RCC(1) User Commands PYSIDE-RCC(1)
2
3
4
6 pyside-rcc - PySide resource compiler
7
9 Usage:
10 pyside-rcc [options] <inputs>
11
12 Options:
13 -o file
14 Write output to file rather than stdout
15
16 -py2 Generate code for any Python v2.x version (default)
17
18 -py3 Generate code for any Python v3.x version
19
20 -name name
21 Create an external initialization function with name
22
23 -threshold level
24 Threshold to consider compressing files
25
26 -compress level
27 Compress input files by level
28
29 -root path
30 Prefix resource access path with root path
31
32 -no-compress
33 Disable all compression
34
35 -version
36 Display version
37
38 -help Display this information
39
41 Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies)
42
44 This manpage was written by Marcelo Lira <marcelo@setantas.net>, on the
45 29. December 2010.
46
47
48
49pyside-rcc December 2010 PYSIDE-RCC(1)