Ignore:
Timestamp:
May 2, 2010, 11:59:26 PM (14 years ago)
Author:
laleppa
Message:

Finished toolbar customization feature.
It is not available on handheld devices (mainly, because the customization dialog is too big for a small screen).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.qrc

    r117 r118  
    1 <RCC version="1.0">
    2     <qresource prefix="/qttoolbardialog">
    3         <file>images/up.png</file>
    4         <file>images/down.png</file>
    5         <file>images/forward.png</file>
    6         <file>images/back.png</file>
    7         <file>images/plus.png</file>
    8         <file>images/minus.png</file>
     1<RCC>
     2    <qresource prefix="/">
     3        <file>images/icons/go-down.png</file>
     4        <file>images/icons/go-next.png</file>
     5        <file>images/icons/go-previous.png</file>
     6        <file>images/icons/list-add.png</file>
     7        <file>images/icons/list-remove.png</file>
    98    </qresource>
    109</RCC>
Note: See TracChangeset for help on using the changeset viewer.