Bugfixing of text layout

This commit is contained in:
Jakub Melka
2019-12-29 17:25:18 +01:00
parent 0c97e21f54
commit afbf37d068
9 changed files with 125 additions and 8 deletions

View File

@@ -89,11 +89,19 @@
</property>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuDeveloper">
<property name="title">
<string>Developer</string>
</property>
<addaction name="actionShow_Text_Blocks"/>
<addaction name="actionShow_Text_Lines"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuView"/>
<addaction name="menuGoTo"/>
<addaction name="menuTools"/>
<addaction name="menuHelp"/>
<addaction name="menuDeveloper"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
@@ -316,6 +324,22 @@
<string>Send by E-Mail</string>
</property>
</action>
<action name="actionShow_Text_Blocks">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show Text Blocks</string>
</property>
</action>
<action name="actionShow_Text_Lines">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Show Text Lines</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>