- Timestamp:
- 06/24/11 01:01:24 (12 years ago)
- Branches:
- master, qt5
- Children:
- 59673b9
- Parents:
- 77f8bff
- Location:
- src
- Files:
-
- 2 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
src/app/main.cpp
r77f8bff rf41638e 39 39 40 40 Application a(argc, argv); 41 Application::setWindowIcon(QIcon(":/ icons/fosdem.png"));41 Application::setWindowIcon(QIcon(":/confclerk.svg")); 42 42 43 43 // needed by QDesktopServices -
src/gui/about.ui
r77f8bff rf41638e 125 125 </property> 126 126 <property name="pixmap"> 127 <pixmap resource="../ icons.qrc">:/icons/brain-alone.png</pixmap>127 <pixmap resource="../../data/data.qrc">:/confclerk.svg</pixmap> 128 128 </property> 129 129 <property name="scaledContents"> … … 159 159 <x>0</x> 160 160 <y>0</y> 161 <width>37 0</width>162 <height>5 96</height>161 <width>374</width> 162 <height>544</height> 163 163 </rect> 164 164 </property> … … 387 387 <resources> 388 388 <include location="../icons.qrc"/> 389 <include location="../../data/data.qrc"/> 389 390 </resources> 390 391 <connections> -
src/gui/alarmdialog.ui
r77f8bff rf41638e 47 47 </property> 48 48 <property name="pixmap"> 49 <pixmap resource="../icons.qrc">:/icons/fosdem.png</pixmap> 49 <pixmap resource="../../data/data.qrc">:/confclerk.svg</pixmap> 50 </property> 51 <property name="scaledContents"> 52 <bool>true</bool> 50 53 </property> 51 54 </widget> … … 157 160 <resources> 158 161 <include location="../icons.qrc"/> 162 <include location="../../data/data.qrc"/> 159 163 </resources> 160 164 <connections/> -
src/gui/conferenceeditor.ui
r77f8bff rf41638e 15 15 </property> 16 16 <property name="windowIcon"> 17 <iconset resource="../ icons.qrc">18 <normaloff>:/ icons/brain-alone.png</normaloff>:/icons/brain-alone.png</iconset>17 <iconset resource="../../data/data.qrc"> 18 <normaloff>:/confclerk.svg</normaloff>:/confclerk.svg</iconset> 19 19 </property> 20 20 <layout class="QHBoxLayout" name="horizontalLayout"> … … 342 342 <resources> 343 343 <include location="../icons.qrc"/> 344 <include location="../../data/data.qrc"/> 344 345 </resources> 345 346 <connections/> -
src/icons.qrc
r77f8bff rf41638e 4 4 <file>icons/remove.png</file> 5 5 <file>icons/reload.png</file> 6 <file>icons/fosdem.png</file>7 <file>icons/brain-alone.png</file>8 6 <file>icons/appointment-soon-off.png</file> 9 7 <file>icons/appointment-soon.png</file>
Note: See TracChangeset
for help on using the changeset viewer.