Skip to content

Commit

Permalink
ENH: Add --develop command line option
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtJacobson committed Jan 25, 2020
1 parent cd35d22 commit e5c58ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions qtpyvcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
--qt-api=(pyqt5 | pyqt | pyside2 | pyside)
Specify the Qt Python binding to use.
--perfmon Monitor and log system performance.
--develop Development mode. Enables live reloading of QSS styles.
--command_line_args <args>...
Additional args passed to the QtApplication.
Expand Down
1 change: 1 addition & 0 deletions qtpyvcp/utilities/opt_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
--qt-api=(pyqt5 | pyqt | pyside2 | pyside)
Specify the Qt Python binding to use.
--perfmon Monitor and log system performance.
--develop Development mode. Enables live reloading of QSS styles.
--command_line_args <args>...
Additional args passed to the QtApplication.
Expand Down

0 comments on commit e5c58ee

Please # to comment.