aboutsummaryrefslogtreecommitdiffstats
path: root/examples/network/http.py
Commit message (Collapse)AuthorAgeFilesLines
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-211-1/+1
|
* fixed http.pyMatti Airas2010-09-021-13/+14
| | | | | | | Fix is not perfect: an empty progress dialog remains visible after the download. The same behaviour is present on PyQt as well, so deferring fixing that for now. At least it runs and the http functionality works.
* Change QtCore.QFile.fileExists to QtCore.QFile.exists and remove whitespaces ↵Hugo Lima2010-02-231-18/+18
| | | | at line ending.
* Fixes http.py and mandelbrot.pyLauro Neto2010-01-091-1/+1
| | | | | - Static methods - Implicit conversions
* Adding the pyqt ported examples (replacing xmon examples because most of ↵Douglas Soares de Andrade2009-08-191-0/+155
then did not work here)