Skip to content

Commit

Permalink
Links in AboutView were disabled, they are now enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
malcom2073 committed Nov 22, 2013
1 parent 3abeb09 commit a9022fe
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion core/src/aboutview.ui
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -56,6 +59,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -66,6 +72,9 @@
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -150,7 +159,7 @@ applicable license for these libraries.</string>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>-387</y>
<width>473</width>
<height>568</height>
</rect>
Expand Down Expand Up @@ -185,13 +194,19 @@ applicable license for these libraries.</string>
<property name="text">
<string>Licensed: &lt;a href=&quot;http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html&quot;&gt;Lesser GNU Public License 2.1&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_23">
<property name="text">
<string>Website: &lt;a href=&quot;http://qt-project.org/&quot;&gt;http://qt-project.org/&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -236,13 +251,19 @@ applicable license for these libraries.</string>
<property name="text">
<string>Licensed: &lt;a href=&quot;http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html&quot;&gt;Lesser GNU Public License 2.1 or later&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_22">
<property name="text">
<string>Website: &lt;a href=&quot;http://code.google.com/p/qhexedit2/&quot;&gt;http://code.google.com/p/qhexedit2/&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -287,13 +308,19 @@ applicable license for these libraries.</string>
<property name="text">
<string>Licensed: &lt;a href=&quot;http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html&quot;&gt;GNU Library General Public License Version 2&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_21">
<property name="text">
<string>Website: &lt;a href=&quot;http://qjson.sourceforge.net/&quot;&gt;http://qjson.sourceforge.net/&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down Expand Up @@ -338,13 +365,19 @@ applicable license for these libraries.</string>
<property name="text">
<string>Licensed: &lt;a href=&quot;http://qwt.sourceforge.net/qwtlicense.html&quot;&gt;Qwt License Version 1.0&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_20">
<property name="text">
<string>Website: &lt;a href=&quot;http://qwt.sf.net&quot;&gt;http://qwt.sf.net&lt;/a&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down

0 comments on commit a9022fe

Please sign in to comment.