Commit Graph

52 Commits

Author SHA1 Message Date
Daniel Pizetta e9d9fb06b7 Add issue #123 on example and update files 2018-12-13 18:00:54 -02:00
Daniel Pizetta 697b77f1f0 Tool button is now transparent, needs more work yet 2018-11-12 14:59:57 -02:00
Daniel Pizetta e15148b5c9 Update resources 2018-11-08 15:04:15 -02:00
Daniel Pizetta 85b8333faa Prepare example to run with no screen 2018-11-08 15:03:25 -02:00
Daniel Pizetta 561a6f8d06 Fix names of tabs 2018-11-01 16:07:48 -03:00
Daniel Pizetta e712b30164 Add reset option and fix positions 2018-11-01 16:07:31 -03:00
Daniel Pizetta a248ae00a0 Removing unneded import importlib 2018-10-28 14:23:41 -03:00
Daniel Pizetta e3842b3792 Update example 2018-10-27 00:04:08 -03:00
Daniel Pizetta 6b68706f58 Fix stylesheet problem and update sources 2018-10-25 17:23:09 -03:00
Daniel Pizetta d909ed47f9 Add test for editing combobox #111 and link #112, fixes #109 2018-10-25 01:34:50 -03:00
Daniel Pizetta 833aa3bbc6 FIX: pyside2 support reading config 2018-10-25 00:23:13 -03:00
Daniel Pizetta 3b4551153f Refresh ui to py files, add pyside2 support 2018-10-25 00:19:43 -03:00
Daniel Pizetta da7dad84aa NEW: refreshing example 2018-10-24 15:35:49 -03:00
Daniel Pizetta 937c2496db Fix window settings for both pyside and pyqt, including travis 2018-02-21 17:27:20 -03:00
Daniel Pizetta 369e479f48 Fix Typerror for python 2.7, in window.restoreState function 2018-02-20 17:25:31 -03:00
Daniel Pizetta 2e22431915 Dividing the GUI into pieces, more easy to make changes 2018-02-20 13:15:47 -03:00
Daniel Pizetta aaeb42bfd2 Restore missing __init__ file 2018-02-07 17:16:04 -02:00
Daniel Pizetta 0ed8eb5a40 Add --test as command line option for test purposes 2018-02-07 17:01:42 -02:00
Daniel Pizetta 3ddd924245 Improves description, set default to pyqt, fix import 2018-02-07 16:32:32 -02:00
Daniel Pizetta 8d2bd8a726 Add version info in window title 2018-02-06 17:38:08 -02:00
Daniel Pizetta 4006220679 New complete example, ui files and script for processing, screenshots and update README 2018-02-06 12:17:25 -02:00
Colin Duquesnoy 8e0899eb0a Improve checkbox colors (use accent color)
and darken view hover/selected colors to play nicer with other widget colors

See #52
2017-05-13 13:18:18 +02:00
Colin Duquesnoy 15a0dfd0fc Add a QDateEdit to example 2016-11-27 13:09:49 +01:00
ColinDuquesnoy f3bf9129d3 Add style for QPushButton:checked
and update example

Fix #26
2015-06-23 21:44:34 +02:00
ColinDuquesnoy 09ad583446 Make stylesheet more modern (squash commits)
Get rid off the gradients, rework some artworks and improve QTabWidget, QScrollBar and QToolBox
2015-04-25 21:42:32 +02:00
ColinDuquesnoy 193dafae3d Make all QToolButton borders transparent
this looks better in the toolbar
2015-04-25 15:16:52 +02:00
ColinDuquesnoy 7bece50f5e Improve QToolButton stylesheet
Make border transparent (look better in toolbar). If you have a QToolButton without menu and not in a toolbar and would like to have the border, just use a popup mode different from DelayedPopup.
2015-04-25 14:47:46 +02:00
ColinDuquesnoy 8f410e68bd Recompile qrc for pyside
#23
2015-04-25 14:04:10 +02:00
ColinDuquesnoy 43ed649982 Recompile for pyside and pyqt4
#23
2015-04-25 14:03:04 +02:00
ColinDuquesnoy deb924ed99 Fix ToolButon arrow style
Fix #23
2015-04-25 13:59:46 +02:00
ColinDuquesnoy dad060581e Recompile for pyside
close #21
2015-04-22 17:42:30 +02:00
ColinDuquesnoy 7ce3ccd7e2 Fix QFrame style
and add a QFrame to the example. See #21
2015-04-22 17:25:47 +02:00
ColinDuquesnoy 9ec59b047a Recompile for PySide
Fix #18
2015-01-09 17:24:01 +01:00
ColinDuquesnoy 3f7a78ed75 Implement #17 2015-01-09 17:08:28 +01:00
ColinDuquesnoy b765f541b9 Recompile qrc for PyQt4
PR #16 did not recompile the qrc file so the fix was not visible: see #18

Also add an tristate checkbox to the example
2015-01-09 17:01:11 +01:00
ColinDuquesnoy af7ae25ffc Cleanup examples 2014-05-17 20:42:07 +02:00
ColinDuquesnoy f448346f44 Add PyQt5 support
Use load_stylesheet_pyqt5 instead of load_stylesheet
2014-05-17 20:42:07 +02:00
ColinDuquesnoy 7e625b521c Use logging instead of print 2014-05-16 23:34:59 +02:00
ColinDuquesnoy 0aba94588f Add QToolBox support
Add tool box to example, fixes #9
2014-02-25 09:17:10 +01:00
ColinDuquesnoy 93f9259fb6 Add more widgets to example (tool bar) 2014-02-20 12:08:37 +01:00
ColinDuquesnoy 5c65bcba1e #6 Add tabified dock widgets to the example
The bug can be reproduces on linux
2014-02-20 08:25:50 +01:00
ColinDuquesnoy 133f0a954c Update example with a disabled button 2014-01-30 11:17:49 +01:00
ColinDuquesnoy b0fd09d657 Add QTabWidget to example 2014-01-30 11:17:49 +01:00
Colin Duquesnoy 087db0e221 Delete example_pyqt_ui.pyc 2014-01-26 15:59:29 +01:00
ColinDuquesnoy 0e7920eb68 #4 Add a QTableWidget to the examples
and a compile script for convenience
2014-01-26 15:58:50 +01:00
ColinDuquesnoy a9f8d32608 #2 Update copyright year 2014-01-02 16:15:54 +01:00
ColinDuquesnoy 2d9f341ab6 Add travis integration to test the examples 2014-01-02 16:12:25 +01:00
ColinDuquesnoy c58336977d Add a pyqt example
(and rename the original example into example_pyqide)
2014-01-02 15:57:42 +01:00
ColinDuquesnoy 469d9afd84 #2 Switch to MIT license 2014-01-02 15:57:14 +01:00
ColinDuquesnoy 83f7860f76 Added packaging 2013-03-10 17:59:50 +01:00