Results 1 to 2 of 2

Thread: Accessibility and Mac OS' VoiceOver

  1. #1
    Join Date
    Sep 2006
    Posts
    19
    Thanks
    12

    Default Accessibility and Mac OS' VoiceOver

    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:
    Qt Code:
    1. HEADERS = mainwindow.h
    2. SOURCES = main.cpp mainwindow.cpp
    3. FORMS = mainwindow.ui
    4.  
    5. TARGET=mainwindow
    6.  
    7. CONFIG += accessibility
    8.  
    9. QTPLUGIN += qtaccessiblewidgets
    To copy to clipboard, switch view to plain text mode 

    Do I need to do more to get accessibility working in a QT app?

    -- Bjoern

  2. #2
    Join Date
    Sep 2006
    Posts
    19
    Thanks
    12

    Default Re: Accessibility and Mac OS' VoiceOver

    Hm, found this article which says that Cocoa doesn't support Accessibility: http://doc.qt.nokia.com/4.7/developing-on-mac.html

    -- Bjoern

Similar Threads

  1. Accessibility and QTabelWidget
    By spacer2004 in forum Qt Programming
    Replies: 0
    Last Post: 11th September 2009, 14:52
  2. Accessibility in Qt on Vista
    By bear101 in forum Qt Programming
    Replies: 18
    Last Post: 1st August 2009, 06:48
  3. Linux/X11 Accessibility
    By bpetty in forum General Programming
    Replies: 7
    Last Post: 23rd July 2009, 09:40
  4. static function/object accessibility
    By vonCZ in forum Newbie
    Replies: 21
    Last Post: 19th August 2007, 13:00

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.