Skip to content

Commit

Permalink
add QR/barcode functionality for hostname field too
Browse files Browse the repository at this point in the history
  • Loading branch information
schorschii committed Aug 7, 2024
1 parent e374c2b commit 26fca72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions laps-client/laps_client/laps_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def InitUI(self):
gridLine += 1
self.txtSearchComputer = QLineEdit()
self.txtSearchComputer.returnPressed.connect(self.OnReturnSearch)
self.txtSearchComputer.contextMenuEvent = partial(self.OnContextMenu, self.txtSearchComputer)
grid.addWidget(self.txtSearchComputer, gridLine, 0)
self.btnSearchComputer = QPushButton('Search')
self.btnSearchComputer.clicked.connect(self.OnClickSearch)
Expand Down

0 comments on commit 26fca72

Please sign in to comment.