Wed, 03 Oct 2012 17:56:16 +0200
Corrected some dialogs.
--- a/E5Network/E5NetworkMonitor.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/E5Network/E5NetworkMonitor.ui Wed Oct 03 17:56:16 2012 +0200 @@ -88,6 +88,9 @@ <property name="text"> <string>&Remove</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -98,6 +101,9 @@ <property name="text"> <string>Remove &All</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -250,4 +256,4 @@ </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>
--- a/Helpviewer/Bookmarks/BookmarksDialog.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/Bookmarks/BookmarksDialog.ui Wed Oct 03 17:56:16 2012 +0200 @@ -87,6 +87,9 @@ <property name="text"> <string>&Delete</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -97,6 +100,9 @@ <property name="text"> <string>Add &Folder</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -192,4 +198,4 @@ </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>
--- a/Helpviewer/CookieJar/CookiesDialog.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/CookieJar/CookiesDialog.ui Wed Oct 03 17:56:16 2012 +0200 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>CookiesDialog</class> - <widget class="QDialog" name="CookiesDialog" > - <property name="geometry" > + <widget class="QDialog" name="CookiesDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,21 +10,21 @@ <height>350</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Cookies</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QGridLayout" name="gridLayout" > - <item row="0" column="0" colspan="4" > - <layout class="QHBoxLayout" name="horizontalLayout_2" > + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0" colspan="4"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <spacer name="horizontalSpacer" > - <property name="orientation" > + <spacer name="horizontalSpacer"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> @@ -32,23 +33,23 @@ </spacer> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout" > - <property name="spacing" > + <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="spacing"> <number>0</number> </property> <item> - <widget class="QLineEdit" name="searchEdit" > - <property name="toolTip" > + <widget class="QLineEdit" name="searchEdit"> + <property name="toolTip"> <string>Enter search term for cookies</string> </property> </widget> </item> <item> - <widget class="QToolButton" name="clearButton" > - <property name="toolTip" > + <widget class="QToolButton" name="clearButton"> + <property name="toolTip"> <string>Press to clear the search edit</string> </property> - <property name="text" > + <property name="text"> <string/> </property> </widget> @@ -57,61 +58,70 @@ </item> </layout> </item> - <item row="1" column="0" colspan="4" > - <widget class="E5TableView" name="cookiesTable" > - <property name="alternatingRowColors" > + <item row="1" column="0" colspan="4"> + <widget class="E5TableView" name="cookiesTable"> + <property name="alternatingRowColors"> <bool>true</bool> </property> - <property name="selectionBehavior" > + <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> - <property name="textElideMode" > + <property name="textElideMode"> <enum>Qt::ElideMiddle</enum> </property> - <property name="showGrid" > + <property name="showGrid"> <bool>false</bool> </property> - <property name="sortingEnabled" > + <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> - <item row="2" column="0" > - <widget class="QPushButton" name="removeButton" > - <property name="toolTip" > + <item row="2" column="0"> + <widget class="QPushButton" name="removeButton"> + <property name="toolTip"> <string>Press to remove the selected entries</string> </property> - <property name="text" > + <property name="text"> <string>&Remove</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> - <item row="2" column="1" > - <widget class="QPushButton" name="removeAllButton" > - <property name="toolTip" > + <item row="2" column="1"> + <widget class="QPushButton" name="removeAllButton"> + <property name="toolTip"> <string>Press to remove all entries</string> </property> - <property name="text" > + <property name="text"> <string>Remove &All</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> - <item row="2" column="2" > - <widget class="QPushButton" name="addButton" > - <property name="toolTip" > + <item row="2" column="2"> + <widget class="QPushButton" name="addButton"> + <property name="toolTip"> <string>Press to open the cookies exceptions dialog to add a new rule</string> </property> - <property name="text" > + <property name="text"> <string>Add R&ule...</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> - <item row="2" column="3" > - <spacer name="horizontalSpacer_2" > - <property name="orientation" > + <item row="2" column="3"> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>208</width> <height>20</height> @@ -119,12 +129,12 @@ </property> </spacer> </item> - <item row="3" column="0" colspan="4" > - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <item row="3" column="0" colspan="4"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> @@ -155,11 +165,11 @@ <receiver>CookiesDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>228</x> <y>274</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> @@ -171,11 +181,11 @@ <receiver>CookiesDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> @@ -187,15 +197,15 @@ <receiver>searchEdit</receiver> <slot>clear()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>376</x> <y>21</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>329</x> <y>23</y> </hint> </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>
--- a/Helpviewer/CookieJar/CookiesExceptionsDialog.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/CookieJar/CookiesExceptionsDialog.ui Wed Oct 03 17:56:16 2012 +0200 @@ -70,6 +70,9 @@ <property name="text"> <string>&Block</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -83,6 +86,9 @@ <property name="text"> <string>Allow For &Session</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -96,6 +102,9 @@ <property name="text"> <string>Allo&w</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> </layout> @@ -180,6 +189,9 @@ <property name="text"> <string>&Remove</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="2" column="1"> @@ -190,6 +202,9 @@ <property name="text"> <string>Remove &All</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="2" column="2"> @@ -290,4 +305,4 @@ </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>
--- a/Helpviewer/Download/DownloadManager.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/Download/DownloadManager.ui Wed Oct 03 17:56:16 2012 +0200 @@ -33,6 +33,9 @@ <property name="text"> <string>Clear List</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item>
--- a/Helpviewer/History/HistoryDialog.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/History/HistoryDialog.ui Wed Oct 03 17:56:16 2012 +0200 @@ -84,6 +84,9 @@ <property name="text"> <string>&Remove</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -94,6 +97,9 @@ <property name="text"> <string>Remove &All</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> @@ -189,4 +195,4 @@ </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>
--- a/Helpviewer/OfflineStorage/WebDatabasesDialog.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/OfflineStorage/WebDatabasesDialog.ui Wed Oct 03 17:56:16 2012 +0200 @@ -76,6 +76,9 @@ <property name="text"> <string>&Remove</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="2" column="1"> @@ -86,6 +89,9 @@ <property name="text"> <string>Remove &All</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="2" column="2">
--- a/Helpviewer/OpenSearch/OpenSearchDialog.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/OpenSearch/OpenSearchDialog.ui Wed Oct 03 17:56:16 2012 +0200 @@ -40,6 +40,9 @@ <property name="text"> <string>&Add...</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="1" column="1"> @@ -50,6 +53,9 @@ <property name="text"> <string>&Delete</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="2" column="1"> @@ -60,6 +66,9 @@ <property name="text"> <string>Edit...</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="3" column="1"> @@ -70,6 +79,9 @@ <property name="text"> <string>&Restore Defaults</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item row="4" column="1"> @@ -149,4 +161,4 @@ </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>
--- a/Helpviewer/Passwords/PasswordsDialog.ui Wed Oct 03 16:38:44 2012 +0200 +++ b/Helpviewer/Passwords/PasswordsDialog.ui Wed Oct 03 17:56:16 2012 +0200 @@ -1,7 +1,8 @@ -<ui version="4.0" > +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> <class>PasswordsDialog</class> - <widget class="QDialog" name="PasswordsDialog" > - <property name="geometry" > + <widget class="QDialog" name="PasswordsDialog"> + <property name="geometry"> <rect> <x>0</x> <y>0</y> @@ -9,21 +10,21 @@ <height>350</height> </rect> </property> - <property name="windowTitle" > + <property name="windowTitle"> <string>Saved Passwords</string> </property> - <property name="sizeGripEnabled" > + <property name="sizeGripEnabled"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout" > + <layout class="QVBoxLayout" name="verticalLayout"> <item> - <layout class="QHBoxLayout" name="horizontalLayout_2" > + <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> - <spacer name="horizontalSpacer" > - <property name="orientation" > + <spacer name="horizontalSpacer"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> @@ -32,23 +33,23 @@ </spacer> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout" > - <property name="spacing" > + <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="spacing"> <number>0</number> </property> <item> - <widget class="QLineEdit" name="searchEdit" > - <property name="toolTip" > + <widget class="QLineEdit" name="searchEdit"> + <property name="toolTip"> <string>Enter search term</string> </property> </widget> </item> <item> - <widget class="QToolButton" name="clearButton" > - <property name="toolTip" > + <widget class="QToolButton" name="clearButton"> + <property name="toolTip"> <string>Press to clear the search edit</string> </property> - <property name="text" > + <property name="text"> <string/> </property> </widget> @@ -58,52 +59,58 @@ </layout> </item> <item> - <widget class="E5TableView" name="passwordsTable" > - <property name="alternatingRowColors" > + <widget class="E5TableView" name="passwordsTable"> + <property name="alternatingRowColors"> <bool>true</bool> </property> - <property name="selectionBehavior" > + <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> - <property name="textElideMode" > + <property name="textElideMode"> <enum>Qt::ElideMiddle</enum> </property> - <property name="showGrid" > + <property name="showGrid"> <bool>false</bool> </property> - <property name="sortingEnabled" > + <property name="sortingEnabled"> <bool>true</bool> </property> </widget> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_3" > + <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> - <widget class="QPushButton" name="removeButton" > - <property name="toolTip" > + <widget class="QPushButton" name="removeButton"> + <property name="toolTip"> <string>Press to remove the selected entries</string> </property> - <property name="text" > + <property name="text"> <string>&Remove</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> - <widget class="QPushButton" name="removeAllButton" > - <property name="toolTip" > + <widget class="QPushButton" name="removeAllButton"> + <property name="toolTip"> <string>Press to remove all entries</string> </property> - <property name="text" > + <property name="text"> <string>Remove &All</string> </property> + <property name="autoDefault"> + <bool>false</bool> + </property> </widget> </item> <item> - <spacer name="horizontalSpacer_2" > - <property name="orientation" > + <spacer name="horizontalSpacer_2"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="sizeHint" stdset="0" > + <property name="sizeHint" stdset="0"> <size> <width>208</width> <height>20</height> @@ -112,11 +119,11 @@ </spacer> </item> <item> - <widget class="QPushButton" name="passwordsButton" > - <property name="toolTip" > + <widget class="QPushButton" name="passwordsButton"> + <property name="toolTip"> <string>Press to toggle the display of passwords</string> </property> - <property name="text" > + <property name="text"> <string/> </property> </widget> @@ -124,11 +131,11 @@ </layout> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox" > - <property name="orientation" > + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <property name="standardButtons" > + <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> @@ -159,11 +166,11 @@ <receiver>PasswordsDialog</receiver> <slot>accept()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>228</x> <y>274</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> @@ -175,11 +182,11 @@ <receiver>PasswordsDialog</receiver> <slot>reject()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> @@ -191,15 +198,15 @@ <receiver>searchEdit</receiver> <slot>clear()</slot> <hints> - <hint type="sourcelabel" > + <hint type="sourcelabel"> <x>376</x> <y>21</y> </hint> - <hint type="destinationlabel" > + <hint type="destinationlabel"> <x>329</x> <y>23</y> </hint> </hints> </connection> </connections> -</ui> \ No newline at end of file +</ui>