AboutDialog expander removed, OptionsDialog updated

This commit is contained in:
Rafael 2016-04-12 16:58:50 +02:00
parent 428f59b122
commit 373cdc1c2d
2 changed files with 24 additions and 14 deletions

View File

@ -55,9 +55,18 @@
</property>
<item>
<widget class="QLabel" name="labAbout">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&lt;span style=&quot; font-weight:600;&quot;&gt;gta5sync&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames&lt;br/&gt;&lt;br/&gt;Project version: %1&lt;br/&gt;Compiled with Qt %2&lt;br/&gt;Running with Qt %3&lt;br/&gt;&lt;br/&gt;Copyright &amp;copy; &lt;a href=&quot;https://github.com/Syping/&quot;&gt;Syping&lt;/a&gt; 2016&lt;br/&gt;gta5sync is licensed under &lt;a href=&quot;https://www.gnu.org/licenses/gpl-3.0.html#content&quot;&gt;GNU GPLv3&lt;/a&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
@ -66,19 +75,6 @@
</property>
</widget>
</item>
<item>
<spacer name="vsAboutContent">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>

View File

@ -150,10 +150,24 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="cmdOK">
<property name="text">
<string extracomment="OK, Cancel, Apply">&amp;OK</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cmdClose">
<property name="text">
<string>&amp;Close</string>
<string extracomment="OK, Cancel, Apply">&amp;Cancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="cmdApply">
<property name="text">
<string extracomment="OK, Cancel, Apply">&amp;Apply</string>
</property>
</widget>
</item>