mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
Allow GoldenDict/Qt/GCC versions copying in About diaolg
This commit is contained in:
parent
10d571e30d
commit
c55a3bd0fc
8
about.ui
8
about.ui
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue