If I only want QT for I/O, then what is the best way of doing so ?
For example,
If a widget..(say..a QLineEdit) emits a signal : changed(QString)
How would I use that string for constructing an object of a class taking a std::String as an argument, (without declaring slots..etc etc) for that other class ?