0000818: [PATCH] added new page to Customize dialog for space navigator

This commit is contained in:
wmayer
2012-08-30 11:31:46 +02:00
parent 549f4dfa26
commit 57b633f21f
17 changed files with 1080 additions and 17 deletions

View File

@@ -525,7 +525,7 @@ DlgCustomizeSpaceball::DlgCustomizeSpaceball(QWidget *parent)
: CustomizeActionPage(parent), buttonView(0), buttonModel(0),
commandView(0), commandModel(0), clearButton(0), printReference(0)
{
this->setWindowTitle(tr("Spaceball"));
this->setWindowTitle(tr("Spaceball Buttons"));
GUIApplicationNativeEventAware *app = qobject_cast<GUIApplicationNativeEventAware *>(QApplication::instance());
if (!app)
return;