McDermott-Group / servers

Public repo that stores LabRAD servers and other non-measurement related code
0 stars 2 forks source link

Slow file dialogue in Qt #91

Closed roboguy222 closed 7 years ago

roboguy222 commented 7 years ago

The file dialogue in Qt takes around 10 seconds to open for some reason. A good example of this is pressing the select file button in the probe station code. I think it only happens on Windows. This is low priority to fix, but would be good to get taken care of for the sake of future code.

nmGit commented 7 years ago

Try using QtGui.QFileDialog.getSaveFileName in line 132 of MDataSetConfigGui. It opens immediately, but takes a few seconds to return once closed which is much less noticable.

nmGit commented 7 years ago

Is this still an issue?