Tcl + Qt-5 - I'm looking for a library

I want to use Qt-5 from TCL scripts. I’m looking for libraries for that. If there are working variants of such library, give the link for me.

I also try to create Qt-5 bindings for tclsh.

Hi! Welcome to the Forum.

I did some Googling around and found some Qt/Tcl references that are for Qt 3 and 4, so not what you’re looking for. I don’t think we will be distributing Qt libraries though.

You might be able to find someone in the Tcl community who shares an interest in this project by following some of the links from long ago in this Tclers Wiki entry for Qt.
https://wiki.tcl-lang.org/page/Qt

I think there is some [https://www.froglogic.com/tq/](http://Qt Tk).
I have not tested it. Also as i remember you wrote some amazing Tcl/Tk applications, I saw on some russian Tcl/Tk forums, something about documents encryption or signing etc. And people were commenting some stupid things, don’t listen to them. Keep up a good work.

I know post is old, but was the search successful?. Frologic was so kind to give me Tq source code, but I have trouble to make it work with Qt 5. I think I made all reasonable efforts to migrate it and it should work on Qt side, But tcl crashes when Tcl_CreateEventSource( &tcl_dispatch_qt, 0, 0 ) is called. Looking at tcl code it seems problem is in initialization of thread data. ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);
which comes out as null.