mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04:00
Commands: added new button
This commit is contained in:
Binary file not shown.
+15
-1
@@ -628,6 +628,20 @@
|
||||
<property name="bottomMargin">
|
||||
<number>6</number>
|
||||
</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>
|
||||
<widget class="QToolButton" name="commandEdit">
|
||||
<property name="toolTip">
|
||||
@@ -698,7 +712,7 @@
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="toolButton">
|
||||
<widget class="QToolButton" name="commandDelete">
|
||||
<property name="toolTip">
|
||||
<string>Delete selected command</string>
|
||||
</property>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 735 B |
@@ -84,5 +84,6 @@
|
||||
<file>filter_highpass.png</file>
|
||||
<file>edit.png</file>
|
||||
<file>listing.png</file>
|
||||
<file>create.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Reference in New Issue
Block a user