Implement ClearAction to Scripter
ClosedPublic

Authored by eliakinalmeida on Jun 1 2017, 9:19 AM.

Details

Summary
  • Added a OutPutWidget with VLayout to support other widgets;
  • Changed OutputWidget to OutPutTextEdit;
  • OutPutTextEdit read-only;
  • Added ClearAction that access OutPutTextEdit and then call clear method when triggered;
  • Implementation to support child from TabWidget in the UIController.
  • Adjustments in the RunAction to find OutPutTextEdit(child)

Fixes T5885

Ref T1625

Test Plan

None

Diff Detail

Repository
R37 Krita
Branch
eliakincosta/T5885-kritas-scripting-showcase
Lint
No Linters Available
Unit
No Unit Test Coverage
eliakinalmeida created this revision.Jun 1 2017, 9:19 AM
woltherav accepted this revision.Dec 7 2017, 3:17 PM
This revision is now accepted and ready to land.Dec 7 2017, 3:17 PM
woltherav closed this revision.Dec 7 2017, 3:17 PM

This was pushed :)