Remove the ProfileWidget from mainwindow.ui

It is now in mainwindo.cpp

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-02-09 19:51:31 -02:00 committed by Dirk Hohndel
parent 2992d78f83
commit 6b038c2a9a
21 changed files with 50 additions and 38 deletions

View file

@ -27,13 +27,6 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="ProfileWidget">
<layout class="QGridLayout" name="profileInnerLayout">
<item row="0" column="0" rowspan="3">
<widget class="ProfileWidget2" name="newProfile"/>
</item>
</layout>
</widget>
</widget>
<widget class="QSplitter" name="bottomSplitter">
<property name="orientation">
@ -804,11 +797,6 @@ p, li { white-space: pre-wrap; }
<header>kmessagewidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ProfileWidget2</class>
<extends>QGraphicsView</extends>
<header>qt-ui/profile/profilewidget2.h</header>
</customwidget>
<customwidget>
<class>PlannerSettingsWidget</class>
<extends>QWidget</extends>