aroberge / easygui_qt

Inspired by easygui, designed for PyQt
BSD 3-Clause "New" or "Revised" License
60 stars 18 forks source link

Add optional argument handling to _launch_widget.py #12

Closed aroberge closed 9 years ago

aroberge commented 9 years ago

_launch_widget.py is a "private" file in the demos subdirectory; it is executed as a subprocess by launcher.py to demonstrate what the various gui components are capable of doing. It might be very useful to be able to pass "arbitrary" arguments to it, arguments that could then be used in the function call.

aroberge commented 9 years ago

Done. However, arguments have to be passed as strings which is a limitation of calls to subprocesses.