Qt 6.11 is out! See what's new in the release
blog
Cant get monitor information
-
Hi,
I try to collect monitor information. I am testing on MacOS X 10.14.6 computer.
Having an EIZO Monitor via Thunderbolt and USB connected.QList<QScreen *> list = QGuiApplication::screens(); qDebug() << "Screens: " << QGuiApplication::screens() << " " << list[0]->manufacturer() << " " << list[0]->model() << " " << list[0]->name();The result:
Screens: (QScreen(0x7fbf58f6ec50, name="CG246")) "" "" "CG246" -
Hi,
I try to collect monitor information. I am testing on MacOS X 10.14.6 computer.
Having an EIZO Monitor via Thunderbolt and USB connected.QList<QScreen *> list = QGuiApplication::screens(); qDebug() << "Screens: " << QGuiApplication::screens() << " " << list[0]->manufacturer() << " " << list[0]->model() << " " << list[0]->name();The result:
Screens: (QScreen(0x7fbf58f6ec50, name="CG246")) "" "" "CG246"