Hi, Iulian, Iulian Popa writes: > I'm trying to make a GUI work in command line; it's running in the > interpreter, and after modifying it accordingly, I can compile it with no > errors. The GUI shows up, though there is no response when pressing any > button associated with the defined slots. Is there something I miss in the > code? In the compiled version, did you build and link in the dictionary? Without this, signal/slots will quietly fail. It is something that is taken care of for you when running in the interpreter. -Brett.
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:51 MET