Skip to content

Commit

Permalink
Annotate graph_name
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Apr 5, 2023
1 parent 64c79d6 commit 20ab280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orangecontrib/imageanalytics/widgets/owimagegrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class OWImageGrid(widget.OWWidget):
icon = "icons/ImageGrid.svg"
priority = 160
keywords = "image grid, image, grid, similarity"
graph_name = "scene"
graph_name = "scene" # QGraphicsScene

class Inputs:
data = Input("Embeddings", Orange.data.Table, default=True)
Expand Down
2 changes: 1 addition & 1 deletion orangecontrib/imageanalytics/widgets/owimageviewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class Outputs:

imageSize = settings.Setting(100) # type: int
autoCommit = settings.Setting(True)
graph_name = "thumbnailView"
graph_name = "thumbnailView" # QWidget (QListView -> IconView)

UserAdviceMessages = [
widget.Message(
Expand Down

0 comments on commit 20ab280

Please sign in to comment.