7d21d612fe
The event filtering on Qt level does not work any more. The information is not updated properly. Grabbing the mouse through QWidget resets the cursor shape to the default shape, so it cannot be used. As we don't want Qt to ever see the events it's a good idea to use a native event filter to filter the events away before they are delivered to Qt. To simplify the handling the grabber widget is put into a QScopedPointer. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
detectwidget.cpp | ||
detectwidget.h | ||
detectwidget.ui | ||
editshortcut.ui | ||
kcm.cpp | ||
kcm.h | ||
kwinrules.desktop | ||
kwinsrc.cpp | ||
main.cpp | ||
Messages.sh | ||
ruleslist.cpp | ||
ruleslist.h | ||
ruleslist.ui | ||
ruleswidget.cpp | ||
ruleswidget.h | ||
ruleswidgetbase.ui | ||
yesnobox.h |