S
S
ssm22016-06-09 11:23:09
Software testing
ssm2, 2016-06-09 11:23:09

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

1 answer(s)
J
Jacob E, 2016-06-10
@Zifix

You may be curious, why do you need static on a poppy?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question