TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WxWidgets 3.1.0 Brings Better HiDPI Support, WxQt with Qt5

90 pointsby Tsiolkovskyabout 9 years ago

6 comments

andyjohnson0about 9 years ago
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 未加载
fithisuxabout 9 years ago
WxQt sounds a bit of overkill.
评论 #11203006 未加载
评论 #11202989 未加载
moron4hireabout 9 years ago
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 未加载
hyperbovineabout 9 years ago
When will this trickle down to wxPython?
mixmastamykabout 9 years ago
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>
FraKtusabout 9 years ago
-&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...