Mon, 28 Dec 2009 16:03:33 +0000
Started porting eric4 to Python3
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OpenSearchEditDialog</class> <widget class="QDialog" name="OpenSearchEditDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>690</width> <height>218</height> </rect> </property> <property name="windowTitle"> <string>Edit search engine 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"> <widget class="QLabel" name="label_2"> <property name="text"> <string>&Name:</string> </property> <property name="buddy"> <cstring>nameEdit</cstring> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="nameEdit"> <property name="focusPolicy"> <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> <string>Shows the name of the search engine</string> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>&Description:</string> </property> <property name="buddy"> <cstring>descriptionEdit</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="descriptionEdit"> <property name="toolTip"> <string>Enter a description</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>&Image URL:</string> </property> <property name="buddy"> <cstring>imageEdit</cstring> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="imageEdit"> <property name="toolTip"> <string>Enter the URL of the image</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>&Search URL Template:</string> </property> <property name="buddy"> <cstring>searchEdit</cstring> </property> </widget> </item> <item> <widget class="QLineEdit" name="searchEdit"> <property name="toolTip"> <string>Enter the template of the search URL</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>Su&ggestions URL Template:</string> </property> <property name="buddy"> <cstring>suggestionsEdit</cstring> </property> </widget> </item> <item> <widget class="QLineEdit" name="suggestionsEdit"> <property name="toolTip"> <string>Enter the template of the suggestions URL</string> </property> </widget> </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>nameEdit</tabstop> <tabstop>descriptionEdit</tabstop> <tabstop>imageEdit</tabstop> <tabstop>searchEdit</tabstop> <tabstop>suggestionsEdit</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>OpenSearchEditDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>222</x> <y>232</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>246</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>OpenSearchEditDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>290</x> <y>238</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>246</y> </hint> </hints> </connection> </connections> </ui>