aboutsummaryrefslogtreecommitdiffstats
path: root/examples/network
Commit message (Collapse)AuthorAgeFilesLines
* Port example rcc files to use byte literalsFriedemann Kleint2016-09-191-3/+44
| | | | | | | | | Prefix data by b as if regenerated for Python 3. This works with Python 2 as well. Task-number: PYSIDE-328 Change-Id: I1145a53450d5f69b955c3014aa057106a5d644a4 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Port some PyQt examples to PySide2Friedemann Kleint2016-08-052-130/+181
| | | | | Change-Id: I26f78376503647cd26c3a6862e4509bdda3eca53 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Port examplesFriedemann Kleint2016-07-132-30/+112
| | | | | | | | | Adapt to Qt 5 and fix license. Done-with: Alexandru Croitor <alexandru.croitor@qt.io> Change-Id: I08fece5bbb9350ddb2e6a5cd3f9c603a9f8d44fd Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* change all scripts to respect the new PySide2 module name.Christian Tismer2015-09-2111-11/+11
|
* Renamed PyQt occurrences to PySide on README.Marcelo Lira2010-11-231-7/+7
|
* merged threadedfortuneserver.py from PyQtMatti Airas2010-09-101-41/+52
|
* merged loopback.py from PyQtMatti Airas2010-09-101-69/+57
|
* merged fortuneserver.py from PyQtMatti Airas2010-09-101-28/+37
|
* merged fortuneclient.py from PyQtMatti Airas2010-09-101-75/+77
|
* merged broadcastsender.py from PyQtMatti Airas2010-09-101-25/+25
|
* merged broadcastreceiver.py from PyQtMatti Airas2010-09-101-21/+29
|
* merged blockingfortuneclient.py from PyQtMatti Airas2010-09-101-72/+65
|
* fixed readme demo locationMatti Airas2010-09-101-1/+1
|
* merged http.py from PyQtMatti Airas2010-09-101-54/+47
|
* merged ftp.py from PyQtMatti Airas2010-09-101-127/+175
|
* fixed examples/network/http/http.pyMatti Airas2010-09-021-16/+20
|
* fixed ftp.pyMatti Airas2010-09-021-20/+21
| | | | | The fix has the same issue as http.py - the progress dialog remains visible (but empty) after the download.
* 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.
* fixed loopback.pyMatti Airas2010-09-021-8/+8
|
* fixed blockingfortuneclient.pyMatti Airas2010-09-021-8/+7
|
* fixed threadedfortuneserver.pyMatti Airas2010-09-021-14/+15
|
* fixed fortuneclient.pyMatti Airas2010-09-021-6/+5
|
* fixed fortuneserver.pyMatti Airas2010-09-021-14/+15
|
* Fixing static methodsLauro Neto2010-04-301-2/+2
|
* Fix qtnetwork ftp example (QFile::fileExists -> QFile::exists)Hugo Lima2010-02-231-1/+2
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Fix syntax error (missing parenteses)Hugo Lima2010-02-231-1/+1
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Change QtCore.QFile.fileExists to QtCore.QFile.exists and remove whitespaces ↵Hugo Lima2010-02-231-18/+18
| | | | at line ending.
* Fixing examplesLauro Neto2010-01-212-17/+32
| | | | | | | | | | | - Import and signal connection - parent() override now calls QObject.parent - Fixed multiple inheritance - Static method usage - implicit conversions - use QUiLoader instead of uic Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Fixes http.py and mandelbrot.pyLauro Neto2010-01-091-1/+1
| | | | | - Static methods - Implicit conversions
* Remove binary python filesChris Hills2009-08-211-0/+0
|
* pushing pyqplayerAhmed Youssef2009-08-201-0/+0
|
* Adding the pyqt ported examples (replacing xmon examples because most of ↵Douglas Soares de Andrade2009-08-1911-435/+641
| | | | then did not work here)
* InitAhmed Youssef2009-08-1915-0/+1426