Skip to content

Commit

Permalink
Add Tool tip
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshith111 committed Sep 30, 2022
1 parent 1b5bd8b commit 6904979
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qtmainui.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ def __init__(self, parent=None):
self.ui.mins_60.installEventFilter(self)
self.ui.manual_mode.installEventFilter(self)
self.ui.direct_mode.installEventFilter(self)
self.ui.extend_btn.setToolTip("Extend the time by the time you have set")
self.ui.extend_btn.setToolTip(
"Extend the time by the time you have set")
self.ui.mode.setToolTip(
"Should manually choose the mode (Default: Direct mode)")
self.ui.timeout_box.setToolTip(
Expand Down

0 comments on commit 6904979

Please sign in to comment.