Unterschied, dass du an einen SLOT schickst und ich an einem weiteren SIGNAL ???
Ist aber egal, das zweite SIGNAL wird ja dann mit nem SLOT verbunden.
Und das kann QT eigentlich. Da passiert auch nichts, wenn ich dort mit nem SLOT arbeite.
Das Problem ist, dass er das bytesWritten() - Signal vom QIODevice irgendwie nicht auslöst.
Unlike other QIODevice implementations, such as QTcpSocket, QFile does not emit the aboutToClose(), bytesWritten(), or readyRead() signals. This implementation detail means that QFile is not suitable for reading and writing certain types of files, such as device files on Unix platforms.
@Exasperation: Du verbindest mit einem Button, er mit einem QFile?
Unlike other QIODevice implementations, such as QTcpSocket, QFile does not emit the aboutToClose(), bytesWritten(), or readyRead() signals. This implementation detail means that QFile is not suitable for reading and writing certain types of files, such as device files on Unix platforms.
@Exasperation: Du verbindest mit einem Button, er mit einem QFile?
Ne ich meinte dass ich direkt SIGNALS mit SLOTS verbinde... Da geh ich auf Nummer sicher, weil ich im Slot wieder was emiten kann...