PartDesign: exit selection mode when closing a MultiTrasnform subtask and small space improvements

This commit is contained in:
logari81 2012-09-15 10:12:33 +02:00
parent 4679a10d5c
commit e7f3b07115
2 changed files with 10 additions and 15 deletions

View File

@ -153,6 +153,7 @@ void TaskMultiTransformParameters::onSelectionChanged(const Gui::SelectionChange
void TaskMultiTransformParameters::closeSubTask()
{
if (subTask) {
exitSelectionMode();
disconnect(ui->checkBoxUpdateView, 0, subTask, 0);
delete subTask;
subTask = NULL;

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>225</width>
<height>559</height>
<height>182</height>
</rect>
</property>
<property name="windowTitle">
@ -36,7 +36,14 @@
</widget>
</item>
<item>
<widget class="QListWidget" name="listTransformFeatures"/>
<widget class="QListWidget" name="listTransformFeatures">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>80</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBoxUpdateView">
@ -48,19 +55,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>