Changeset 8c4d4f7 in confclerk_git
- Timestamp:
- 02/01/10 13:37:08 (13 years ago)
- Branches:
- master, qt5
- Children:
- 6831c6a
- Parents:
- 5d22816
- Location:
- src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/importschedulewidget.ui
r5d22816 r8c4d4f7 6 6 <x>0</x> 7 7 <y>0</y> 8 <width>6 62</width>8 <width>671</width> 9 9 <height>66</height> 10 10 </rect> … … 73 73 <string>...</string> 74 74 </property> 75 <property name="icon" > 76 <iconset resource="../icons.qrc" > 77 <normaloff>:/icons/settings.png</normaloff>:/icons/settings.png</iconset> 78 </property> 75 79 <property name="autoRaise" > 76 80 <bool>true</bool> … … 118 122 </layout> 119 123 </widget> 120 <resources/> 124 <resources> 125 <include location="../icons.qrc" /> 126 </resources> 121 127 <connections/> 122 128 </ui> -
src/icons.qrc
r5d22816 r8c4d4f7 13 13 <file>icons/info.png</file> 14 14 <file>icons/search.png</file> 15 <file>icons/settings.png</file> 15 16 </qresource> 16 17 </RCC>
Note: See TracChangeset
for help on using the changeset viewer.