Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Moved
-
Affects Version/s: 1.1.0
-
Fix Version/s: None
-
Labels:None
Description
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)
Attachments
Issue Links
- 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
-