Wed, 13 Jul 2022 15:34:50 +0200
Revisions <no_multi_processing, Variables Viewer, with_python2> closed.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>FeedsManager</class> <widget class="QDialog" name="FeedsManager"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>750</width> <height>500</height> </rect> </property> <property name="windowTitle"> <string>Feeds Manager</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTreeWidget" name="feedsTree"> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="allColumnsShowFocus"> <bool>true</bool> </property> <property name="wordWrap"> <bool>true</bool> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string>News</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="reloadAllButton"> <property name="toolTip"> <string>Press to reload all feeds</string> </property> <property name="text"> <string>Reload &All</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="reloadButton"> <property name="toolTip"> <string>Press to reload the selected feed</string> </property> <property name="text"> <string>&Reload</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="editButton"> <property name="toolTip"> <string>Press to edit the selected feed</string> </property> <property name="text"> <string>&Edit Feed</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="deleteButton"> <property name="toolTip"> <string>Press to delete the selected feed</string> </property> <property name="text"> <string>&Delete Feed</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </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>feedsTree</tabstop> <tabstop>reloadAllButton</tabstop> <tabstop>reloadButton</tabstop> <tabstop>editButton</tabstop> <tabstop>deleteButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>FeedsManager</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>FeedsManager</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>