DocDiff application: differences dock widget

This commit is contained in:
Jakub Melka
2021-10-03 17:16:12 +02:00
parent 5972e17146
commit a78ed9f0b3
7 changed files with 144 additions and 6 deletions

View File

@ -15,6 +15,23 @@
</property>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="infoTextLabel">
<property name="font">
<font>
<pointsize>16</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QTreeWidget" name="differencesTreeWidget">
<property name="wordWrap">