mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
renamed search.py to search_dialog.py
This commit is contained in:
parent
4af3b1b1f9
commit
12e7f75347
2 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ from .categories import (
|
|||
ProjectWidget
|
||||
)
|
||||
from .widgets import ShadowWidget, RestartDialog
|
||||
from .search_dialog import SearchEntitiesDialog
|
||||
from openpype import style
|
||||
|
||||
from openpype.lib import is_admin_password_required
|
||||
|
|
@ -175,7 +176,6 @@ class MainWidget(QtWidgets.QWidget):
|
|||
widget = self._header_tab_widget.currentWidget()
|
||||
root_entity = widget.entity
|
||||
|
||||
from .search import SearchEntitiesDialog
|
||||
search = SearchEntitiesDialog(root_entity, parent=self)
|
||||
search.resize(700, 500)
|
||||
search.setWindowTitle("Search")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue