diff -r 000000000000 -r de9c2efb9d02 Preferences/ProgramsDialog.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Preferences/ProgramsDialog.ui Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,84 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>ProgramsDialog</class> + <widget class="QDialog" name="ProgramsDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>700</width> + <height>570</height> + </rect> + </property> + <property name="windowTitle"> + <string>External Programs</string> + </property> + <layout class="QVBoxLayout"> + <item> + <widget class="QTreeWidget" name="programsList"> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + <column> + <property name="text"> + <string>Path</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Close</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>ProgramsDialog</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>155</x> + <y>546</y> + </hint> + <hint type="destinationlabel"> + <x>123</x> + <y>505</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>ProgramsDialog</receiver> + <slot>close()</slot> + <hints> + <hint type="sourcelabel"> + <x>253</x> + <y>552</y> + </hint> + <hint type="destinationlabel"> + <x>207</x> + <y>505</y> + </hint> + </hints> + </connection> + </connections> +</ui>