-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replacing progress view with progress widget
- Loading branch information
1 parent
77fa511
commit 7660539
Showing
9 changed files
with
211 additions
and
345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from .legend import LegendView | ||
from .progress import ProgressView | ||
from .progress_widget import ProgressWidget | ||
from .realization import RealizationWidget | ||
from .update import UpdateWidget | ||
|
||
__all__ = ["LegendView", "ProgressView", "RealizationWidget", "UpdateWidget"] | ||
__all__ = ["ProgressWidget", "RealizationWidget", "UpdateWidget"] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.