mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Added tooltip
This commit is contained in:
parent
0f090f059c
commit
12f415a639
1 changed files with 4 additions and 0 deletions
|
|
@ -208,6 +208,10 @@ class PushToContextSelectWindow(QtWidgets.QWidget):
|
|||
show_detail_btn.setToolTip(
|
||||
"Show error detail dialog to copy full error."
|
||||
)
|
||||
original_names_checkbox.setToolTip(
|
||||
"Required for multi copy, doesn't allow changes in folder or "
|
||||
"variant values."
|
||||
)
|
||||
|
||||
overlay_close_btn = QtWidgets.QPushButton(
|
||||
"Close", overlay_btns_widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue