Mercurial > hg > Feedworm
comparison Ui_FeedSettings.ui @ 51:8eee0e671696
set our custom window icon on all dialogs
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 18 May 2010 02:32:33 +0200 |
parents | 6e5219e05625 |
children | 6bc6899f3330 |
comparison
equal
deleted
inserted
replaced
50:4b0d686493fb | 51:8eee0e671696 |
---|---|
10 <height>300</height> | 10 <height>300</height> |
11 </rect> | 11 </rect> |
12 </property> | 12 </property> |
13 <property name="windowTitle"> | 13 <property name="windowTitle"> |
14 <string>Dialog</string> | 14 <string>Dialog</string> |
15 </property> | |
16 <property name="windowIcon"> | |
17 <iconset resource="Feedworm.qrc"> | |
18 <normaloff>:/newPrefix/worm.png</normaloff>:/newPrefix/worm.png</iconset> | |
15 </property> | 19 </property> |
16 <widget class="QDialogButtonBox" name="buttonBox"> | 20 <widget class="QDialogButtonBox" name="buttonBox"> |
17 <property name="geometry"> | 21 <property name="geometry"> |
18 <rect> | 22 <rect> |
19 <x>30</x> | 23 <x>30</x> |
41 <property name="text"> | 45 <property name="text"> |
42 <string>load article's url instead of displaying summary</string> | 46 <string>load article's url instead of displaying summary</string> |
43 </property> | 47 </property> |
44 </widget> | 48 </widget> |
45 </widget> | 49 </widget> |
46 <resources/> | 50 <resources> |
51 <include location="Feedworm.qrc"/> | |
52 </resources> | |
47 <connections> | 53 <connections> |
48 <connection> | 54 <connection> |
49 <sender>buttonBox</sender> | 55 <sender>buttonBox</sender> |
50 <signal>accepted()</signal> | 56 <signal>accepted()</signal> |
51 <receiver>FeedSettings</receiver> | 57 <receiver>FeedSettings</receiver> |