--- a/eric6/Helpviewer/HelpLanguagesDialog.ui Sat Sep 07 14:45:27 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,127 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>HelpLanguagesDialog</class> - <widget class="QDialog" name="HelpLanguagesDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>400</width> - <height>300</height> - </rect> - </property> - <property name="windowTitle"> - <string>Languages</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Languages in order of preference:</string> - </property> - </widget> - </item> - <item row="1" column="0" rowspan="4"> - <widget class="QListView" name="languagesList"/> - </item> - <item row="1" column="1"> - <widget class="QPushButton" name="upButton"> - <property name="text"> - <string>&Up</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QPushButton" name="downButton"> - <property name="text"> - <string>&Down</string> - </property> - </widget> - </item> - <item row="3" column="1"> - <widget class="QPushButton" name="removeButton"> - <property name="text"> - <string>&Remove</string> - </property> - </widget> - </item> - <item row="4" column="1"> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>77</height> - </size> - </property> - </spacer> - </item> - <item row="5" column="0"> - <widget class="QComboBox" name="addCombo"/> - </item> - <item row="5" column="1"> - <widget class="QPushButton" name="addButton"> - <property name="text"> - <string>&Add</string> - </property> - </widget> - </item> - <item row="6" column="0" colspan="2"> - <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>languagesList</tabstop> - <tabstop>upButton</tabstop> - <tabstop>downButton</tabstop> - <tabstop>removeButton</tabstop> - <tabstop>addCombo</tabstop> - <tabstop>addButton</tabstop> - <tabstop>buttonBox</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>HelpLanguagesDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel"> - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>HelpLanguagesDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui>