forked from qt-creator/qt-creator
ProjectWindow: Make kit activation easier
Add a [+] icon for inactive kit entries, add a "Click to activate" to the tool tip, and allow single click activation. Change-Id: I1219eb54b4e3a077ef133afaf71134bb35e14fb7 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/styledbar.h>
|
||||
#include <utils/treemodel.h>
|
||||
#include <utils/basetreeview.h>
|
||||
|
||||
#include <QApplication>
|
||||
#include <QComboBox>
|
||||
@@ -430,7 +431,7 @@ public:
|
||||
// SelectorTree
|
||||
//
|
||||
|
||||
class SelectorTree : public NavigationTreeView
|
||||
class SelectorTree : public BaseTreeView
|
||||
{
|
||||
public:
|
||||
SelectorTree()
|
||||
|
||||
Reference in New Issue
Block a user