Skip to content

Commit

Permalink
Set clipboard text to experiment info
Browse files Browse the repository at this point in the history
See also: #240
  • Loading branch information
BECATRUE committed Jan 10, 2024
1 parent 410769e commit f1bace5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iquip/apps/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def copyExperimentInfo(self):
return
row = index.row()
info = self.schedulerFrame.scheduleModel.experimentInfo(row)
QGuiApplication.clipboard().setText(info)

def setDeleteActions(self):
"""Sets experiment deletion actions in schedulerFrame.scheduleView."""
Expand Down

0 comments on commit f1bace5

Please sign in to comment.