Qt: Taurus GUIs freeze

To prevent Qt GUIs, also Taurus GUIs, from freezing:

The line
  Qt.QCoreApplication.setAttribute(Qt.Qt.AA_X11InitThreads)

has to be added before

    app = TaurusApplication()

or 
    app = QApplication()

Further reading see here.