--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RefactoringRope/ChangeSignatureDialog.ui Sun Jan 30 17:02:15 2011 +0100 @@ -0,0 +1,164 @@ +<ui version="4.0" > + <class>ChangeSignatureDialog</class> + <widget class="QDialog" name="ChangeSignatureDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>500</width> + <height>427</height> + </rect> + </property> + <property name="windowTitle" > + <string>Change Method Signature</string> + </property> + <property name="sizeGripEnabled" > + <bool>true</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout" > + <property name="spacing" > + <number>6</number> + </property> + <property name="margin" > + <number>6</number> + </property> + <item> + <layout class="QGridLayout" > + <property name="spacing" > + <number>6</number> + </property> + <item row="0" column="0" > + <widget class="QLabel" name="label" > + <property name="text" > + <string>Parameters</string> + </property> + </widget> + </item> + <item rowspan="5" row="1" column="0" > + <widget class="QListWidget" name="parameterList" /> + </item> + <item row="1" column="1" > + <widget class="QPushButton" name="upButton" > + <property name="toolTip" > + <string>Move the selected parameter up</string> + </property> + <property name="text" > + <string>Move &Up</string> + </property> + </widget> + </item> + <item row="2" column="1" > + <widget class="QPushButton" name="downButton" > + <property name="toolTip" > + <string>Move the selected parameter down</string> + </property> + <property name="text" > + <string>Move &Down</string> + </property> + </widget> + </item> + <item row="3" column="1" > + <widget class="QPushButton" name="removeButton" > + <property name="toolTip" > + <string>Remove the selected parameter</string> + </property> + <property name="text" > + <string>&Remove</string> + </property> + </widget> + </item> + <item row="4" column="1" > + <widget class="QPushButton" name="addButton" > + <property name="toolTip" > + <string>Add a new parameter</string> + </property> + <property name="text" > + <string>&Add new parameter</string> + </property> + </widget> + </item> + <item row="5" column="1" > + <spacer> + <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> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout" > + <item> + <widget class="QLabel" name="label_2" > + <property name="text" > + <string>Default &value for moved parameters:</string> + </property> + <property name="buddy" > + <cstring>autodefEdit</cstring> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="autodefEdit" > + <property name="toolTip" > + <string>Enter the default value for parameters moved after one with a default value</string> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QCheckBox" name="hierarchyCheckBox" > + <property name="text" > + <string>Do for all matching methods in class &hierarchy</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox" > + <property name="orientation" > + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons" > + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>parameterList</tabstop> + <tabstop>upButton</tabstop> + <tabstop>downButton</tabstop> + <tabstop>removeButton</tabstop> + <tabstop>addButton</tabstop> + <tabstop>autodefEdit</tabstop> + <tabstop>hierarchyCheckBox</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>ChangeSignatureDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel" > + <x>322</x> + <y>420</y> + </hint> + <hint type="destinationlabel" > + <x>286</x> + <y>274</y> + </hint> + </hints> + </connection> + </connections> +</ui>