pgLab/resources.qrc
Eelke Klein 6370050204 Introduced the MasterController as part of working on loading catalogue information.
Need a central piece to manage the catalogue data per database to prevent loading
this multiple times. MasterController is now also used to enable reopening the
connection manager from a query window after the connection manager has been closed.
2017-02-01 18:01:02 +01:00

21 lines
815 B
Text

<RCC>
<qresource prefix="/">
<file>icons/server_add.png</file>
<file>icons/server_delete.png</file>
<file>icons/server_go.png</file>
<file>icons/script_delete.png</file>
<file>icons/script_go.png</file>
<file>icons/folder.png</file>
<file>icons/script_save.png</file>
<file>icons/lightbulb.png</file>
<file>icons/table_save.png</file>
<file>icons/page_white_add.png</file>
<file>icons/page_white_delete.png</file>
<file>icons/lightbulb_off.png</file>
<file>icons/information.png</file>
<file>icons/16x16/document_green.png</file>
<file>icons/16x16/document_red.png</file>
<file>icons/16x16/document_yellow.png</file>
<file>icons/backups.png</file>
</qresource>
</RCC>