>>106918124
Qt is not slow if you use it right. The problem is that a lot of applications are just GTK applications roughly ported to Qt and still use GTK paradigms.

Converting GLib's "mainloop" system to Qt's event processing system is a pretty big source of performance issues.