TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Qt 5.8 Alpha released

111 点作者 pyprism超过 8 年前

4 条评论

cm3超过 8 年前
&gt; To accommodate this, we have over the last 6 months done significant work on our build infrastructure to give our users much more fine grained control over the way how Qt is being built. This is what we called the Qt Lite Project.<p>&gt; [...]<p>&gt; From initial measurements, we expect that you will be able to reduce the size of a statically linked Qt Quick application by up to 70% compared to Qt 5.6.<p>Does this mean they fixed static linking in 5.8? It stopped working in 5.7 for some reason in most projects. With 5.6 it was easy to use cmake scripts to create statically linked applications when your Qt installation was build statically. This still worked with qmake projects in 5.7 but not cmake.<p>I kinda wish I could build a Qt installation that has dynamic libs and static archives, but it&#x27;s not possible to select that at configure time.<p>Stuff either doesn&#x27;t build or it builds and then still looks for dynamic bits since 5.7. This was fine in 5.6 AFAIR.
评论 #12430289 未加载
infinite8s超过 8 年前
It looks like QML&#x2F;Qt Quick Controls 2 are moving becoming mobile&#x2F;embedded first, and they are recommending desktop apps stick to QtWidgets for native looking UIs.
评论 #12431416 未加载
justinclift超过 8 年前
The docs for it don&#x27;t seem to be on docs.qt.io. :(<p>Created a request to add them (<a href="https:&#x2F;&#x2F;bugreports.qt.io&#x2F;browse&#x2F;QTBUG-55744" rel="nofollow">https:&#x2F;&#x2F;bugreports.qt.io&#x2F;browse&#x2F;QTBUG-55744</a>), to make reading through details of the new modules easier for people.
pjmlp超过 8 年前
&gt; I think we need more libraries&#x2F;widgets in order for us to design native looking Android&#x2F;iOS apps.<p>So still the same &quot;do your own QML mimic of native widgets&quot;?
评论 #12429695 未加载
评论 #12429568 未加载