Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to stop screen reader(Narrator) in Qt

How to stop screen reader(Narrator) in Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 212 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rajashekara V
    wrote on last edited by Rajashekara V
    #1

    Hi all ,
    I want to enable and disable the voice announment using qt program. By default qt support the voice announment, when we turn on the Windows Narrator. I want do announce some widget and some not. For example button b1 want announce name and button b2 dont want to announce name. Is there any possiblity to disable announment using qt? There is an option in qml side like :Accessible.ignored: true/flase based on condition to enable or disable .
    b1=new QPushButton("custom button");
    b1->setAccessibleName("click voice over announment");
    b1->setAccessibleDescription("custom button made by user");
    b2=new QPushButton("Click Here");
    I'm using 5.12.X kit.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved