From ebaeef97b4188bd2fa8f9c887013b046da7bc70f Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Fri, 5 Apr 2019 15:20:43 -0400 Subject: [PATCH] Relese 0.25.0 --- PySimpleGUIQt/PySimpleGUIQt.py | 2 +- PySimpleGUIQt/readme.md | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/PySimpleGUIQt/PySimpleGUIQt.py b/PySimpleGUIQt/PySimpleGUIQt.py index 113d2680..18637308 100644 --- a/PySimpleGUIQt/PySimpleGUIQt.py +++ b/PySimpleGUIQt/PySimpleGUIQt.py @@ -1316,7 +1316,7 @@ class Button(Element): :param file_types: :param initial_folder: :param disabled: - :param image_filename:f + :param image_filename: :param image_size: :param image_subsample: :param border_width: diff --git a/PySimpleGUIQt/readme.md b/PySimpleGUIQt/readme.md index 82de88f2..9fdbcbd8 100644 --- a/PySimpleGUIQt/readme.md +++ b/PySimpleGUIQt/readme.md @@ -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.2431.0-orange.svg?longCache=true&style=for-the-badge) +![Python Version](https://img.shields.io/badge/PySimpleGUIQt_For_Python_3.x_Version-00.25.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.25.0 [Announcements of Latest Developments](https://github.com/MikeTheWatchGuy/PySimpleGUI/issues/142) @@ -657,6 +657,16 @@ Dial - disable * Tree icons can now be bytes in addition to filename! (More Base64 support) +## 0.25.0 PySimpleGUIQt 5-Apr-2019 + +* Uses built-in Default Base64 Logo! (no more .ico file needed) +* New shortcuts for Elements + * I = InputText + * B = Butt = Btn = Button +* Convert user supplied button text to string just in case not a string +* Parameter `icon` in `Window` call can be Base64 byte string in addition to filename + + # Design ## Author @@ -667,7 +677,4 @@ Dial - disable # License GNU Lesser General Public License (LGPL 3) + -# Acknowledgments - \ No newline at end of file +# Acknowledgments \ No newline at end of file