Refined the web browser sync assistant dialog.

Sat, 18 Feb 2012 12:05:46 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 18 Feb 2012 12:05:46 +0100
changeset 1628
52cf35f6b26a
parent 1627
f3280c6a04ba
child 1630
11f82569dddb

Refined the web browser sync assistant dialog.

Helpviewer/Sync/SyncAssistantDialog.py file | annotate | diff | comparison | revisions
Helpviewer/Sync/SyncDataPage.ui file | annotate | diff | comparison | revisions
Helpviewer/Sync/SyncFtpSettingsPage.ui file | annotate | diff | comparison | revisions
Helpviewer/Sync/SyncHostTypePage.ui file | annotate | diff | comparison | revisions
icons/default/eric256.png file | annotate | diff | comparison | revisions
icons/default/ericWeb48.png file | annotate | diff | comparison | revisions
--- a/Helpviewer/Sync/SyncAssistantDialog.py	Fri Feb 17 19:41:56 2012 +0100
+++ b/Helpviewer/Sync/SyncAssistantDialog.py	Sat Feb 18 12:05:46 2012 +0100
@@ -37,5 +37,7 @@
         self.setPage(SyncGlobals.PageCheck, SyncCheckPage(self))
         
         self.setPixmap(QWizard.LogoPixmap, UI.PixmapCache.getPixmap("ericWeb48.png"))
+        self.setPixmap(QWizard.WatermarkPixmap, UI.PixmapCache.getPixmap("eric256.png"))
+        self.setPixmap(QWizard.BackgroundPixmap, UI.PixmapCache.getPixmap("eric256.png"))
         
-        self.resize(600, 400)
+        self.setMinimumSize(650, 450)
--- a/Helpviewer/Sync/SyncDataPage.ui	Fri Feb 17 19:41:56 2012 +0100
+++ b/Helpviewer/Sync/SyncDataPage.ui	Sat Feb 18 12:05:46 2012 +0100
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>400</width>
-    <height>300</height>
+    <width>650</width>
+    <height>400</height>
    </rect>
   </property>
   <property name="title">
--- a/Helpviewer/Sync/SyncFtpSettingsPage.ui	Fri Feb 17 19:41:56 2012 +0100
+++ b/Helpviewer/Sync/SyncFtpSettingsPage.ui	Sat Feb 18 12:05:46 2012 +0100
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>400</width>
-    <height>300</height>
+    <width>650</width>
+    <height>400</height>
    </rect>
   </property>
   <property name="title">
--- a/Helpviewer/Sync/SyncHostTypePage.ui	Fri Feb 17 19:41:56 2012 +0100
+++ b/Helpviewer/Sync/SyncHostTypePage.ui	Sat Feb 18 12:05:46 2012 +0100
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>400</width>
-    <height>300</height>
+    <width>650</width>
+    <height>400</height>
    </rect>
   </property>
   <property name="title">
Binary file icons/default/eric256.png has changed
Binary file icons/default/ericWeb48.png has changed

eric ide

mercurial