Commands: added new button

pull/127/head
f4exb 2018-01-03 12:35:28 +01:00
rodzic 28196978e2
commit 8fdb73028a
4 zmienionych plików z 16 dodań i 1 usunięć

BIN
doc/img/create.xcf 100644

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -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

Wyświetl plik

@ -84,5 +84,6 @@
<file>filter_highpass.png</file>
<file>edit.png</file>
<file>listing.png</file>
<file>create.png</file>
</qresource>
</RCC>