/usr/share/dicompyler/resources/plugin.xrc is in dicompyler 0.4~a2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 34 35 36 37 38 | <?xml version="1.0" encoding="ISO-8859-1"?>
<resource>
<object class="wxDialog" name="PluginManagerDialog" subclass="plugin.PluginManagerDialog">
<object class="wxBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<object class="wxBoxSizer">
<object class="sizeritem">
<object class="wxStaticBoxSizer">
<object class="sizeritem">
<object class="wxListCtrl" name="lcPlugins">
<size>750,200</size>
<style>wxLC_REPORT</style>
</object>
<option>1</option>
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE</flag>
</object>
<label>Installed Plugins</label>
<orient>wxVERTICAL</orient>
</object>
<option>3</option>
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE</flag>
</object>
<object class="spacer">
<size>5,5</size>
</object>
<orient>wxVERTICAL</orient>
</object>
<option>1</option>
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE</flag>
<border>3</border>
</object>
</object>
<title>Plugin Manager</title>
<centered>1</centered>
<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>
</object>
</resource>
|