mirror of
https://github.com/pythonguis/pythonguis-examples.git
synced 2025-01-27 17:02:56 +08:00
Fix image links in README.md.
This commit is contained in:
parent
e3991e7830
commit
a23fc8fdec
@ -4,7 +4,7 @@ This is an example web browser built with Python and Qt. Using the
|
||||
QtWebEngineWidgets system introduced in Qt5.6, this provides a single-window
|
||||
browsing experience with the usual controls, as well as saving and loading HTML.
|
||||
|
||||
![Browser](screenshot-browser.png)
|
||||
![Browser](screenshot-browser.jpg)
|
||||
|
||||
> If you think this example app is neat and want to learn more about
|
||||
PyQt in general, [take a look at my ebook & online course
|
||||
|
@ -5,7 +5,7 @@ browsing! Go back and forward! Print! Save files! Get help!
|
||||
(you’ll need it). Any similarity to other browsers is entirely
|
||||
coincidental.
|
||||
|
||||
![Browser tabbed](screenshot-browser-tabbed.png)
|
||||
![Browser tabbed](screenshot-browser-tabbed.jpg)
|
||||
|
||||
> If you think this example app is neat and want to learn more about
|
||||
PyQt in general, [take a look at my ebook & online course
|
||||
|
@ -3,7 +3,7 @@
|
||||
Get your daily weather and 15hr forecast. Data is provided by the free
|
||||
weather and forecast API from https://openweathermap.org/
|
||||
|
||||
![Weather](screenshot-weather.png)
|
||||
![Weather](screenshot-weather.jpg)
|
||||
|
||||
> If you think this example app is neat and want to learn more about
|
||||
PyQt in general, [take a look at my ebook & online course
|
||||
|
Loading…
x
Reference in New Issue
Block a user