--- a/eric6/Helpviewer/Feeds/FeedEditDialog.ui Sat Sep 07 14:45:27 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,111 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>FeedEditDialog</class> - <widget class="QDialog" name="FeedEditDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>475</width> - <height>114</height> - </rect> - </property> - <property name="windowTitle"> - <string>Edit Feed Data</string> - </property> - <property name="sizeGripEnabled"> - <bool>true</bool> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="2"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Fill title and URL of a feed:</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Feed title:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="titleEdit"> - <property name="toolTip"> - <string>Enter the title of the feed</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Feed URL:</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="urlEdit"> - <property name="toolTip"> - <string>Enter the URL of the feed</string> - </property> - </widget> - </item> - </layout> - </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>titleEdit</tabstop> - <tabstop>urlEdit</tabstop> - <tabstop>buttonBox</tabstop> - </tabstops> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>FeedEditDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>224</x> - <y>122</y> - </hint> - <hint type="destinationlabel"> - <x>157</x> - <y>143</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>FeedEditDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>292</x> - <y>128</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>143</y> - </hint> - </hints> - </connection> - </connections> -</ui>