Patches for Qt/embedded 3.3.3
- qte3-listboxplacement.patch
This patch enables Qt/E to adjust the placement of QComboBox popup lists to make them fully visible: if there is not enough room below or above the combo box, the list is placed to the left or to the right of the combo widget.
- qte3-touchscreen.patch
This patches makes Qt/E use the standard Linux 2.6 touchscreen devices
(/dev/input/ts0 if you don't specify device).
Activate it with either
$ export QWS_MOUSE_PROTO="LinuxTp:"
or
$ export QWS_MOUSE_PROTO="LinuxTp:/dev/input/ts42"
|