new branch

This commit is contained in:
krivoshein
2024-11-27 09:51:01 +03:00
parent ce4e3e0a95
commit b94bc4764e
53 changed files with 16860 additions and 503 deletions

View File

@@ -126,6 +126,35 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnDocTasks">
<property name="minimumSize">
<size>
<width>140</width>
<height>58</height>
</size>
</property>
<property name="text">
<string>Doc tasks</string>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/docTasks.png</normaloff>:/icons/docTasks.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>