The Qt-part will be equally fast regardless of the language you choose because Qt bindings for Python (and other languages) use C++ compiled Qt. The only difference you may expect is with the code you write. In general C++ is faster but Python shouldn't be much slower, since it does a kind of compilation as well. The answer which to choose should mostly be based on your familiarity with any of those languages, choose the one you feel more comfortable with.
Bookmarks