Hey fellas, i was very unhappy about the little info in the internet about connecting SFML and Qt,
so much unhappy that i made a raw bind version o' mine based on some old Gnuk's (big thanks) from 2013.
i think some of you guys might as well find this stuff useful if you love the Qt idea
the thing is - i've thrown SFML into a Qt widget, which can be very easily created and accessed inside any Qt application,
just like any other Qt widget.
just edit
qsfmlwidget.cpp and qsfmlwidget.h according to your (game?) needs by adding SFML code functions into it, and accessing them from the standard/mainwindow widget.cpp (or whatever you called it).
here's the github source repository:
https://github.com/ArtyMcLabin/QSFMLWidgethope somebody will find it useful
good day