how to select file from a QThread
-
A Gui widgets can only use it in main thread but you can use Signal-Slot with Qt::QueedConnexion if you want your widget d'ont freeze
-
@Malek_Khlif said:
A Gui widgets can only use it in main thread but you can use Signal-Slot with Qt::QueedConnexion if you want your widget d'ont freeze
mmmm thanks malek, can you make me an example?
-
@mcosta said:
you can send a signal to the gui when the server receives requests. the gui can open the dialog and send back the path.
The problem is to handle correctly the requests timeout. HTTP has special code (IIRC 100) for long operation
MMMMMMMM, maybe it could be a problem.... some other opinion ?
-
Hi,
That sounds a bit like reverse logic. Can you explain your application work flow ?