我可以用 Qt 编写一个与 Gnome 一起运行的应用程序吗?

发布于 2024-09-25 01:53:25 字数 87 浏览 3 评论 0原文

我想用Qt为Linux编写一个程序。

我知道 KDE 是用 Qt 编码的,而 Gnome 不是。还可以用 Qt for Gnome 编写程序吗?

I want to write a program for linux with Qt.

I know KDE is coded in Qt and Gnome isn't. Is it still possible to write a program in Qt for Gnome?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

伴梦长久 2024-10-02 01:53:25
  1. 如果您编写 Qt 应用程序,它在 GNOME 下正常运行,前提是用户安装了 Qt 库(或者,这通常更好,您将它们与您的应用程序一起提供)< /p>

  2. < p>如果您使用 QGtkStyle 作为其 widgetstyle(这是通过 QApplication::setStyle 完成的),您的 Qt 应用程序在 GNOME 下看起来几乎是原生的。这意味着应用程序在 GNOME 下不会显得丑陋或陌生(除了一些非常小的细节)

  1. If you write a Qt app, it will run fine under GNOME, provided that the user has the Qt libraries installed (or, and this is often better, you ship them with your app)

  2. Your Qt app will look almost native under GNOME if you make it use QGtkStyle as its widgetstyle (this is done via QApplication::setStyle). This means the app won't look ugly or foreign under GNOME (except for some very small details)

枯寂 2024-10-02 01:53:25

Qt 应用程序在 Gnome 上运行得很好。您只需要安装适当的库。

Qt applications run just fine on Gnome. You just need to install the appropriate libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文