Device Emulation (contd.) - Added icons for the DeviceGroup actions
This commit is contained in:
parent
c3fe9b0334
commit
f33bd38e7b
@ -107,21 +107,32 @@
|
||||
</item>
|
||||
</layout>
|
||||
<action name="actionNewDeviceGroup" >
|
||||
<property name="icon" >
|
||||
<iconset resource="ostinato.qrc" >:/icons/devicegroup_add.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>New Device Group</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDeleteDeviceGroup" >
|
||||
<property name="icon" >
|
||||
<iconset resource="ostinato.qrc" >:/icons/devicegroup_delete.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Delete Device Group</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEditDeviceGroup" >
|
||||
<property name="icon" >
|
||||
<iconset resource="ostinato.qrc" >:/icons/devicegroup_edit.png</iconset>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Edit Device Group</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="ostinato.qrc" />
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
BIN
client/icons/devicegroup_add.png
Normal file
BIN
client/icons/devicegroup_add.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 729 B |
BIN
client/icons/devicegroup_delete.png
Normal file
BIN
client/icons/devicegroup_delete.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 745 B |
BIN
client/icons/devicegroup_edit.png
Normal file
BIN
client/icons/devicegroup_edit.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 775 B |
@ -15,6 +15,9 @@
|
||||
<file>icons/control_stop.png</file>
|
||||
<file>icons/deco_exclusive.png</file>
|
||||
<file>icons/delete.png</file>
|
||||
<file>icons/devicegroup_add.png</file>
|
||||
<file>icons/devicegroup_delete.png</file>
|
||||
<file>icons/devicegroup_edit.png</file>
|
||||
<file>icons/exit.png</file>
|
||||
<file>icons/gaps.png</file>
|
||||
<file>icons/logo.png</file>
|
||||
|
Loading…
Reference in New Issue
Block a user