File: resources.qrc

package info (click to toggle)
qgis 2.18.28%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,007,948 kB
  • sloc: cpp: 671,774; python: 158,539; xml: 35,690; ansic: 8,346; sh: 1,766; perl: 1,669; sql: 999; yacc: 836; lex: 461; makefile: 292
file content (33 lines) | stat: -rw-r--r-- 1,391 bytes parent folder | download | duplicates (3)
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
31
32
33
<RCC>
  <qresource prefix="/db_manager">
    <file>icons/layer_line.png</file>
    <file>icons/sql.gif</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>icons/view_materialized.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>
    <file alias="delete">icons/toolbar/action_delete.png</file>
  </qresource>
</RCC>