Oxygen-gtk. Single view of GTK and Qt applications
0. Intro.
As part of the KDE project, the oxygen-gtk project began to develop, whose main task is to create a unity of the appearance of GTK applications running under KDE and native KDE applications. Unlike other engines with analogue targets, this one does not depend on Qt.
git clone git://git.kde.org/oxygen-gtk cd oxygen-gtk mkdir build cd build cmake ../ ( 64 : cmake -DLIB_SUFFIX=64 ../ ) make -j2 sudo make install
2. Outro.
The project still has some drawbacks. For example, the gradient of the window with the title does not quite harmonize, and not all controls are still displayed as in Qt. But this is a matter of time. ')
More details can be found on the KDE Hugo blog. Successful experiments!
UPD: The repository is now here: git clone git://anongit.kde.org/oxygen-gtk