refactor listViewFocusController acoording to focusControl
This commit is contained in:
parent
2266702a0b
commit
7670d9dace
2 changed files with 5 additions and 90 deletions
|
|
@ -7,17 +7,6 @@
|
|||
#include <QSharedPointer>
|
||||
#include <QStack>
|
||||
|
||||
namespace focusControlTools
|
||||
{
|
||||
bool isEnabled(QObject *item);
|
||||
bool isFocusable(QObject *item);
|
||||
bool isMore(QObject *item1, QObject *item2);
|
||||
bool isLess(QObject *item1, QObject *item2);
|
||||
QList<QObject *> getSubChain(QObject *object);
|
||||
|
||||
void printItems(const QList<QObject *> &items, QObject *current_item);
|
||||
}
|
||||
|
||||
/*!
|
||||
* \brief The ListViewFocusController class manages the focus of elements in ListView
|
||||
* \details This class object moving focus to ListView's controls since ListView stores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue