-
Suggestion
-
Resolution: Moved
-
Not Evaluated
-
None
-
1.1.0
-
None
All properties that may change needs to be NOTIFYable, or you can't bind to them reliably
from QML (you'll get a warning and only the initial value, not subsequent vales as it changes).
As an example, the QSystemScreenSaver's screenSaverInhibited does not have a NOTIFY
signal:
Q_PROPERTY(bool screenSaverInhibited READ screenSaverInhibited)
- resulted in
-
QTMOBILITY-540 Missing QObject CONSTANT marker in qgraphicsgeomap.h
-
- Closed
-
-
QTMOBILITY-541 Missing signals in Multimedia library
-
- Closed
-
-
QTMOBILITY-552 Missing signals in DocGallery
-
- Closed
-
-
QTMOBILITY-553 Missing signals in Feedback API
-
- Closed
-