string update
This commit is contained in:
parent
2f4ae7a5c3
commit
a86eab43ff
6 changed files with 320 additions and 204 deletions
|
|
@ -182,10 +182,19 @@
|
|||
<property name="title">
|
||||
<string>&Profile</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuSelection_visibility">
|
||||
<property name="title">
|
||||
<string>Selection visibility</string>
|
||||
</property>
|
||||
<addaction name="action_Enable_In_game"/>
|
||||
<addaction name="action_Disable_In_game"/>
|
||||
</widget>
|
||||
<addaction name="action_Import"/>
|
||||
<addaction name="actionExport_selected"/>
|
||||
<addaction name="actionDelete_selected"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="menuSelection_visibility"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionSelect_all"/>
|
||||
<addaction name="actionDeselect_all"/>
|
||||
</widget>
|
||||
|
|
@ -316,6 +325,22 @@
|
|||
<string>Ctrl+G</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Enable_In_game">
|
||||
<property name="text">
|
||||
<string>Show In-gam&e</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Shift+E</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_Disable_In_game">
|
||||
<property name="text">
|
||||
<string>Hid&e In-game</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Shift+D</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue