bear101
7th November 2010, 08:39
Has anyone tried using QT 4.7 and Mac OS 10.6's VoiceOver? I've designed a simple QDialog application with a QLineEdit and a QButton. The only thing VoiceOver recognizes is the caption of the QDialog. Both the QLineEdit and QButton are listed as "Unknown".
I've read several bug reports regarding accessibility in QT's bug-reporting system, but it appears to be minor issues whereas nothing is working when I try.
Here's my .pro file:
HEADERS = mainwindow.h
SOURCES = main.cpp mainwindow.cpp
FORMS = mainwindow.ui
TARGET=mainwindow
CONFIG += accessibility
QTPLUGIN += qtaccessiblewidgets
Do I need to do more to get accessibility working in a QT app?
-- Bjoern
I've read several bug reports regarding accessibility in QT's bug-reporting system, but it appears to be minor issues whereas nothing is working when I try.
Here's my .pro file:
HEADERS = mainwindow.h
SOURCES = main.cpp mainwindow.cpp
FORMS = mainwindow.ui
TARGET=mainwindow
CONFIG += accessibility
QTPLUGIN += qtaccessiblewidgets
Do I need to do more to get accessibility working in a QT app?
-- Bjoern