Enable word wrap for long lines

Make all text except contributor names translatable
This commit is contained in:
Janek Bevendorff 2018-02-17 19:26:20 +01:00
parent 7713a7b750
commit d36e9875c5

View File

@ -147,6 +147,13 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>Project Maintainers:</string>
</property>
</widget>
</item>
<item> <item>
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4">
<property name="sizePolicy"> <property name="sizePolicy">
@ -156,15 +163,23 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string notr="true">&lt;p&gt;Project Maintainers:&lt;/p&gt; <string notr="true">&lt;ul&gt;
&lt;ul&gt;
&lt;li&gt;droidmonkey&lt;/li&gt; &lt;li&gt;droidmonkey&lt;/li&gt;
&lt;li&gt;phoerious&lt;/li&gt; &lt;li&gt;phoerious&lt;/li&gt;
&lt;li&gt;TheZ3ro&lt;/li&gt; &lt;li&gt;TheZ3ro&lt;/li&gt;
&lt;li&gt;louib&lt;/li&gt; &lt;li&gt;louib&lt;/li&gt;
&lt;li&gt;weslly&lt;/li&gt; &lt;li&gt;weslly&lt;/li&gt;
&lt;/ul&gt; &lt;/ul&gt;</string>
&lt;p&gt;Special thanks from the KeePassXC team go to debfx for creating the original KeePassX.&lt;/&gt;</string> </property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_7">
<property name="text">
<string>Special thanks from the KeePassXC team go to debfx for creating the original KeePassX.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
@ -198,8 +213,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>423</width> <width>449</width>
<height>816</height> <height>803</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_5"> <layout class="QVBoxLayout" name="verticalLayout_5">