mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-10-31 15:07:12 -04:00
Commands: added new button
This commit is contained in:
parent
28196978e2
commit
8fdb73028a
BIN
doc/img/create.xcf
Normal file
BIN
doc/img/create.xcf
Normal file
Binary file not shown.
@ -628,6 +628,20 @@
|
|||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>6</number>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
|
<item>
|
||||||
|
<widget class="QToolButton" name="commandNew">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>Create new command</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset resource="resources/res.qrc">
|
||||||
|
<normaloff>:/create.png</normaloff>:/create.png</iconset>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="commandEdit">
|
<widget class="QToolButton" name="commandEdit">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
@ -698,7 +712,7 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="toolButton">
|
<widget class="QToolButton" name="commandDelete">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Delete selected command</string>
|
<string>Delete selected command</string>
|
||||||
</property>
|
</property>
|
||||||
|
BIN
sdrgui/resources/create.png
Normal file
BIN
sdrgui/resources/create.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 735 B |
@ -84,5 +84,6 @@
|
|||||||
<file>filter_highpass.png</file>
|
<file>filter_highpass.png</file>
|
||||||
<file>edit.png</file>
|
<file>edit.png</file>
|
||||||
<file>listing.png</file>
|
<file>listing.png</file>
|
||||||
|
<file>create.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
Loading…
Reference in New Issue
Block a user