aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmleasing/mainwindow.cpp
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2012-11-21 07:55:03 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-21 21:11:42 +0100
commitfe3aac4a4e4f5ebdcbc13050b30d2d24d5451124 (patch)
tree8b0b85a83ae47c45426d181d4d948c12fd9a4186 /tools/qmleasing/mainwindow.cpp
parent69cc8cd7acf36f1d1f73e6e30d7162bfe59c364e (diff)
Aesthetic tweaks for qmleasing UI
Add window title and shrink import button. Change-Id: Ic35b03c1b7d24fc4c3ca1dc237445474ecf3a213 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'tools/qmleasing/mainwindow.cpp')
-rw-r--r--tools/qmleasing/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmleasing/mainwindow.cpp b/tools/qmleasing/mainwindow.cpp
index 3cf6d224b9..958df47023 100644
--- a/tools/qmleasing/mainwindow.cpp
+++ b/tools/qmleasing/mainwindow.cpp
@@ -53,6 +53,7 @@
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent)
{
+ setWindowTitle("QML Easing Curve Editor");
SplineEditor *splineEditor = new SplineEditor(this);
QWidget *mainWidget = new QWidget(this);