Sat, 29 Dec 2012 17:16:46 +0100
Fixed an issue in the IRC widget and updated the translations.
<ui version="4.0" > <class>AboutDialog</class> <widget class="QDialog" name="AboutDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>580</width> <height>450</height> </rect> </property> <property name="windowTitle" > <string>About Eric</string> </property> <layout class="QVBoxLayout" > <item> <layout class="QHBoxLayout" > <item> <widget class="QLabel" name="ericPixmap" > <property name="scaledContents" > <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="ericLabel" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font" > <font> <family>Sans Serif</family> <pointsize>11</pointsize> <weight>75</weight> <italic>false</italic> <bold>true</bold> <underline>false</underline> <strikeout>false</strikeout> </font> </property> </widget> </item> </layout> </item> <item> <widget class="QTabWidget" name="aboutTabWidget" > <property name="currentIndex" > <number>0</number> </property> <widget class="QWidget" name="about" > <attribute name="title" > <string>&About</string> </attribute> <layout class="QVBoxLayout" > <item> <widget class="QTextBrowser" name="aboutEdit" > <property name="frameShape" > <enum>QFrame::NoFrame</enum> </property> <property name="openExternalLinks" > <bool>true</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="authors" > <attribute name="title" > <string>A&uthors</string> </attribute> <layout class="QVBoxLayout" > <item> <widget class="QTextEdit" name="authorsEdit" > <property name="frameShape" > <enum>QFrame::NoFrame</enum> </property> <property name="readOnly" > <bool>true</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="thanks" > <attribute name="title" > <string>&Thanks To</string> </attribute> <layout class="QVBoxLayout" > <item> <widget class="QTextEdit" name="thanksEdit" > <property name="frameShape" > <enum>QFrame::NoFrame</enum> </property> <property name="readOnly" > <bool>true</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="license" > <attribute name="title" > <string>&License Agreement</string> </attribute> <layout class="QVBoxLayout" > <item> <widget class="QTextEdit" name="licenseEdit" > <property name="frameShape" > <enum>QFrame::NoFrame</enum> </property> <property name="lineWrapMode" > <enum>QTextEdit::FixedColumnWidth</enum> </property> <property name="lineWrapColumnOrWidth" > <number>80</number> </property> <property name="readOnly" > <bool>true</bool> </property> <property name="acceptRichText" > <bool>false</bool> </property> </widget> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11" /> <tabstops> <tabstop>aboutTabWidget</tabstop> <tabstop>aboutEdit</tabstop> <tabstop>authorsEdit</tabstop> <tabstop>thanksEdit</tabstop> <tabstop>licenseEdit</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>AboutDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>83</x> <y>423</y> </hint> <hint type="destinationlabel" > <x>83</x> <y>434</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>AboutDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>135</x> <y>420</y> </hint> <hint type="destinationlabel" > <x>136</x> <y>435</y> </hint> </hints> </connection> </connections> </ui>