Button key shortcuts added
This commit is contained in:
parent
f45ae57741
commit
9608ea88bf
1 changed files with 2 additions and 2 deletions
|
@ -183,14 +183,14 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="cmdSnapmaticExport">
|
<widget class="QPushButton" name="cmdSnapmaticExport">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Export</string>
|
<string>&Export</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="cmdSnapmaticClose">
|
<widget class="QPushButton" name="cmdSnapmaticClose">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Close</string>
|
<string>&Close</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Reference in a new issue