Hello every one,
i have a small problem. I am acquiring data from a serial port every 200 milli seconds and saving it into a database. I show this saved data in another display window. Every thing runs fine but when i minimize or double click on the top QDialogBox bar to minimize or maximize the dialogbox i get a interrupt in the data acquiring i miss acquiring some data from the serial port when i try to minimize or maximize the QDialogBox. I am retrieving the data in the main program and i display it in another QDialogBox i get some missing data when i minimize or maximize this QDialogBox in which i display the data in QTableView format. I checked the incoming data from the serial port with QDebug i see some data missing when i do the minimize or maximize operation on the window. What could be the problem..?? Pls help me out. !!

Thank you