Allow GoldenDict/Qt/GCC versions copying in About diaolg

This commit is contained in:
Tvangeste 2013-05-30 21:18:57 +02:00
parent 10d571e30d
commit c55a3bd0fc

View file

@ -63,6 +63,9 @@
<property name="text">
<string notr="true">#.#</string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextEditorInteraction</set>
</property>
</widget>
</item>
</layout>
@ -90,7 +93,10 @@
<item>
<widget class="QLabel" name="qtVersion">
<property name="text">
<string>TextLabel</string>
<string notr="true">Based on Qt #.#.# (GCC #.#, 32/64 bit)</string>
</property>
<property name="textInteractionFlags">
<set>Qt::TextEditorInteraction</set>
</property>
</widget>
</item>