1DRUMSTICK-VPIANO(1) User Commands DRUMSTICK-VPIANO(1)
2
3
4
6 drumstick-vpiano - A Drumstick GUI virtual piano utility.
7
9 drumstick-vpiano [options...]
10
12 This program is a Drumstick example and utility program. You can use it
13 to play and watch a virtual piano.
14
16 The following arguments are optional:
17
18 -h|--help
19 Prints a summary of the command-line options and exit.
20
21 -v|--version
22 Prints the program version number and exit.
23
24 -style= style
25 sets the application GUI style. Possible values are motif, windows,
26 and platinum. If you compiled Qt with additional styles or have
27 additional styles as plugins these will be available to the -style
28 command line option
29
30 -stylesheet= stylesheet
31 sets the application styleSheet. The value must be a path to a file
32 that contains the Style Sheet. Note: Relative URLs in the Style
33 Sheet file are relative to the Style Sheet file's path.
34
35 -session= session
36 restores the application from an earlier session.
37
38 -widgetcount
39 prints debug message at the end about number of widgets left
40 undestroyed and maximum number of widgets existed at the same time
41
42 -reverse
43 sets the application's layout direction to Qt::RightToLeft
44
45 -graphicssystem
46 sets the backend to be used for on-screen widgets and QPixmaps.
47 Available options are raster and opengl.
48
49 -display display
50 sets the X display (default is $DISPLAY).
51
52 -geometry geometry
53 sets the client geometry of the first window that is shown.
54
55 -fn|-font font
56 defines the application font. The font should be specified using an
57 X logical font description.
58
59 -bg|-background color
60 sets the default background color and an application palette (light
61 and dark shades are calculated).
62
63 -fg|-foreground color
64 sets the default foreground color.
65
66 -btn|-button color
67 sets the default button color.
68
69 -name name
70 sets the application name.
71
72 -title title
73 sets the application title.
74
75 -visual TrueColor
76 forces the application to use a TrueColor visual on an 8-bit
77 display.
78
79 -ncols count
80 limits the number of colors allocated in the color cube on an 8-bit
81 display, if the application is using the QApplication::ManyColor
82 color specification. If count is 216 then a 6x6x6 color cube is
83 used (i.e. 6 levels of red, 6 of green, and 6 of blue); for other
84 values, a cube approximately proportional to a 2x3x1 cube is used.
85
86 -cmap
87 causes the application to install a private color map on an 8-bit
88 display.
89
90 -im
91 sets the input method server (equivalent to setting the XMODIFIERS
92 environment variable)
93
94 -inputstyle
95 defines how the input is inserted into the given widget, e.g.,
96 onTheSpot makes the input appear directly in the widget, while
97 overTheSpot makes the input appear in a box floating over the
98 widget and is not inserted until the editing is done.
99
101 Permission is granted to copy, distribute and/or modify this document
102 under the terms of the GNU General Public License, Version 2 or any
103 later version published by the Free Software Foundation, considering as
104 source code any files used for the production of this manpage.
105
107 drumstick-drumgrid(1), drumstick-guiplayer(1)
108
110 Pedro Lopez-Cabanillas <plcl@users.sf.net>
111
113 Copyright © 2010-2019 Pedro Lopez-Cabanillas
114
115
116
117drumstick 1.1.3 Jan 13, 2019 DRUMSTICK-VPIANO(1)