Obsolete Members for QKeyCombination

QKeyCombination 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共函数

(deprecated) int operator int() const

相关非成员

(deprecated) QKeyCombination operator+(Qt::Key key, Qt::KeyboardModifier modifier)
(deprecated) QKeyCombination operator+(Qt::Key key, Qt::KeyboardModifiers modifiers)
(deprecated) QKeyCombination operator+(Qt::Key key, Qt::Modifier modifier)
(deprecated) QKeyCombination operator+(Qt::Key key, Qt::Modifiers modifiers)
(deprecated) QKeyCombination operator+(Qt::KeyboardModifier modifier, Qt::Key key)
(deprecated) QKeyCombination operator+(Qt::KeyboardModifiers modifiers, Qt::Key key)
(deprecated) QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key)
(deprecated) QKeyCombination operator+(Qt::Modifiers modifiers, Qt::Key key)

成员函数文档

[constexpr noexcept, deprecated] int QKeyCombination::operator int() const

该函数已被弃用。我们强烈建议不要在新代码中使用它。

请使用toCombined() 代替。

相关非会员

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::Key key, Qt::KeyboardModifier modifier)

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::Key key, Qt::Modifier modifier)

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::KeyboardModifier modifier, Qt::Key key)

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::Modifier modifier, Qt::Key key)

该函数已被弃用。我们强烈建议不要在新代码中使用它。

请使用 operator| 代替。

返回QKeyCombination 对象,表示key 与修饰符modifier 的组合。

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::Key key, Qt::KeyboardModifiers modifiers)

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::Key key, Qt::Modifiers modifiers)

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::KeyboardModifiers modifiers, Qt::Key key)

[constexpr noexcept, deprecated] QKeyCombination operator+(Qt::Modifiers modifiers, Qt::Key key)

该函数已被弃用。我们强烈建议不要在新代码中使用它。

请使用 operator| 代替。

返回QKeyCombination 对象,表示key 与修改器modifiers 的组合。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.