Ignore:
Timestamp:
May 2, 2010, 11:59:26 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
8b0661d1ee
Parents:
94cd045fad
git-author:
Oleksii Serdiuk <contacts@…> (05/02/10 23:59:26)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:43)
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
  • src/3rdparty/qttoolbardialog-2.2_1-opensource/src/qttoolbardialog.qrc

    r94cd045fad r7bb19df196  
    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.