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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Qt 6.3

145 点作者 obdev大约 3 年前

15 条评论

Alir3z4大约 3 年前
Qt is the reason I started doing desktop cross platform application development several years ago.<p>Not doing anything new in recent years but Qt is definitely a joy to work with.<p>From MVC on data management in the widgets, networking, UI handling and tons of customization.<p>The Qt Creator IDE was the fastest IDE I&#x27;ve worked with and very helpful with Qt Designer integrated.<p>Dealing with system icons in Linux or i18n, tooling, compilation and building and so many other really complex stuff is pretty damn easy with Qt.<p>Although I&#x27;ve used Qt&#x2F;C++ and never the Python binding.<p>Thanks for all the hard work and amazing people behind it.
评论 #31003203 未加载
评论 #31005388 未加载
mistrial9大约 3 年前
Honestly I am confused by the reactions here -- everyone wants FREE and GREAT and also calls the company management bad names? Some say that danger is not in the path forward, but instead the arrows shot in the back from behind (!) I see that here.. People that have only written mobile, ever, complaining that mobile is not what they expected; people want cross-platform, pixel perfect AND free-no-money and somehow this company employees people ? and etcetera .. suffocating, petty really..
评论 #31003703 未加载
评论 #31004863 未加载
评论 #31006710 未加载
评论 #31003245 未加载
评论 #31004562 未加载
Perolan2大约 3 年前
Many complaints are around about how QT isn’t FOSS, licensing is costly, etc. is everyone happy with its performance as a product and framework, though?<p>We purchased a small business license for QT 5 and I’ve never hated a framework more. It was clunky, resource consuming, surprisingly challenging to build in the way we needed, difficult to work with, etc. No engineer wanted to touch the gui codebase until we moved off of it.<p>Most of the use cases where I see people sing it’s praises are the python framework rather than the C++ one, but are we really the only people who had this negative of an experience?
评论 #31002329 未加载
评论 #31002534 未加载
评论 #31008226 未加载
评论 #31003032 未加载
评论 #31005042 未加载
jandeboevrie大约 3 年前
Remember kids, every week Qt changes their licensing model, every time less in favor of open source and more in favor of a second Yacht for the shareholders. I hate to recommend electron, but with the current closed direction they are going I to, better to stay away from Qt. The KDE foundation agreement is the only reason they still release Qt as open source, sadly. Qt for MCUs is completely closed for example.
评论 #31002422 未加载
评论 #31002518 未加载
评论 #31001950 未加载
评论 #31001852 未加载
评论 #31002609 未加载
评论 #31002073 未加载
评论 #31001958 未加载
评论 #31003285 未加载
jonpalmisc大约 3 年前
It’s easy to argue that all cross platform C++ GUI libraries suck, but Qt definitely sucks the least.<p>Yes, sometimes it can be awkward to use, and yes, there are longstanding bugs in Qt itself that remain unfixed. In my opinion, it is still the best C++ GUI library out there. For basic to intermediate GUI apps, it just works, and for advanced use cases, with some effort you can make it do whatever you need.<p>I write Qt software now and I’d be happy to keep doing so.
tomatowurst大约 3 年前
I am just starting my journey with PyQt6 coming from React&#x2F;Redux madness. I have a slew of questions if you don&#x27;t mind me asking to more experienced PyQT developers on HN:<p>How does the development experience compare to React&#x2F;Redux? Is there more or less or about same amount of work involved? Learning curve?<p>What is the general timeline of QT -&gt; PyQT downstream of features like? ex) quick compiler in QT 6.3<p>Have you built a major application with PyQT? What about QML?<p>How do you deal with application state like Redux in PyQT?<p>Are there noticeable performance gains and efficient resource uses vs Electron?<p>What advice do you have for someone like me venturing into PyQT? I&#x27;ve used Python in backend only so far.<p>Have you shipped with the fman build tool from mherrmann? How has the process been like?<p>Is there a browser or &quot;WebView&quot; component in PyQT6?<p>Much thanks!
54674646754大约 3 年前
Am I crazy to think Gtk4 is now a viable cross-platform alternative to Qt?<p>The Gtk devs have at least given the impression that they want to support other platforms (for example, this talk: youtube.com&#x2F;watch?v=FB2Y2Wk6FKE or this post: <a href="https:&#x2F;&#x2F;discourse.gnome.org&#x2F;t&#x2F;is-gtk-4-cross-platform&#x2F;6144&#x2F;2" rel="nofollow">https:&#x2F;&#x2F;discourse.gnome.org&#x2F;t&#x2F;is-gtk-4-cross-platform&#x2F;6144&#x2F;2</a>). And getting it up and running on Windows with MSYS was pretty easy. It also uses GPU-accelerated rendering if available.
评论 #31002655 未加载
评论 #31004442 未加载
评论 #31003317 未加载
评论 #31002342 未加载
评论 #31002683 未加载
评论 #31002678 未加载
criddell大约 3 年前
I think I use two Qt apps regularly and both are related to my 3d printer. The slicer and CAD software.<p>The slicer is Cura and it works great and feels good to use. It&#x27;s a little slow to load, but once it&#x27;s loaded it&#x27;s a joy to use.<p>The CAD software is Fusion 360. Functionally, it does lots of great stuff, but it too is slow to load and, unlike Cura, it feels terrible to use. Of all the software I use, Fusion 360 is the worst. How has Autodesk managed to write a Qt app that feels this bad?
评论 #31004146 未加载
评论 #31004079 未加载
eql5大约 3 年前
Shameless plug to this new project (uses Lisp): <a href="https:&#x2F;&#x2F;gitlab.com&#x2F;eql&#x2F;lqml" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;eql&#x2F;lqml</a>
butz大约 3 年前
Is GNOME&#x2F;Wayland compatibility any better? Qt5 applications running in Wayland mode (as opposed to xcb fallback) has issues with window decorator, resulting in windows with missing shadows and other minor differences, as compared to GTK applications.
评论 #31003029 未加载
samsaga2大约 3 年前
What is Qt Language Server? Can I use it to have qml autocompletion in my emacs lsp-mode?
评论 #31002727 未加载
guilhas大约 3 年前
Great UI framework, one of The best. And cross platform<p>Some people are wary of the license, but if your project is fully open source you&#x27;ll have no problem<p>There is still some confusion how best open source developers make a living, some are successful, and some get frustrated. Farming users data(Chrome), donations, dual license, paid addons...<p>Congrats to Qt for doing their best in delivering a sustained high quality open source product
ngcc_hk大约 3 年前
Just submit one related CL Repl with qt support<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31006097" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31006097</a><p>Qt is great for its cross platform support. This is a demo of this capability, not exactly pure qt. Qml. Ecl etc.
umen大约 3 年前
What about wxwidgets can its be competitor?
评论 #31009136 未加载
npigrounet大约 3 年前
Qt is too much expensive and closed-source.
评论 #31002028 未加载