Commit graph

72 commits

Author SHA1 Message Date
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
b051b2645e Menu update capability for ButtonMenu element 2018-11-29 19:36:35 -05:00
MikeTheWatchGuy
830485da5a Syntax error 2018-11-29 12:53:05 -05:00
MikeTheWatchGuy
ff93dd92e7 New enable_events parm, Combobox update, Listbox update, Radio enable/disable, Menu updates! 2018-11-29 11:48:43 -05:00
MikeTheWatchGuy
21c3dd83f0 Added ability to disable menu items. Place '!' in front of menu item to disable. 2018-11-27 18:56:16 -05:00
MikeTheWatchGuy
d1bc2a4b78 Added click_submits option for Image Elements 2018-11-27 16:50:33 -05:00
MikeTheWatchGuy
f8a3d6dad2 GetScreenDimensions for Windows 2018-11-27 14:26:36 -05:00
MikeTheWatchGuy
0c651c186c Release 0.18.0 Qt 2018-11-26 23:05:07 -05:00
MikeTheWatchGuy
22316651ad Tooltips for all Elements, Menu separators 2018-11-26 08:09:45 -05:00
MikeTheWatchGuy
59f468f67b Tray icon definitions 2018-11-25 21:50:06 -05:00
MikeTheWatchGuy
efb66aa33d Window Hide and UnHide methods 2018-11-25 18:51:57 -05:00
MikeTheWatchGuy
0f302ef5a0 Oooopss!! Terrible change made reads fail. fixed.. Also removed text from Progress bar 2018-11-25 18:30:41 -05:00
MikeTheWatchGuy
adb34a6371 Release 0.16.0 2018-11-25 16:30:59 -05:00
MikeTheWatchGuy
ddfae6131a New ICON_ACTIVATED event for Tray Icon, better Tray/Window interaction management 2018-11-25 16:08:48 -05:00
MikeTheWatchGuy
2f29ada293 Double click detection for SystemTray. Returned as an event 2018-11-25 15:28:22 -05:00
MikeTheWatchGuy
bca3fd18ee Message clicked events returned 2018-11-25 11:47:12 -05:00
MikeTheWatchGuy
cd1327e1e2 Tool tip support for SystemTray... very nice 2018-11-25 11:33:02 -05:00
MikeTheWatchGuy
522cfa0aaf More element padding... works better with Window padding values now, Issue watcher app update 2018-11-25 10:07:17 -05:00
MikeTheWatchGuy
a2e44da1c9 Menu keys! 2018-11-25 08:47:38 -05:00
MikeTheWatchGuy
8dacad01d1 More SystemTray support 2018-11-24 21:07:37 -05:00
MikeTheWatchGuy
f67c5a8a47 Support for windows in conjunction with System Tray Icon feature 2018-11-24 19:53:06 -05:00
MikeTheWatchGuy
4318df99e4 Bug in menu setup 2018-11-24 19:24:23 -05:00
MikeTheWatchGuy
ba3dcbf9b4 NEW System Tray feature!! 2018-11-24 18:59:49 -05:00
MikeTheWatchGuy
05b1043758 Border depth support, Refresh of demo programs, 2018-11-24 17:52:31 -05:00
MikeTheWatchGuy
623002b523 Qt 0.14.0 2018-11-24 08:21:14 -05:00
MikeTheWatchGuy
e3790e2529 Fixed window sizing problems. Fixed popup sizing (was too big) 2018-11-23 16:49:36 -05:00
MikeTheWatchGuy
af60a978c7 NEW ELEMENT - Button Menu! Tick mark location for Slider using Reliefs, Correct (TIGHT) padding for elements, 2018-11-23 15:27:51 -05:00
MikeTheWatchGuy
6876b4359a Expanded font capabilities. Underline, italic, bold, etc. Fix for bad return values for PopupGetFile. Better field sizing, password char support 2018-11-22 15:48:08 -05:00
MikeTheWatchGuy
4733988a15 InputText password char, another mult-window fix 2018-11-22 11:30:40 -05:00
MikeTheWatchGuy
327c48d428 0.13.0 2018-11-22 08:01:04 -05:00
MikeTheWatchGuy
d62b1980d9 Fix for falsely generating a timeout event on reads (more multiwindow code), 2018-11-21 19:52:59 -05:00
MikeTheWatchGuy
40820576d7 Support for InputText focus set and get. Default text works correctly now, Frame styles for Text Elements (sunken, etc), DEMO touch keyboard 2018-11-21 18:20:01 -05:00
MikeTheWatchGuy
0098c8873e Support for filetypes and initial folder for PopupGetFile, PopupGetFolder and the Browse buttons 2018-11-21 15:15:12 -05:00
MikeTheWatchGuy
3fad4cb7ef Fix for combobox number of visible items. 2018-11-21 12:32:49 -05:00
MikeTheWatchGuy
ef36a16cbb More changes for multiple windows. New QT Demo program - GitHub scraper, fix for titles in PopupNoWait 2018-11-21 10:27:40 -05:00
MikeTheWatchGuy
0763fcf254 0.12.0, restructure folders, multi-window design patterns 2018-11-20 12:43:05 -05:00