Qt 快速控件 2 和 Windows Phone 10
Qt Quick Controls 2 and Windows Phone 10
我创建了一个新的 Qt Quick Controls 2 项目。
使用 Qt 5.7.0 为通用 Windows 平台 armv7 套件构建它。
运行 在我的 Windows Phone (Lumia 650) 上。
我所看到的只是一个空白的黑屏。
难道我做错了什么?
我也尝试过 Qt Widgets 项目:有效,但由于比例问题,控件无法使用。
应用程序输出:
winrtrunner --device 0 --start --stop --install --wait 0 C:/Users/user/Documents/build-untitled1-Qt_5_7_0_for_Universal_Windows_Platform_armv7-Release/release/untitled1.exe
qt.winrtrunner: Using the AppxPhone profile.
qt.winrtrunner: No mapping file exists. Only recognized files will be packaged.
qt.winrtrunner: App started with process ID 4788
这是 Qt 中的一个错误。近期发布的5.7.1版本修复
我创建了一个新的 Qt Quick Controls 2 项目。 使用 Qt 5.7.0 为通用 Windows 平台 armv7 套件构建它。 运行 在我的 Windows Phone (Lumia 650) 上。 我所看到的只是一个空白的黑屏。 难道我做错了什么? 我也尝试过 Qt Widgets 项目:有效,但由于比例问题,控件无法使用。
应用程序输出:
winrtrunner --device 0 --start --stop --install --wait 0 C:/Users/user/Documents/build-untitled1-Qt_5_7_0_for_Universal_Windows_Platform_armv7-Release/release/untitled1.exe
qt.winrtrunner: Using the AppxPhone profile.
qt.winrtrunner: No mapping file exists. Only recognized files will be packaged.
qt.winrtrunner: App started with process ID 4788
这是 Qt 中的一个错误。近期发布的5.7.1版本修复