"Cannot create accessible interface" - does not fixed in 5.0.2?
-
Hi All!
Recently I upgrade my QT5 libraries to 5.0.2 and I wondering, why are following messages follow me again!
@
Cannot create accessible interface for object: QLineEdit (0x25a7a28, name = "telephone")
Cannot create accessible interface for object: QGroupBox (0x25a7cc8, name = "groupBox")
...
Cannot create accessible interface for object: QLabel(0x25a7f08, name = "label_2")@Please help my with understanding of this!
-
I have the same outputs in Qt Creator as I port a my Qt4 application to Qt5. However, I didn't find any problem with the application's functionalities. Moreover, these outputs are rather ODD and might cause me problems in the future.