Improve appearance of about dialog

This commit is contained in:
Martchus 2019-02-17 23:38:16 +01:00
parent da00c5ada7
commit 12d6ab446e
1 changed files with 11 additions and 13 deletions

View File

@ -2,14 +2,6 @@
<ui version="4.0"> <ui version="4.0">
<class>Dialogs::AboutDialog</class> <class>Dialogs::AboutDialog</class>
<widget class="QDialog" name="Dialogs::AboutDialog"> <widget class="QDialog" name="Dialogs::AboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>43</horstretch> <horstretch>43</horstretch>
@ -18,14 +10,14 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>400</width> <width>480</width>
<height>300</height> <height>380</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>400</width> <width>480</width>
<height>300</height> <height>380</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -120,7 +112,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">font-size: 12pt;</string> <string notr="true">font-size: 16pt;</string>
</property> </property>
<property name="frameShape"> <property name="frameShape">
<enum>QFrame::NoFrame</enum> <enum>QFrame::NoFrame</enum>
@ -195,6 +187,9 @@
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks"> <property name="openExternalLinks">
<bool>true</bool> <bool>true</bool>
</property> </property>
@ -233,6 +228,9 @@
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks"> <property name="openExternalLinks">
<bool>true</bool> <bool>true</bool>
</property> </property>