Can I write an application in Qt that runs with Gnome? -


I want to write a program for Linux with QT.

I know that KDE is coded in QT and there is no Gnome Is it possible to write a program in QT for the genome?

If the user's QT libraries have been installed (or, and it is often better, then you send them with your app)

  • If you call it QGtkStyle If you use it as a widgetstyle (this is done through QApplication :: setStyle), your QT app will see about native. This means that the app does not look ugly or exotic under the GNOME (except for some very small details)


  • Comments