Home
last modified time | relevance | path

Searched refs:m_openParentKey (Results 1 – 4 of 4) sorted by relevance

/dports/audio/kid3-kf5/kid3-3.8.6/src/gui/forms/
H A Dconfigurabletreeview.cpp73 (!m_openParentKey.isEmpty() || !m_openCurrentKey.isEmpty())) { in keyPressEvent()
96 if (keySequence.matches(m_openParentKey) == QKeySequence::ExactMatch) { in keyPressEvent()
160 m_openParentKey = *it; in setShortcuts()
H A Dconfigurabletreeview.h169 QKeySequence m_openParentKey; variable
/dports/audio/kid3-qt5/kid3-3.8.6/src/gui/forms/
H A Dconfigurabletreeview.cpp73 (!m_openParentKey.isEmpty() || !m_openCurrentKey.isEmpty())) { in keyPressEvent()
96 if (keySequence.matches(m_openParentKey) == QKeySequence::ExactMatch) { in keyPressEvent()
160 m_openParentKey = *it; in setShortcuts()
H A Dconfigurabletreeview.h169 QKeySequence m_openParentKey; variable