Fix broken keyboard navigation in the new file/project dialog

* Enabled proper keyboard navigation
* Skip header items when using arrow keys
* Fixed a static pixmap warning

Task-number: QTCREATORBUG-1237

Reviewed-by: Daniel Molkentin
This commit is contained in:
Jens Bache-Wiig
2010-04-20 19:07:36 +02:00
parent e00464d2b4
commit fa2d2717a9
4 changed files with 71 additions and 46 deletions

View File

@@ -34,6 +34,7 @@
#include <QMap>
#include <QHash>
#include <QVariant>
#include <QStyle>
namespace Utils {