Mon, 07 Nov 2022 17:19:58 +0100
Corrected/acknowledged some bad import style and removed some obsolete code.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ManageDictionariesDialog</class> <widget class="QDialog" name="ManageDictionariesDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>676</width> <height>653</height> </rect> </property> <property name="windowTitle"> <string>Spell Check Dictionaries</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Installation Location:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="locationComboBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the location for the dictionaries installation</string> </property> </widget> </item> </layout> </item> <item> <widget class="QListWidget" name="dictionariesList"> <property name="toolTip"> <string>Shows the list of available dictionaries</string> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::ExtendedSelection</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QProgressBar" name="downloadProgress"> <property name="toolTip"> <string>Shows the progress of the current download</string> </property> <property name="value"> <number>0</number> </property> </widget> </item> <item> <widget class="QLabel" name="statusLabel"> <property name="text"> <string/> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Dictionaries URL:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="dictionariesUrlEdit"> <property name="toolTip"> <string>Shows the dictionaries URL</string> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="dictionariesUrlEditButton"> <property name="toolTip"> <string>Press to edit the dictionaries URL</string> </property> <property name="text"> <string>Edit URL</string> </property> <property name="checkable"> <bool>true</bool> </property> </widget> </item> </layout> </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> <tabstops> <tabstop>locationComboBox</tabstop> <tabstop>dictionariesList</tabstop> <tabstop>dictionariesUrlEdit</tabstop> <tabstop>dictionariesUrlEditButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>ManageDictionariesDialog</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>ManageDictionariesDialog</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>