Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 307 → Rev 309

/QMK-Groundstation/trunk/Forms/dlg_MotorMixer.ui
1697,6 → 1697,13
</property>
</spacer>
</item>
<item row="8" column="0">
<widget class="QPushButton" name="pb_Close">
<property name="text">
<string>Schließen</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
1705,5 → 1712,22
<resources>
<include location="../MKTool.qrc"/>
</resources>
<connections/>
<connections>
<connection>
<sender>pb_Close</sender>
<signal>clicked()</signal>
<receiver>dlg_MotorMixer_UI</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>414</x>
<y>390</y>
</hint>
<hint type="destinationlabel">
<x>234</x>
<y>206</y>
</hint>
</hints>
</connection>
</connections>
</ui>