MikeTheWatchGuy
|
9d9d563477
|
Support for Window icon being filename or BASE64!
|
2019-04-04 14:38:46 -04:00 |
MikeTheWatchGuy
|
3feae16aed
|
Merge branch 'Dev-latest' of https://github.com/MikeTheWatchGuy/PySimpleGUI into Dev-latest
|
2019-04-02 11:37:22 -04:00 |
MikeTheWatchGuy
|
816a7341c5
|
New shortcut functions Button - B, Btn, Butt. InputText - I. Button Text converted to string when initialized
|
2019-04-02 11:37:16 -04:00 |
MikeTheWatchGuy
|
0ca7116a1a
|
PySimpleGUIQt/readme.md updated from https://stackedit.io/
|
2019-04-01 17:18:12 -04:00 |
MikeTheWatchGuy
|
36cb34a3ad
|
Release 0.24.0
|
2019-03-23 16:55:22 -04:00 |
MikeTheWatchGuy
|
0c24818249
|
PySimpleGUIQt/readme.md updated from https://stackedit.io/
|
2019-03-23 15:44:38 -04:00 |
MikeTheWatchGuy
|
0747441df6
|
BIG CHANGE do_not_clear defaults to TRUE now :-) Enjoy!
|
2019-03-21 08:42:56 -04:00 |
MikeTheWatchGuy
|
9497ae5e03
|
Fix for crashing when Updating a table, got KeyEventsEnabled attribute error
|
2019-03-19 18:45:56 -04:00 |
MikeTheWatchGuy
|
7a01747e43
|
Demo Tree Element initial upload
|
2019-03-19 17:21:05 -04:00 |
MikeTheWatchGuy
|
09c3403f1a
|
Fix for unable to Update Tree Element
|
2019-03-19 17:14:11 -04:00 |
MikeTheWatchGuy
|
9494a4572f
|
Demo of Tables for Qt
|
2019-03-19 11:38:49 -04:00 |
MikeTheWatchGuy
|
4131da5f6e
|
Cookbook and Readme Updates
|
2019-03-15 14:23:53 -04:00 |
MikeTheWatchGuy
|
bed651be17
|
Release 0.23.0
|
2019-03-08 10:55:28 -05:00 |
MikeTheWatchGuy
|
660ca9c330
|
Initial checkin
|
2019-02-26 09:54:36 -05:00 |
MikeTheWatchGuy
|
51ce329dea
|
Fixed for WindowFlags crassh when using the pyside2 version 5.12.1
|
2019-02-25 14:03:15 -05:00 |
MikeTheWatchGuy
|
85dfc451a9
|
OneLineProgressMeter with text updates
|
2019-02-18 20:10:21 -05:00 |
MikeTheWatchGuy
|
ef0465b3ff
|
Fix for unable to set bold and text color at same time, changed text to pixel scaling from 10,25 to 10,35
|
2019-02-01 17:45:49 -05:00 |
MikeTheWatchGuy
|
9ca72f32ed
|
Tree Element - no longer puts an entry for the Root node (mimics tkinter)
|
2019-01-11 10:39:46 -05:00 |
MikeTheWatchGuy
|
3c3523c656
|
remove print
|
2019-01-11 09:57:22 -05:00 |
MikeTheWatchGuy
|
cb33cd7701
|
Base64 logo, Event when tab changes, icon for Trees can be base64
|
2019-01-11 09:56:37 -05:00 |
MikeTheWatchGuy
|
c6967ef8ed
|
Implemented checkbox.Get() method, Correctly named output.Update method. Was not spelled correctly
|
2019-01-04 17:00:22 -05:00 |
MikeTheWatchGuy
|
3748454b7d
|
Release 3.21
|
2018-12-28 21:16:45 -05:00 |
MikeTheWatchGuy
|
5058542795
|
Window.Maximize() method
|
2018-12-28 16:26:27 -05:00 |
MikeTheWatchGuy
|
4bf42ef6b4
|
Fix for unable to set bar color in one line progress meter
|
2018-12-27 09:09:26 -05:00 |
MikeTheWatchGuy
|
d8d6423892
|
Needed to add 0px border to Graph element style. New Style class for better Style Sheets. Removed icon file exists check
|
2018-12-25 18:01:11 -05:00 |
MikeTheWatchGuy
|
8cd5c64a5e
|
Release history update
|
2018-12-18 17:41:49 -05:00 |
MikeTheWatchGuy
|
03c48e11df
|
non_blocking parm for scrolled window. New Style Sheet functions
|
2018-12-17 11:35:23 -05:00 |
MikeTheWatchGuy
|
4ca94deea7
|
Debug print no longer re-routes stdout
|
2018-12-16 11:02:56 -05:00 |
MikeTheWatchGuy
|
84c817959d
|
Removed debug print
|
2018-12-16 10:51:30 -05:00 |
MikeTheWatchGuy
|
bbe0e15be2
|
Fix for QMainWindow style problem
|
2018-12-16 10:49:37 -05:00 |
MikeTheWatchGuy
|
612ae10b75
|
Update PySimpleGUIQt.py
|
2018-12-15 13:48:54 -05:00 |
MikeTheWatchGuy
|
11c80fb755
|
Spinner - add protection against bad key being provided
|
2018-12-15 13:42:26 -05:00 |
MikeTheWatchGuy
|
39d11bb5aa
|
Changed Spinner Element from a range to a list of strings (like the tkinter version)
|
2018-12-15 13:39:23 -05:00 |
MikeTheWatchGuy
|
541e03e2f1
|
Added close button hint setting if disable close set
|
2018-12-14 23:46:18 -05:00 |
MikeTheWatchGuy
|
04771f05cf
|
New do_not_reroute_stdout parameter for Print/EasyPrint
|
2018-12-14 23:18:49 -05:00 |
MikeTheWatchGuy
|
a6d272d447
|
Maximize is also now disabled when minimize is disabled on a Window
|
2018-12-14 22:49:19 -05:00 |
MikeTheWatchGuy
|
a845a6778b
|
Window.BringToFront() implemented. Fix for element Update that uses colors
|
2018-12-14 13:32:19 -05:00 |
MikeTheWatchGuy
|
707d709841
|
Implemented the BringToFront method of Window class
|
2018-12-13 22:49:36 -05:00 |
MikeTheWatchGuy
|
f4a43b6eb5
|
New parameter - disable_minimize for Windows will disable minimize button
|
2018-12-13 21:37:28 -05:00 |
MikeTheWatchGuy
|
32b68cdd46
|
Disable close now works
|
2018-12-13 21:18:55 -05:00 |
MikeTheWatchGuy
|
51e616e004
|
3.19.2
|
2018-12-13 11:09:53 -05:00 |
MikeTheWatchGuy
|
1c5161fb56
|
MORE fixes to Combobox Style Sheets
|
2018-12-12 22:20:40 -05:00 |
MikeTheWatchGuy
|
6a20e318d4
|
New feature - Drag and Drop for Text Input field. Drop a file onto input and get the filename automatically entered
|
2018-12-12 10:07:46 -05:00 |
MikeTheWatchGuy
|
f9b249d43c
|
Release 0.21.0
|
2018-12-12 09:18:00 -05:00 |
MikeTheWatchGuy
|
3843a1656f
|
Completely rewritten OneLineProgressMeter, fix for input field triggering events when Updated, default file spec changed to * for all browse buttons, More combobox styles,
|
2018-12-12 09:17:46 -05:00 |
MikeTheWatchGuy
|
db7b49f2c3
|
release 3.18.0
|
2018-12-11 13:27:54 -05:00 |
MikeTheWatchGuy
|
68fc5f699b
|
Fixed missing '+' in the Table and Tree elements style def
|
2018-12-10 19:33:01 -05:00 |
MikeTheWatchGuy
|
4da2c050b9
|
EasyPrint no longer uses global variables... made debug window reopen if EasyPrint called after close
|
2018-12-10 18:47:01 -05:00 |
MikeTheWatchGuy
|
455e9e73d3
|
Removed EasyProgressMeter, Combobox margin change, classmethods for Windows class
|
2018-12-10 17:30:20 -05:00 |
MikeTheWatchGuy
|
3d553cd8bc
|
Release 0.22.0
|
2018-12-10 17:22:43 -05:00 |