Sat, 25 Jun 2022 17:55:41 +0200
Compatibility fixes for rope >= 1.2.0.
<ui version="4.0" > <class>InlineArgumentDefaultDialog</class> <widget class="QDialog" name="InlineArgumentDefaultDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>350</width> <height>400</height> </rect> </property> <property name="windowTitle" > <string>Inline Argument Default</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QVBoxLayout" > <property name="spacing" > <number>6</number> </property> <property name="leftMargin" > <number>6</number> </property> <property name="topMargin" > <number>6</number> </property> <property name="rightMargin" > <number>6</number> </property> <property name="bottomMargin" > <number>6</number> </property> <item> <widget class="QLabel" name="label" > <property name="text" > <string>Choose which to inline:</string> </property> </widget> </item> <item> <widget class="QListWidget" name="parameterList" /> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>parameterList</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>InlineArgumentDefaultDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>295</x> <y>384</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>