Skip to content

Commit c7bf00c

Browse files
authored
Update README.md
1 parent eec1be1 commit c7bf00c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ https://docs.krita.org/en/user_manual/python_scripting/install_custom_python_plu
2222
**Inspector** - Lets you browse/search the PyQt5 tree and also view all the properties (including inherited ones).
2323
With quick access to QT5 docs, parent traversing, code generation (code generation is primitive at this point but will improve with time), and show location of widget(when holding the button).
2424

25+
***Event/Signal Viewer*** - Ability to monitor signals and events and inject code into them. Just select the object in question in Inspector and press the "Event and Signal Viewer/Debugger" button. (Beta)
26+
27+
2528
**Console** - A more basic version of scripter made for mostly quick tests or actions. Enter will execute the code (Use shift+enter for new lines if needed)
2629

2730
You can also bind console to your favorite text editor and send the code from the text editor directly to console.

0 commit comments

Comments
 (0)