-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move color_chooser, style_chooser, and filter_popup
- Loading branch information
1 parent
1829ad8
commit ff86cad
Showing
11 changed files
with
35 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
from .color_chooser import ColorBox | ||
from .filter_popup import FilterPopup | ||
from .filterable_kw_list_model import FilterableKwListModel | ||
from .plot_tool import PlotTool | ||
from .style_chooser import StyleChooser | ||
|
||
__all__ = [ | ||
"ColorBox", | ||
"FilterPopup", | ||
"FilterableKwListModel", | ||
"PlotTool", | ||
"StyleChooser", | ||
] |
File renamed without changes.
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
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
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,5 +1,6 @@ | ||
from .clearable_line_edit import ClearableLineEdit | ||
from .copy_style_to_dialog import CopyStyleToDialog | ||
from .custom_date_edit import CustomDateEdit | ||
from .filter_popup import FilterPopup | ||
|
||
__all__ = ["ClearableLineEdit", "CopyStyleToDialog", "CustomDateEdit"] | ||
__all__ = ["ClearableLineEdit", "CopyStyleToDialog", "CustomDateEdit", "FilterPopup"] |
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
9 changes: 6 additions & 3 deletions
9
...ui/tools/plot/filterable_kw_list_model.py → .../plot/widgets/filterable_kw_list_model.py
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