Revision 3f5bbd2...
Go back to digest for 18th November 2012Features in KDE Base
Dan Vratil committed changes in [kscreen] /:
Add new properties to QMLOutput with current output dimensions
For some reason calling output.mode(output.currentMode) from QML
always returned 'undefined' result, even when it should not.
Now this is handled from C++ backend (where it magically works)
and QML accesses these values through currentOutput{Width,Height}
properties of QMLOutput.
File Changes
Modified 3 files
- kcm/qml/Output.qml
- kcm/src/qmloutput.cpp
- kcm/src/qmloutput.h
3 files changed in total