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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

WxWidgets 3.1.0 Brings Better HiDPI Support, WxQt with Qt5

90 点作者 Tsiolkovsky大约 9 年前

6 条评论

andyjohnson0大约 9 年前
Back in the early nineties I worked on a couple of projects that used wxWidgets (it was still called wxWindows then) to target MS Windows and Motif on Unix. I&#x27;m amazed to learn that it is still around and being used.<p>I remember it as being quite a nice library with a decent API for its time. There are probably some useful lessons to be learned from its longevity.
评论 #11204356 未加载
评论 #11202854 未加载
评论 #11203210 未加载
fithisux大约 9 年前
WxQt sounds a bit of overkill.
评论 #11203006 未加载
评论 #11202989 未加载
moron4hire大约 9 年前
With my consulting work, I still end up doing a lot of desktop application development. I&#x27;ve been on the lookout for a GUI toolkit that I could use to replace WinForms in my workflow. Ideally, it&#x27;d be cross-platform, support native widgets, and provide the de facto standard OO API that every other GUI toolkit has converged on. I know WinForms doesn&#x27;t check all those boxes, but I see no point in moving to WPF which checks even fewer.<p>So I get excited when GUI toolkit projects get posted on HN. And then I&#x27;m usually deflated when I look at the screenshots. I know they haven&#x27;t built these programs themselves, so it&#x27;s not necessarily their fault that these developers have gone with the everything-and-the-kitchen-sink style of UI design. But they also chose to feature these particular projects, so someone there thinks these are good examples, which does not speak well towards their commitment to enabling good design. <a href="https:&#x2F;&#x2F;www.wxwidgets.org&#x2F;about&#x2F;screenshots&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.wxwidgets.org&#x2F;about&#x2F;screenshots&#x2F;</a><p>Most of these examples feature something you should never do: selectively replacing the standard widgets from your operating system&#x27;s toolkit. Either create&#x2F;use a different toolkit entirely or use the defaults, don&#x27;t mix and match.<p>It&#x27;s disheartening to think that, in 2016, the least-bad way to design a UI is to wrap up a browser as a widget and sling HTML&#x2F;CSS.
评论 #11203571 未加载
评论 #11205053 未加载
评论 #11203550 未加载
评论 #11203956 未加载
评论 #11206375 未加载
hyperbovine大约 9 年前
When will this trickle down to wxPython?
mixmastamyk大约 9 年前
In the early 2000&#x27;s I wrote a few apps with this toolkit and was quite happy with them. The native widgets looked&#x2F;worked correctly and were &quot;snappy.&quot; Around that time everyone decided that we would use QT from now on, even though it looked slightly off. I never had any complaints about wxWidgets&#x2F;Python except for the passing of ID numbers. <i>shrug</i>
FraKtus大约 9 年前
-&gt; Better support for high DPI displays, especially under Windows<p>Really happy about this because it&#x27;s becoming a serious issue if you support several variations of windows from XP to 10...