New icons #30

Closed
xqus wants to merge 2 commits from new-icons into master
12 changed files with 155 additions and 151 deletions

306
about.ui
View File

@ -1,151 +1,155 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>aboutDialog</class> <class>aboutDialog</class>
<widget class="QDialog" name="aboutDialog"> <widget class="QDialog" name="aboutDialog">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>360</width> <width>360</width>
<height>315</height> <height>320</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>About</string> <string>About</string>
</property> </property>
<widget class="QDialogButtonBox" name="buttonBox"> <widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>20</x>
<y>280</y> <y>280</y>
<width>311</width> <width>311</width>
<height>32</height> <height>32</height>
</rect> </rect>
</property> </property>
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="standardButtons"> <property name="standardButtons">
<set>QDialogButtonBox::Ok</set> <set>QDialogButtonBox::Ok</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>70</x> <x>70</x>
<y>126</y> <y>126</y>
<width>111</width> <width>111</width>
<height>20</height> <height>20</height>
</rect> </rect>
</property> </property>
<property name="font"> <property name="font">
<font> <font>
<weight>75</weight> <weight>75</weight>
<bold>true</bold> <bold>true</bold>
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>PyBitmessage</string> <string>PyBitmessage</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="labelVersion"> <widget class="QLabel" name="labelVersion">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>190</x> <x>190</x>
<y>126</y> <y>126</y>
<width>161</width> <width>161</width>
<height>20</height> <height>20</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>version ?</string> <string>version ?</string>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>10</x> <x>10</x>
<y>150</y> <y>150</y>
<width>341</width> <width>341</width>
<height>20</height> <height>20</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>Copyright © 2012 Jonathan Warren</string> <string>Copyright © 2012 Jonathan Warren</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignCenter</set> <set>Qt::AlignCenter</set>
</property> </property>
</widget> </widget>
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>20</x> <x>20</x>
<y>210</y> <y>210</y>
<width>331</width> <width>331</width>
<height>61</height> <height>81</height>
</rect> </rect>
</property> </property>
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Distributed under the MIT/X11 software license, see the accompanying file license.txt or &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.opensource.org/licenses/mit-license.php&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;
</property> &lt;p&gt;
<property name="wordWrap"> Icons by &lt;a href=&quot;http://www.famfamfam.com/lab/icons/silk/&quot;&gt;FamFamFam&lt;/a&gt;.
<bool>true</bool> &lt;/p&gt;
</property> &lt;p&gt;Distributed under the MIT/X11 software license, see the accompanying file license.txt or &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.opensource.org/licenses/mit-license.php&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</widget> </property>
<widget class="QLabel" name="label_5"> <property name="wordWrap">
<property name="geometry"> <bool>true</bool>
<rect> </property>
<x>10</x> </widget>
<y>180</y> <widget class="QLabel" name="label_5">
<width>341</width> <property name="geometry">
<height>20</height> <rect>
</rect> <x>10</x>
</property> <y>180</y>
<property name="text"> <width>341</width>
<string>This is Beta software.</string> <height>20</height>
</property> </rect>
<property name="alignment"> </property>
<set>Qt::AlignCenter</set> <property name="text">
</property> <string>This is Beta software.</string>
</widget> </property>
</widget> <property name="alignment">
<resources/> <set>Qt::AlignCenter</set>
<connections> </property>
<connection> </widget>
<sender>buttonBox</sender> </widget>
<signal>accepted()</signal> <resources/>
<receiver>aboutDialog</receiver> <connections>
<slot>accept()</slot> <connection>
<hints> <sender>buttonBox</sender>
<hint type="sourcelabel"> <signal>accepted()</signal>
<x>248</x> <receiver>aboutDialog</receiver>
<y>254</y> <slot>accept()</slot>
</hint> <hints>
<hint type="destinationlabel"> <hint type="sourcelabel">
<x>157</x> <x>248</x>
<y>274</y> <y>254</y>
</hint> </hint>
</hints> <hint type="destinationlabel">
</connection> <x>157</x>
<connection> <y>274</y>
<sender>buttonBox</sender> </hint>
<signal>rejected()</signal> </hints>
<receiver>aboutDialog</receiver> </connection>
<slot>reject()</slot> <connection>
<hints> <sender>buttonBox</sender>
<hint type="sourcelabel"> <signal>rejected()</signal>
<x>316</x> <receiver>aboutDialog</receiver>
<y>260</y> <slot>reject()</slot>
</hint> <hints>
<hint type="destinationlabel"> <hint type="sourcelabel">
<x>286</x> <x>316</x>
<y>274</y> <y>260</y>
</hint> </hint>
</hints> <hint type="destinationlabel">
</connection> <x>286</x>
</connections> <y>274</y>
</ui> </hint>
</hints>
</connection>
</connections>
</ui>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 B

After

Width:  |  Height:  |  Size: 785 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 752 B

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 870 B

After

Width:  |  Height:  |  Size: 813 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 687 B

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 629 B

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 823 B

After

Width:  |  Height:  |  Size: 756 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 B

After

Width:  |  Height:  |  Size: 754 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B

After

Width:  |  Height:  |  Size: 658 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 283 B