Release 0.24.0
This commit is contained in:
parent
ce50062a11
commit
36cb34a3ad
|
@ -16,7 +16,7 @@
|
|||
|
||||
![Python Version](https://img.shields.io/badge/Python-3.x-yellow.svg)
|
||||
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.231.0-orange.svg?longCache=true&style=for-the-badge)
|
||||
![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.24.0-orange.svg?longCache=true&style=for-the-badge)
|
||||
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
|||
"Qt without the ugly"
|
||||
|
||||
|
||||
## The Alpha Release Version 0.231.0
|
||||
## The Alpha Release Version 0.23.0
|
||||
[Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142)
|
||||
|
||||
|
||||
|
@ -650,6 +650,12 @@ Dial - disable
|
|||
* main for PySimpleGUIQt.py gets a nice test harness that shows lots of Elements
|
||||
|
||||
|
||||
## 0.24.0 PySimpleGUIQt
|
||||
|
||||
* do_not_clear defaults to TRUE! for Input and MultilineInput/Output
|
||||
* Key events for tables (unsure what's actually implemented)
|
||||
* Tree icons can now be bytes in addition to filename! (More Base64 support)
|
||||
|
||||
|
||||
|
||||
# Design
|
||||
|
@ -661,7 +667,4 @@ Dial - disable
|
|||
# License
|
||||
GNU Lesser General Public License (LGPL 3) +
|
||||
|
||||
# Acknowledgments
|
||||
<!--stackedit_data:
|
||||
eyJoaXN0b3J5IjpbODc0Mjg5NjA2XX0=
|
||||
-->
|
||||
# Acknowledgments
|
Loading…
Reference in New Issue