QSettings working now
ClosedPublic

Authored by eliakinalmeida on Mar 1 2017, 3:27 AM.

Details

Summary
  • When the scripter starts the uicontroller makes control inversion and executes a readSettings method. Of the same way, the writeSettings method works, but when the scripter is closed
  • Actions can save settings of a easy way, it's necessary just implement the writeSettings and readSettings methods
  • QDialog class created to override the closeEvent
  • QSettings is pointing to kritarc in the "scripter" group
  • Document opened is saved
  • Settings of the file menu are saved now

Fixes T4551

Ref T1625

Test Plan

None

Diff Detail

Repository
R37 Krita
Branch
eliakinalmeida/T4551-interactive-python-scripting
Lint
No Linters Available
Unit
No Unit Test Coverage
eliakinalmeida created this revision.Mar 1 2017, 3:27 AM
This revision was automatically updated to reflect the committed changes.