added 'settings' icon for setting-up proxy(network connection)
authorpavelpa <pavelpa@localhost>
Mon, 1 Feb 2010 12:37:08 +0000 (12:37 +0000)
committerpavelpa <pavelpa@localhost>
Mon, 1 Feb 2010 12:37:08 +0000 (12:37 +0000)
src/gui/importschedulewidget.ui
src/icons.qrc
src/icons/settings.png [new file with mode: 0644]

index a961055238a7e573d626a2cc5e1439b69c314330..4c76ed219204b00f68dc2f061004d93cbe96386b 100644 (file)
@@ -5,7 +5,7 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>662</width>
+    <width>671</width>
     <height>66</height>
    </rect>
   </property>
        <property name="text" >
         <string>...</string>
        </property>
+       <property name="icon" >
+        <iconset resource="../icons.qrc" >
+         <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset>
+       </property>
        <property name="autoRaise" >
         <bool>true</bool>
        </property>
    </item>
   </layout>
  </widget>
- <resources/>
+ <resources>
+  <include location="../icons.qrc" />
+ </resources>
  <connections/>
 </ui>
index 4e14857d08cead233c4772224c56f92e3944c911..0e64f06c8091fe0747756d09850854651bd887fa 100644 (file)
@@ -12,5 +12,6 @@
         <file>icons/exclamation.png</file>
         <file>icons/info.png</file>
         <file>icons/search.png</file>
+        <file>icons/settings.png</file>
     </qresource>
 </RCC>
diff --git a/src/icons/settings.png b/src/icons/settings.png
new file mode 100644 (file)
index 0000000..bc255ef
Binary files /dev/null and b/src/icons/settings.png differ