pythonguis-examples icon indicating copy to clipboard operation
pythonguis-examples copied to clipboard

Demo desktop apps built with Python & Qt. With examples for PyQt6, PySide6, PyQt5 & PySide2

Results 30 pythonguis-examples issues
Sort by recently updated
recently updated
newest added

Added double semicolons where needed #typofix

Rewrote save_file and made a new function (save_html) to accommodate the new asnyc toHtml function.

Have added some styling for the text-box to enter url.

https://github.com/mfitzp/15-minute-apps/blob/b99eb330310fe7302ead39473ef0d34cccb3d12d/browser/browser.py#L168 ![image](https://user-images.githubusercontent.com/12871143/36659804-acd9387c-1b10-11e8-8178-f18c6ca51748.png) OS: win10 x64 Python: 3.5.4 x64 PyQt: 5.10.0

Tried to run these projects, discovered PyQtWebEngine needed to be installed to get them going.

This is to address issue #7. By creating a callback that generates a new browser window and assigning it to `MainWindow.browser.createWindow`, the browser is able to open new windows with...

Added tab Title/ tooltip support change. Noticed this missing and got this working on mine with the above mods and figured I'd share this upstream. Thanks for the awesome examples...

There is a small typo in wordprocessor/wordprocessor.py. Should read `necessary` rather than `neccessary`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md