add of shortcut for style tools
This commit is contained in:
@@ -316,8 +316,22 @@
|
||||
<string>Edit</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuFont">
|
||||
<property name="title">
|
||||
<string>Font</string>
|
||||
</property>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionFont_color"/>
|
||||
<addaction name="actionFont_2"/>
|
||||
<addaction name="actionFont_size"/>
|
||||
<addaction name="actionBold_2"/>
|
||||
<addaction name="actionItalic_2"/>
|
||||
<addaction name="actionUnderline_2"/>
|
||||
<addaction name="actionOverline_2"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
<addaction name="menuEdit"/>
|
||||
<addaction name="menuFont"/>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar"/>
|
||||
<widget class="QToolBar" name="toolBar">
|
||||
@@ -557,6 +571,50 @@
|
||||
<string>Size</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFont_color">
|
||||
<property name="text">
|
||||
<string>Font color</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFont_2">
|
||||
<property name="text">
|
||||
<string>Font</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionFont_size">
|
||||
<property name="text">
|
||||
<string>Font size</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionBold_2">
|
||||
<property name="text">
|
||||
<string>Bold</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+B</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionItalic_2">
|
||||
<property name="text">
|
||||
<string>Italic</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+I</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUnderline_2">
|
||||
<property name="text">
|
||||
<string>Underline</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+U</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionOverline_2">
|
||||
<property name="text">
|
||||
<string>Overline</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="data.qrc"/>
|
||||
|
||||
Reference in New Issue
Block a user