Answer the question
In order to leave comments, you need to log in
How to build Qt 5.5 statically on mac os x to make accessible names work?
I check as follows:
In QtCreator I launch the simplest project
auto dialog = new QDialog();
auto layout = new QHBoxLayout();
auto myButton = new QPushButton("My Test Button");
myButton->setAccessibleName("My Accessible Name");
layout->addWidget(myButton);
dialog->setLayout(lay);
dialog->show();
I launch it with two options - with a self-built static Qt and with Qt from QtCreator'a I check the
Accessibility Inspector'om - in one case the button has an Accessible Name, in the other it doesn't.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question