Mercurial > hg > Feedworm
comparison Ui_Preferences.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 | db35ab7753f0 |
comparison
equal
deleted
inserted
replaced
40:c858aab71e5b | 41:9fa1e33b67da |
---|---|
12 </property> | 12 </property> |
13 <property name="windowTitle"> | 13 <property name="windowTitle"> |
14 <string>Preferences</string> | 14 <string>Preferences</string> |
15 </property> | 15 </property> |
16 <property name="windowIcon"> | 16 <property name="windowIcon"> |
17 <iconset> | 17 <iconset resource="Feedworm.qrc"> |
18 <normaloff>worm.png</normaloff>worm.png</iconset> | 18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> |
19 </property> | 19 </property> |
20 <widget class="QDialogButtonBox" name="buttonBox"> | 20 <widget class="QDialogButtonBox" name="buttonBox"> |
21 <property name="geometry"> | 21 <property name="geometry"> |
22 <rect> | 22 <rect> |
23 <x>30</x> | 23 <x>30</x> |
45 <property name="text"> | 45 <property name="text"> |
46 <string>Start maximized</string> | 46 <string>Start maximized</string> |
47 </property> | 47 </property> |
48 </widget> | 48 </widget> |
49 </widget> | 49 </widget> |
50 <resources/> | 50 <resources> |
51 <include location="Feedworm.qrc"/> | |
52 </resources> | |
51 <connections> | 53 <connections> |
52 <connection> | 54 <connection> |
53 <sender>buttonBox</sender> | 55 <sender>buttonBox</sender> |
54 <signal>accepted()</signal> | 56 <signal>accepted()</signal> |
55 <receiver>Preferences</receiver> | 57 <receiver>Preferences</receiver> |