Android Avd Dialog: Fix what the Name validator accepts

While at it, make non acceptable chars give better feedback.

Change-Id: I080f01592b2c8cbd6580734ca3e6fd46b9491106
Task-number: QTCREATORBUG-13589
Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
Daniel Teske
2015-05-06 15:58:46 +02:00
parent 372173331c
commit 0bd0468263
4 changed files with 49 additions and 6 deletions

View File

@@ -82,6 +82,8 @@ public:
static void hide();
static bool isVisible();
static QPoint offsetFromPosition();
// Helper to 'pin' (show as real window) a tooltip shown
// using WidgetContent
static bool pinToolTip(QWidget *w, QWidget *parent);