We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
按照build文件去构建一直未成功,定位到是SARibbon一直编译不通过,显示 环境为Qt 5.9.9 win10
The text was updated successfully, but these errors were encountered:
请问你解决了吗.我也是这个问题
Sorry, something went wrong.
这个问题已经更改,单独拉取一下SARibbonBar 这是用到了5.11的新函数导致的,我加了个判断
#if QT_DEPRECATED_SINCE(5, 11) int textWidth = fontMetrics().horizontalAdvance(text); #else int textWidth = fontMetrics().width(text); #endif
No branches or pull requests
按照build文件去构建一直未成功,定位到是SARibbon一直编译不通过,显示
环境为Qt 5.9.9 win10
The text was updated successfully, but these errors were encountered: