From 05adf6abbac99397a2cd0c16fb64bd4ac0fd6cb2 Mon Sep 17 00:00:00 2001 From: chStaiger Date: Thu, 22 Aug 2024 20:10:02 +0200 Subject: [PATCH 1/2] 248 improve search (#252) * first round of adjustment to new search * update doc for search * ruff * pylint * Use ibridges 1.1.0 * renaming vars * ruff and lint * typo/bug --------- Co-authored-by: Staiger, Christine From ddbcf4e3ccd0c176e0f39e3acbf1abb65491efd3 Mon Sep 17 00:00:00 2001 From: chStaiger Date: Thu, 22 Aug 2024 20:12:38 +0200 Subject: [PATCH 2/2] 248 improve search (#253) * first round of adjustment to new search * update doc for search * ruff * pylint * Use ibridges 1.1.0 * renaming vars * ruff and lint * typo/bug * Update --------- Co-authored-by: Staiger, Christine --- ibridgesgui/search.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ibridgesgui/search.py b/ibridgesgui/search.py index ab90c5a8..6f574267 100644 --- a/ibridgesgui/search.py +++ b/ibridgesgui/search.py @@ -321,4 +321,5 @@ def _fetch_results(self, thread: dict): self.show_result_elements() self.results = thread["results"] self.load_results() - self.setCursor(QtGui.QCursor(QtCore.Qt.CursoreShape.ArrowCursor)) + + self.setCursor(QtGui.QCursor(QtCore.Qt.CursorShape.ArrowCursor))