Commit graph

261 commits

Author SHA1 Message Date
PySimpleGUI
de4c48fea2 Window margin variable supported but tricky, margin default changed to (0,0), fix in DrawCircle, styles change for ComboBox, frame color now defaults to light gray (gainsboro), 2020-11-29 16:42:53 -05:00
PySimpleGUI
a1f5d9571d Frame with padding. Frame now has frame_color parameter. 2020-11-27 17:22:45 -05:00
PySimpleGUI
ad1cbe81e8 added get_stylesheet and set_stylesheet. Worked on Frames with little success 2020-11-02 16:18:37 -05:00
PySimpleGUI
a62b9d8f92 Renamed Styles class and member variable. QtStyle and qt_styles are now used. Added margin to elements that were missing it. 2020-11-01 15:45:31 -05:00
PySimpleGUI
63d9451cc2 Align elements on center across rows 2020-10-31 16:20:47 -04:00
PySimpleGUI
c4df53acdb Huge Styles Update. Reworked how text is wrapped in popup so that it's the same as tkinterj port. Copied over themes from tkinter port. 2020-10-31 15:37:57 -04:00
PySimpleGUI
948f25c0e1 Copied over latest themes from the tkinter port 2020-10-24 17:12:37 -04:00
PySimpleGUI
732c0bf723 Hooked up the k parameter of elements. Forgot to assign it to keys 2020-10-23 15:28:12 -04:00
PySimpleGUI
ab2984bc1d Added Window.set_title 2020-08-23 10:24:34 -04:00
PySimpleGUI
ef52d9b54f New k parm for all elements, new button color format "on", expand dummy method for portability, Multiline write_only parm, error popup for widget not finalized,cprint(need to update again however), popup removed use of older CloseButton, image added to popups, docstring fix for *args, 2020-07-18 19:52:19 -04:00
PySimpleGUI
0dd5e7900d Updated Input Element to match new border width, readonly, disabled/readonly color capabilities recently added to the tkinter port. 2020-06-27 06:47:59 -04:00
PySimpleGUI
3c0a851cd5 Automatically add keys for Tables and Trees 2020-06-23 06:51:03 -04:00
PySimpleGUI
8a86b566ef one_line_progress_meter - key parameter now defaults. No need to specify if you have only ONE meter going. 2020-06-23 06:08:13 -04:00
PySimpleGUI
1f95394a9d Added Radio.reset_group 2020-06-16 13:19:09 -04:00
PySimpleGUI
46ee5a17e9 Added VSeparator (VSeperator was a spelling error... both are available so take your pick) 2020-06-14 04:59:05 -04:00
PySimpleGUI
57ec3dee16 Added margins parameter to Window but only a dummy parameter at the moment for porting purposes. Changed Table headings docstring. 2020-06-11 17:03:16 -04:00
PySimpleGUI
1af4fdf6fb Big docstring update (thanks nngogol!!!!), slider tick interval set to be range max//10, cleaned up imports, import typing 2020-06-11 16:19:57 -04:00
PySimpleGUI
205e7b297b Release 0.35.0 2020-06-06 10:23:32 -04:00
PySimpleGUI
b33e3d9e19 Addition of header and colors to Table element. 2020-05-27 10:28:34 -04:00
PySimpleGUI
9cc087990c Radio.update - Can set value to False which will reset all choices to unchecked 2020-05-26 16:22:45 -04:00
PySimpleGUI
cdd802e2e8 Fixed Multline.get, MultilineOutput.get 2020-05-23 05:36:53 -04:00
PySimpleGUI
4c7e7ee10e Forgot to bump version.... 2020-05-15 14:43:29 -04:00
PySimpleGUI
71cc2df719 Added element_justification parameter to Window, Column, Frame, Tab just like the tkinter port has!! FINALLY! 2020-05-15 14:00:37 -04:00
PySimpleGUI
0fcccb4b33 Version 0.34.0 2020-05-10 12:24:55 -04:00
PySimpleGUI
312d425feb Release 0.33.0 2020-05-06 15:59:14 -04:00
PySimpleGUI
a58b95ab51 Addition of member variables to access row_frame and column's vbox 2020-04-29 11:55:11 -04:00
PySimpleGUI
106d8b83d9 Save the ParentRowFrame like in the tkinter port 2020-04-29 11:35:10 -04:00
PySimpleGUI
5816ebc59e Release 0.32.0 2020-04-04 10:50:43 -04:00
PySimpleGUI
305ce7529b Multiline colors fixed (broke when fixing another problem), added Multiline, MultilineOutput print method. Renamed print_to_element to be internal only 2020-03-04 19:08:24 -05:00
PySimpleGUI
8895fe7876 Typo 2020-03-03 17:58:34 -05:00
PySimpleGUI
4dc9f5c438 Multiline.update - readonly parameter addition 2020-03-03 17:55:37 -05:00
PySimpleGUI
45c58c57e8 Multiline - moved cursor to end before appending when updating and appending 2020-03-01 13:48:10 -05:00
PySimpleGUI
e01a720a5f Move cursor to end when default text added to Multline 2020-03-01 13:44:42 -05:00
PySimpleGUI
0f5182c576 Window.read with close parameter 2020-02-26 11:21:40 -05:00
PySimpleGUI
6a9dc696c0 Fix for visible being ignored when creatring Text Element 2020-02-10 10:49:49 -05:00
PySimpleGUI
0b7ca7d294 Listboix.get 2020-02-01 11:35:42 -05:00
PySimpleGUI
acef3604c2 Columns are now scrollable 2020-01-31 09:22:17 -05:00
PySimpleGUI
e5dd64ad57 Checked for autoscroll 2020-01-30 10:18:08 -05:00
PySimpleGUI
8d868523ec Multiline.update - move cursor to end if appending new data. This is the same as an "autoscroll". 2020-01-30 10:13:23 -05:00
PySimpleGUI
d83e723502 Added print_to_element 2020-01-28 09:56:42 -05:00
PySimpleGUI
4590dbc7ff Addd Image.Widget, return correct value when manual entry into ComboBox 2020-01-24 17:00:21 -05:00
PySimpleGUI
14b661648e fix for Listbox.Update not using string version of values, Graph.change_coordinates addition 2020-01-09 11:59:21 -05:00
PySimpleGUI
5404c2f91e Release 0.31.0 2019-12-24 12:58:11 -05:00
PySimpleGUI
4f7a53bbf8 Buttons are now 3D and animate (why did it take SO long to discover this problem?) 2019-12-16 11:52:24 -05:00
PySimpleGUI
4b650b556f Drag and Drop support for Multiline Input 2019-12-11 15:01:52 -05:00
PySimpleGUI
924ba36cbe Addeed background color to multiline element update 2019-12-01 15:55:13 -05:00
PySimpleGUI
e369398a9c New Demo - Custom Color Chooser 2019-11-30 15:23:03 -05:00
PySimpleGUI
a026100ef6 Better error checking and hints for bad layouts, Multi-Colored Multiline Elements!, port variable 2019-11-27 15:47:06 -05:00
PySimpleGUI
80febf4349 New demo! Using Matplotlib with PySimpleGUIQt (2 window solution) 2019-11-21 11:10:21 -05:00
PySimpleGUI
2cfd2f19b1 Update with PEP8 read call. 2019-11-19 11:25:27 -05:00