Skip to content

Commit 205e7b2

Browse files
committed
Release 0.35.0
1 parent d77f660 commit 205e7b2

2 files changed

Lines changed: 26 additions & 16 deletions

File tree

PySimpleGUIQt/PySimpleGUIQt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/python3
2-
version = __version__ = "0.34.0.4 Unreleased - Added element_justification parm to Column Frame Tab Window, fix for Multiline.get, MultilineOutput.get, Radio.update can clear all radio buttons by usetting any in the group to False, expanded Table element to handle header color andatustyling according to theme, fixed frame background color bug"
2+
version = __version__ = "0.35.0 Released 6-Jun-2020"
33

44
port = 'PySimpleGUIQt'
55

PySimpleGUIQt/readme.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
2-
3-
4-
5-
6-
7-
8-
9-
1+
102
![pysimplegui_logo](https://user-images.githubusercontent.com/13696193/43165867-fe02e3b2-8f62-11e8-9fd0-cc7c86b11772.png)
113

124
[![Downloads](http://pepy.tech/badge/pysimpleguiqt)](http://pepy.tech/project/pysimplegui)
@@ -19,10 +11,7 @@
1911
PySimpleGUIQt on PyPI...
2012

2113
[![PyPI Version](https://img.shields.io/pypi/v/pysimpleguiqt.svg?style=for-the-badge)](https://pypi.org/project/pysimpleguiqt/)
22-
23-
24-
25-
14+
2615
2716
# PySimpleGUIQt
2817

@@ -123,7 +112,7 @@ PySide2 or PyQt5 (experimental)
123112

124113
For the primary PySimpleGUI documentation go to http://www.PySimpleGUI.org. HOWEVER, bear in mind that is the tkinter version. But it's the best documentation for the package at the moment. Docstrings are coming to this Qt Release, but it's going to take some time to get them done. When they are, then this readme will also be fabulous.s
125114

126-
### FEATURE COMPLETE!
115+
### FEATURE COMPLETE! (Sorta... all elements are available)
127116
All of the major features are DONE. They may not have all of their options working, but they can be added to your windows. It's been an amazing week to get here.
128117

129118
I hope you enjoy this ALPHA release! Please post a screenshot on the GitHub site. There is an Issue where users have been posting their applications. It's a place for you to show-off and a place for others to learn from your designs. Your window does not have to be complex.... all GUIs, no matter how simple, are something we can learn from.
@@ -819,9 +808,29 @@ This time for REAL added the constants. I don't know how to changes got lost bu
819808
* EVENT_TIMEOUT and TIMEOUT_EVENT
820809

821810

811+
## 0.35.0 PySimpleGUIQt 6-Jun-2020
812+
813+
Element justification within Window and Containers! Finally a unified justification
822814

815+
* When any Radio element is updated to be False, the entire GROUP is reset so nothing is selected
816+
* Fixed Multiline.get so that it correctly returns the value, was always returning None
817+
* Fixed MultilineOutput.get so that it correctly returns the value, was always returning None
818+
* Notes say I fixed a Frame Element background color bug but I don't see where / how
819+
* element_jutification added so that all elements inside these will be justified accordingly.
820+
* For PySimpleGUIQt only, the default is "float" which sets nothing. Buttons will stretch across the window as result
821+
* Valid values are 'l', 'r', 'c'. You can spell it out, but only first letter is used.
822+
* Window
823+
* Frame
824+
* Column
825+
* Tab
826+
* Table Element addition
827+
* Header background color
828+
* Header text color
829+
* Header Font (not yet hooked up)
830+
823831

824832
# Design
833+
825834
## Author
826835

827836
The PySimpleGUI Organization
@@ -830,8 +839,9 @@ PySimpleGUI.org
830839
# Demo Code Contributors
831840

832841
# License
842+
833843
GNU Lesser General Public License (LGPL 3) +
834844

835-
Copytight 2018, 2019 PySimpleGUI
845+
Copytight 2018, 2019, 2020 PySimpleGUI
836846

837847
# Acknowledgments

0 commit comments

Comments
 (0)