Closed ceholden closed 10 years ago
When dealing with large datasets over the network, it may take a while to fetch the data. Implement a fix such that the mouse click event is disabled or ignored until the data collecting method has returned.
Optional?: add a spinning wheel, notice, etc.
http://harmattan-dev.nokia.com/docs/library/html/qt4/qprogressdialog.html
http://stackoverflow.com/questions/15095133/pyqt-qtgui-qfiledialog-getsavefilename-wont-close-after-selection
Fixed with QgsMessageBar for status & cancel added e959681662df29bc88110b488ff8007115e1d774
When dealing with large datasets over the network, it may take a while to fetch the data. Implement a fix such that the mouse click event is disabled or ignored until the data collecting method has returned.
Optional?: add a spinning wheel, notice, etc.