Quote:
Originally Posted by elprawn
Qt 4.
And I should probably say at this stage I don't have much experience in programming in C++ but I understand in principle what you're saying about deriving a class that will allow me to access the signal.
Thanks once again.
|
Well, I thought it was emitting signal.
If it isn't emitting signal, then you can create your own copy routine (or class or whatever), that will emit required signal. You might even try to make your own QFile derivative that supports those signals, but that might be too difficult. If I were you I'd write class (based on Q_OBJECT, of course) for copying files, and made it emit signals you need.