We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374c2b commit 26fca72Copy full SHA for 26fca72
laps-client/laps_client/laps_gui.py
@@ -337,6 +337,7 @@ def InitUI(self):
337
gridLine += 1
338
self.txtSearchComputer = QLineEdit()
339
self.txtSearchComputer.returnPressed.connect(self.OnReturnSearch)
340
+ self.txtSearchComputer.contextMenuEvent = partial(self.OnContextMenu, self.txtSearchComputer)
341
grid.addWidget(self.txtSearchComputer, gridLine, 0)
342
self.btnSearchComputer = QPushButton('Search')
343
self.btnSearchComputer.clicked.connect(self.OnClickSearch)
0 commit comments