MikeTheWatchGuy
e4c03575e8
Merge pull request #934 from mborus/patch-1
...
[Qt] Fix: Show tray message without defining an icon
2018-12-15 13:48:36 -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
mborus
ed654aae17
Fix: Show tray message without defining an icon
...
Calling self.TrayIcon.showMessage without an icon file gives this error (at least on Windows7 64bit / python3.7.1 64bit)
TypeError: 'PySide2.QtWidgets.QSystemTrayIcon.showMessage' called with wrong argument types:
PySide2.QtWidgets.QSystemTrayIcon.showMessage(str, str, int)
Supported signatures:
PySide2.QtWidgets.QSystemTrayIcon.showMessage(unicode, unicode, PySide2.QtWidgets.QSystemTrayIcon.MessageIcon = QSystemTrayIcon.Information, int = 10000)
PySide2.QtWidgets.QSystemTrayIcon.showMessage(unicode, unicode, PySide2.QtGui.QIcon, int = 10000)
Passing an empty QIcon() fixes the problem for me.
2018-12-15 11:34:57 +01: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
MikeTheWatchGuy
4ebae442f7
Added more style sheet code that fixes scrollbar issues with multiline, tree, table, listbox, combo
2018-12-09 21:18:36 -05:00
MikeTheWatchGuy
ffc3998dc7
0.22.0
2018-12-09 19:37:44 -05:00
MikeTheWatchGuy
bb7ffa2a48
Table - num_rows now works, fixed scrollbars in combo, Window.Enable/.Disable,
2018-12-09 19:01:42 -05:00
MikeTheWatchGuy
7fa5fe659e
Window Move and Minimize
2018-12-09 15:45:59 -05:00
MikeTheWatchGuy
44bd104cb7
Progress meters - vertical, colors, border width (was only horizonal with system colors)
2018-12-09 15:14:05 -05:00
MikeTheWatchGuy
7a4c820c7f
Resizable parameter on Windows now works. Defaults to resizable
2018-12-09 13:47:46 -05:00
MikeTheWatchGuy
e5ca622088
0.20.0 rel notes
2018-12-09 13:39:40 -05:00
MikeTheWatchGuy
e6f8dd05b5
Get method for Spin
2018-12-09 13:39:27 -05:00
MikeTheWatchGuy
a56691d8f5
Pretty big doc update
2018-12-09 13:28:38 -05:00
MikeTheWatchGuy
5ced9df9f9
Set scrollbar width for Listbox, Table to 12 px, removed global variable used to hold "master" window / app, Table.Update - Dummy num_rows parm to maintain compat with tkinter
2018-12-08 17:11:24 -05:00
MikeTheWatchGuy
724c457283
Window.CurrentLocation() completed
2018-12-08 12:57:47 -05:00
MikeTheWatchGuy
539e6973b3
Release 0.20.0
2018-12-06 14:00:50 -05:00
MikeTheWatchGuy
1a08f8e073
Size convert abstraction. Better sizing for multiline, color chooser can now target it's button, ability to set default error button color
2018-12-06 11:43:45 -05:00
MikeTheWatchGuy
61cc6d76f0
size_px parmeter added evertywhere
2018-12-05 22:28:31 -05:00
MikeTheWatchGuy
7a2500ca10
Combo - can now set default value
2018-12-05 19:45:40 -05:00
MikeTheWatchGuy
1e5f68561b
Tab colors! (Finally)
2018-12-05 19:39:36 -05:00
MikeTheWatchGuy
8a8134fd48
Support for file based button images, new method Button.SetFocus()
2018-12-05 11:26:23 -05:00
MikeTheWatchGuy
345aabc824
Color Chooser button - hooked up Qt Color Chooser Dialog
2018-12-04 19:40:44 -05:00
MikeTheWatchGuy
3a41ef000d
Fix for cut off character, adds 5 pixels to width of all windows. VISIBLE parm added to all elements!
2018-12-04 18:06:21 -05:00
MikeTheWatchGuy
ce7ac6f930
Window.Size property, new visible parameter for columns. Experimental stuff
2018-12-03 19:16:49 -05:00
MikeTheWatchGuy
55387cfb3a
Save Last Message and Last Title shown in system tray
2018-12-02 19:09:08 -05:00
MikeTheWatchGuy
a59dca250d
Added ability to set padding on Frame and Tab elements, set border width for Frames
2018-12-02 12:33:15 -05:00
MikeTheWatchGuy
10095347c9
Background, text, and font settings in UPDATE for - Combobox, Listbox, Radio buttons, checkbox, spinner, multiline, output. Ability to get screen dim early
2018-12-01 22:35:50 -05:00
MikeTheWatchGuy
7c48fd709b
Ability to update background color, text color, font for input element
2018-12-01 21:40:24 -05:00
MikeTheWatchGuy
579377e748
readonly/editable support for Combobox. Autocomplete feature for Qt Combobox
2018-12-01 16:44:25 -05:00
MikeTheWatchGuy
8abca2ea6e
Set Selection support in Input.Update. Detecting ENTER key in auto complete demo
2018-12-01 16:05:40 -05:00
MikeTheWatchGuy
153c9a1b92
Added Listbox.Update(set_to_index) and Input.Update(select)
2018-12-01 15:25:06 -05:00
MikeTheWatchGuy
ccb50eb430
Better constant definitions
2018-11-30 11:09:20 -05:00
MikeTheWatchGuy
ee929e4fe9
Launches programs like chrome. Note - will need to modify the paths
2018-11-30 10:47:57 -05:00