kopia lustrzana https://github.com/f4exb/sdrangel
Commands: added new button
rodzic
28196978e2
commit
8fdb73028a
Plik binarny nie jest wyświetlany.
|
@ -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>
|
||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 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>
|
||||
|
|
Ładowanie…
Reference in New Issue