- Timestamp:
- Oct 18, 2018 12:17:39 AM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/cloud
- Files:
-
- 2 edited
-
UICloudProfileDetailsWidget.cpp (modified) (2 diffs)
-
UICloudProfileDetailsWidget.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.cpp
r74895 r74897 63 63 m_pTableWidget->setToolTip(tr("Contains cloud profile settings")); 64 64 65 /* Translate button-box: */ 66 m_pButtonBox->button(QDialogButtonBox::Cancel)->setText(tr("Reset")); 67 m_pButtonBox->button(QDialogButtonBox::Ok)->setText(tr("Apply")); 68 m_pButtonBox->button(QDialogButtonBox::Cancel)->setShortcut(Qt::Key_Escape); 69 m_pButtonBox->button(QDialogButtonBox::Ok)->setShortcut(QString("Ctrl+Return")); 70 m_pButtonBox->button(QDialogButtonBox::Cancel)->setStatusTip(tr("Reset changes in current profile details")); 71 m_pButtonBox->button(QDialogButtonBox::Ok)->setStatusTip(tr("Apply changes in current profile details")); 72 m_pButtonBox->button(QDialogButtonBox::Cancel)-> 73 setToolTip(tr("Reset Changes (%1)").arg(m_pButtonBox->button(QDialogButtonBox::Cancel)->shortcut().toString())); 74 m_pButtonBox->button(QDialogButtonBox::Ok)-> 75 setToolTip(tr("Apply Changes (%1)").arg(m_pButtonBox->button(QDialogButtonBox::Ok)->shortcut().toString())); 76 65 77 /* Retranslate validation: */ 66 78 retranslateValidation(); … … 214 226 Q_UNUSED(pWidget); 215 227 216 /// @todo retranslate profile settings vaidation!228 /// @todo translate vaidation errors! 217 229 } 218 230 -
trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileDetailsWidget.h
r74893 r74897 74 74 return true 75 75 && (m_strName == other.m_strName) 76 && (m_data == other.m_data) 76 77 ; 77 78 }
Note:
See TracChangeset
for help on using the changeset viewer.

