Aesthetic tweaks for qmleasing UI
authorAlan Alpert <aalpert@rim.com>
Wed, 21 Nov 2012 15:55:03 +0000 (07:55 -0800)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 21 Nov 2012 20:11:42 +0000 (21:11 +0100)
Add window title and shrink import button.

Change-Id: Ic35b03c1b7d24fc4c3ca1dc237445474ecf3a213
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
tools/qmleasing/mainwindow.cpp
tools/qmleasing/properties.ui

index 3cf6d22..958df47 100644 (file)
@@ -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);
index ea28df3..149fa4f 100644 (file)
      </property>
     </widget>
    </item>
-   <item row="4" column="0" colspan="3">
+   <item row="4" column="1" colspan="2">
     <widget class="QPushButton" name="importButton">
      <property name="text">
       <string>Import AfterEffects Curve</string>