Skip to content

Commit

Permalink
Merge pull request #667 from enthought/fix-notimplemented-qt-647
Browse files Browse the repository at this point in the history
Mention in docstrings that examples aren't implemented on qt backend
  • Loading branch information
aaronayres35 authored Aug 14, 2020
2 parents facbc9d + 00b93de commit 48c54cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion examples/explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#
# Thanks for using Enthought open source!

""" A file explorer example. """
""" A file explorer example.
Note: This demo only works on the wx backend.
"""


import os
Expand Down
4 changes: 3 additions & 1 deletion examples/multi_toolbar_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#
# Thanks for using Enthought open source!

""" Mulit-tool bar example. """
""" Mulit-tool bar example.
Note: This demo only works on the wx backend.
"""


import os, sys
Expand Down

0 comments on commit 48c54cc

Please sign in to comment.