ic005k
ic005k
收到,我回头找下问题的原因。
开机内屏黑屏的话,可能跟没有开启hidpi有关系,开启hidpi就应该没问题了。这个问题大约在一年前也一直困扰着另外一个7472的用户,他内屏一直黑屏,后来经过交流和沟通,开了hidpi就没问题了。 我这边连接hdmi开机从没发生过内屏黑屏的现象,你试着开启hidpi看看。
目前选择这个镜像服务器是可以正常工作的: https://gh.api.99988866.xyz/https://github.com/ 你可以试下看看
看截图,你并没有选择任何镜像服务器,而是选择的github主站,选择主站,不施展轻功,肯定是不行的
Please choose an alternative GitHub mirror server in the "Settings". In general, "https://github.com/" is always effective, otherwise, please choose another try, such as: "https://gh.api.99988866.xyz/https://github.com/", etc.
The previous "issue" has been extensively discussed and described regarding this matter. Accessing github may present challenges in various regions.
Also, I have upgraded the OC to 1.0.0 via OCAT.
@flegall2014 Questions about the open files, you can refer to me to write a project: https://github.com/ic005k/Knot The specific code is here: https://github.com/ic005k/Knot/blob/e19e5ceed53f8bc9e3a3d1f19588e1cb159640ea/pdf_module/PdfPage.qml#L30
> when I launch the app, onViewerLoaded is never reached. It does exist under Windows (Win11), I just tested it and it works for me on Mac. The cause is...
> ```c++ > #ifdef Q_OS_WIN > QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts); // QQuickWindow::setGraphicsApi(QSGRendererInterface::OpenGLRhi); // #endif > ``` It didn't seem to work. But I used Qt5.15.2 "QQuickWindow: : setGraphicsApi (QSGRendererInterface: : OpenGLRhi);" I don't...