Add icons to the start page
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Dec 2008 11:05:16 +0000 (11:05 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 10 Dec 2008 11:05:16 +0000 (11:05 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1986 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/start.ui

index c57180210d1f75ed8df9cdeaa6dc25ebeeaf5127..150e3dec001f3252cb2ab03fa72a2cf580a7a147 100644 (file)
@@ -21,7 +21,7 @@
   <widget class="QWidget" name="" >
    <property name="geometry" >
     <rect>
-     <x>210</x>
+     <x>150</x>
      <y>140</y>
      <width>361</width>
      <height>171</height>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
+        <property name="minimumSize" >
+         <size>
+          <width>64</width>
+          <height>64</height>
+         </size>
+        </property>
         <property name="text" >
          <string/>
         </property>
+        <property name="icon" >
+         <iconset resource="bertos.qrc" >
+          <normaloff>:/images/images/new.png</normaloff>:/images/images/new.png</iconset>
+        </property>
+        <property name="iconSize" >
+         <size>
+          <width>64</width>
+          <height>64</height>
+         </size>
+        </property>
        </widget>
       </item>
       <item>
        <widget class="QLabel" name="newDescription" >
         <property name="text" >
-         <string>New project</string>
+         <string>Create a new bertos project</string>
         </property>
        </widget>
       </item>
      </layout>
     </item>
+    <item>
+     <widget class="Line" name="line" >
+      <property name="orientation" >
+       <enum>Qt::Horizontal</enum>
+      </property>
+     </widget>
+    </item>
     <item>
      <layout class="QHBoxLayout" name="horizontalLayout_2" >
       <item>
           <verstretch>0</verstretch>
          </sizepolicy>
         </property>
+        <property name="minimumSize" >
+         <size>
+          <width>64</width>
+          <height>64</height>
+         </size>
+        </property>
         <property name="text" >
          <string/>
         </property>
+        <property name="icon" >
+         <iconset resource="bertos.qrc" >
+          <normaloff>:/images/images/open.png</normaloff>:/images/images/open.png</iconset>
+        </property>
+        <property name="iconSize" >
+         <size>
+          <width>64</width>
+          <height>64</height>
+         </size>
+        </property>
        </widget>
       </item>
       <item>
        <widget class="QLabel" name="editDescription" >
         <property name="text" >
-         <string>Edit Project</string>
+         <string>Edit an existent bertos project</string>
         </property>
        </widget>
       </item>
    </layout>
   </widget>
  </widget>
- <resources/>
+ <resources>
+  <include location="bertos.qrc" />
+ </resources>
  <connections/>
 </ui>