From: Agnibho Mondal Date: Wed, 8 Nov 2023 16:54:25 +0000 (+0530) Subject: Prescriber selection by double click. X-Git-Tag: v0.5~42 X-Git-Url: https://code.agnibho.com/repo?a=commitdiff_plain;h=8e9c04e50378d17dbdc296bcd334be6c3f3ba637;p=medscript.git Prescriber selection by double click. --- diff --git a/setting.py b/setting.py index f4aaf3c..69a285d 100644 --- a/setting.py +++ b/setting.py @@ -287,6 +287,7 @@ class SelectPrescriber(QDialog): layout=QVBoxLayout(self) self.showAll=QListWidget() + self.showAll.doubleClicked.connect(self.select) layout.addWidget(self.showAll) layout2=QHBoxLayout() btn_select=QPushButton("Select")