--- a/Helpviewer/DownloadDialog.ui Fri Jan 08 19:14:19 2010 +0000 +++ b/Helpviewer/DownloadDialog.ui Sat Jan 09 19:43:36 2010 +0000 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>DownloadDialog</class> - <widget class="QWidget" name="DownloadDialog" > - <property name="geometry" > + <widget class="QWidget" name="DownloadDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,34 +10,34 @@ <height>148</height> </rect> </property> - <property name="windowTitle" > - <string>Eric4 Download</string> + <property name="windowTitle"> + <string>Eric5 Download</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2" > + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <layout class="QHBoxLayout" name="horizontalLayout" > + <layout class="QHBoxLayout" name="horizontalLayout"> <item> - <widget class="QLabel" name="fileIcon" > - <property name="text" > + <widget class="QLabel" name="fileIcon"> + <property name="text"> <string>Icon</string> </property> </widget> </item> <item> - <layout class="QVBoxLayout" name="verticalLayout" > + <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QLabel" name="filenameLabel" > - <property name="text" > + <widget class="QLabel" name="filenameLabel"> + <property name="text"> <string>Filename</string> </property> </widget> </item> <item> - <widget class="QProgressBar" name="progressBar" /> + <widget class="QProgressBar" name="progressBar"/> </item> <item> - <widget class="QLabel" name="infoLabel" > - <property name="text" > + <widget class="QLabel" name="infoLabel"> + <property name="text"> <string>Info</string> </property> </widget> @@ -46,18 +47,18 @@ </layout> </item> <item> - <widget class="QCheckBox" name="keepOpenCheckBox" > - <property name="toolTip" > + <widget class="QCheckBox" name="keepOpenCheckBox"> + <property name="toolTip"> <string>Select to keep the dialog open when finished</string> </property> - <property name="text" > + <property name="text"> <string>Keep open when finished</string> </property> </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="standardButtons" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> <set>QDialogButtonBox::Close|QDialogButtonBox::Open</set> </property> </widget>