KitwareMedical / KitwareMedical/SlicerQReads

Update Slicer

Open
#109 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
1
PR merge metrics
No merged PRs in 30d

Description

This issue documents the required API changes after updating the version of Slicer used to build this project.

_Note that the list below is likely incomplete and thorough testing of the application is always required._

### API changes

* Rename call `slicer.util.mainWindow().writeSettings()` to `slicer.util.mainWindow().restoreGUIState(True)`:
* https://github.com/KitwareMedical/SlicerQReads/issues/62
* https://github.com/KitwareMedical/SlicerQReads/commit/215006327069cb90633487a409adb710b8c472fe
* https://github.com/Slicer/Slicer/pull/5611

Contributor guide

Open the contributing guide

Research direction

Search the project for slicer.util.mainWindow().writeSettings() and inspect the Slicer version update references. Confirm the replacement with slicer.util.mainWindow().restoreGUIState(True), then perform thorough application testing as noted in the issue; the linked issue, commit, and Slicer pull request provide background.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.