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

@@ -70,7 +70,6 @@ private slots:
void currentItemChanged(const QModelIndex &);
void okButtonClicked();
void updateOkButton();
private:
Core::IWizard *currentWizard() const;