File: resources.qrc

package info (click to toggle)
qgis 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 374,696 kB
  • ctags: 66,263
  • sloc: cpp: 396,139; ansic: 241,070; python: 130,609; xml: 14,884; perl: 1,290; sh: 1,287; sql: 500; yacc: 268; lex: 242; makefile: 168
file content (30 lines) | stat: -rw-r--r-- 1,355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<RCC>
    <qresource prefix="/db_manager">
        <file>icons/layer_line.png</file>
        <file>icons/layer_point.png</file>
        <file>icons/layer_polygon.png</file>
        <file>icons/layer_raster.png</file>
        <file>icons/layer_unknown.png</file>
        <file>icons/namespace.png</file>
        <file>icons/namespaces.xpm</file>
        <file>icons/table.png</file>
        <file>icons/tables.xpm</file>
        <file>icons/user.xpm</file>
        <file>icons/users.xpm</file>
        <file>icons/view.png</file>
        <file alias="warning">icons/warning-20px.png</file>
        <file>icons/plugged.png</file>
        <file>icons/unplugged.png</file>
        <file alias="icon">icons/dbmanager.png</file>
        <file>icons/about.png</file>
    </qresource>
    <qresource prefix="/db_manager/actions">
        <file alias="del_table">icons/toolbar/action_del_table.png</file>
        <file alias="edit_table">icons/toolbar/action_edit_table.png</file>
        <file alias="export">icons/toolbar/action_export.png</file>
        <file alias="import">icons/toolbar/action_import.png</file>
        <file alias="create_table">icons/toolbar/action_new_table.png</file>
        <file alias="refresh">icons/toolbar/action_refresh.png</file>
        <file alias="sql_window">icons/toolbar/action_sql_window.png</file>
    </qresource>
</RCC>