diff Ui_MainWindow.ui @ 41:9fa1e33b67da

use Qt resources for window icons
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 14 May 2010 08:04:54 +0200
parents c858aab71e5b
children 6e5219e05625
line wrap: on
line diff
--- a/Ui_MainWindow.ui	Fri May 14 07:05:02 2010 +0200
+++ b/Ui_MainWindow.ui	Fri May 14 08:04:54 2010 +0200
@@ -14,8 +14,8 @@
    <string>Feedworm</string>
   </property>
   <property name="windowIcon">
-   <iconset>
-    <normaloff>../../../.designer/backup/worm.png</normaloff>../../../.designer/backup/worm.png</iconset>
+   <iconset resource="Feedworm.qrc">
+    <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset>
   </property>
   <widget class="QWidget" name="centralwidget">
    <layout class="QGridLayout" name="gridLayout">
@@ -161,7 +161,9 @@
    <header>QtWebKit/QWebView</header>
   </customwidget>
  </customwidgets>
- <resources/>
+ <resources>
+  <include location="Feedworm.qrc"/>
+ </resources>
  <connections>
   <connection>
    <sender>actionQuit</sender>