2007-11-15 03:18:48 +00:00
<ui version="4.0" >
<class>AddFriendDialog</class>
<widget class="QDialog" name="AddFriendDialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
2008-11-30 02:21:02 +00:00
<width>539</width>
<height>402</height>
2007-11-15 03:18:48 +00:00
</rect>
</property>
<property name="windowTitle" >
<string>Add a Friend</string>
</property>
<layout class="QGridLayout" >
2009-03-03 20:01:21 +00:00
<property name="margin" >
2007-11-15 03:18:48 +00:00
<number>9</number>
</property>
2009-03-03 20:01:21 +00:00
<property name="spacing" >
2007-11-15 03:18:48 +00:00
<number>6</number>
</property>
<item row="1" column="0" colspan="5" >
<widget class="QTextEdit" name="emailText" >
2009-03-03 20:01:21 +00:00
<property name="font" >
<font>
<family>Courier New</family>
<pointsize>10</pointsize>
<kerning>false</kerning>
</font>
</property>
2007-11-15 03:18:48 +00:00
<property name="readOnly" >
<bool>false</bool>
</property>
<property name="html" >
2009-03-03 20:01:21 +00:00
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
2008-11-30 02:21:02 +00:00
p, li { white-space: pre-wrap; }
2009-03-03 20:01:21 +00:00
</style></head><body style=" font-family:'Courier New'; font-size:10pt; font-weight:400; font-style:normal;">
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"></p></body></html></string>
2007-11-15 03:18:48 +00:00
</property>
<property name="acceptRichText" >
2009-03-03 20:01:21 +00:00
<bool>false</bool>
2007-11-15 03:18:48 +00:00
</property>
</widget>
</item>
<item row="2" column="2" >
<widget class="QPushButton" name="fileButton" >
<property name="minimumSize" >
<size>
<width>77</width>
<height>0</height>
</size>
</property>
<property name="text" >
<string>Load From File</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QPushButton" name="afcancelButton" >
<property name="minimumSize" >
<size>
<width>77</width>
<height>0</height>
</size>
</property>
<property name="text" >
<string>Cancel</string>
</property>
</widget>
</item>
<item row="2" column="4" >
<widget class="QPushButton" name="doneButton" >
<property name="minimumSize" >
<size>
<width>77</width>
<height>0</height>
</size>
</property>
<property name="text" >
<string>Done</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
2009-03-03 20:01:21 +00:00
<property name="sizeHint" stdset="0" >
2007-11-15 03:18:48 +00:00
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="3" >
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
2009-03-03 20:01:21 +00:00
<property name="sizeHint" stdset="0" >
2007-11-15 03:18:48 +00:00
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" colspan="5" >
<widget class="QLabel" name="addfriendLabel" >
2008-11-30 02:21:02 +00:00
<property name="maximumSize" >
<size>
<width>16777215</width>
<height>73</height>
</size>
</property>
2007-11-15 03:18:48 +00:00
<property name="palette" >
<palette>
<active>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>241</red>
<green>239</green>
<blue>226</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>140</red>
<green>140</green>
<blue>140</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>163</red>
<green>163</green>
<blue>163</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>0</red>
<green>0</green>
<blue>0</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>106</red>
<green>106</green>
<blue>106</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>197</red>
<green>231</green>
<blue>246</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
2008-03-19 01:13:52 +00:00
<blue>0</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>241</red>
<green>239</green>
<blue>226</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>140</red>
<green>140</green>
<blue>140</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>163</red>
<green>163</green>
<blue>163</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>0</red>
<green>0</green>
<blue>0</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>106</red>
<green>106</green>
<blue>106</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>122</red>
<green>122</green>
<blue>122</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Button" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Light" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Midlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Dark" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>140</red>
<green>140</green>
<blue>140</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Mid" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>163</red>
<green>163</green>
<blue>163</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Text" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>122</red>
<green>122</green>
<blue>122</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="BrightText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="ButtonText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>122</red>
<green>122</green>
<blue>122</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Window" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>244</red>
<green>244</green>
<blue>244</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="Shadow" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
2008-03-19 01:13:52 +00:00
<red>197</red>
<green>231</green>
<blue>246</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="HighlightedText" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>0</red>
<green>0</green>
2008-03-19 01:13:52 +00:00
<blue>0</blue>
2007-11-15 03:18:48 +00:00
</color>
</brush>
</colorrole>
<colorrole role="AlternateBase" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>232</red>
<green>232</green>
<blue>232</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
2008-03-19 01:13:52 +00:00
<property name="styleSheet" >
2009-03-03 20:01:21 +00:00
<string notr="true" >background-image: url(:/images/addfriendlabel.png)</string>
2008-03-19 01:13:52 +00:00
</property>
2007-11-15 03:18:48 +00:00
<property name="text" >
2008-11-30 02:21:02 +00:00
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:16pt; font-weight:600; color:#32cd32;">Add a new Friend</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">To add a new Friend, cut and paste their email </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">invitation into the box below, and click done.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> </p></body></html></string>
2007-11-15 03:18:48 +00:00
</property>
<property name="alignment" >
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="indent" >
<number>100</number>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>fileButton</tabstop>
<tabstop>doneButton</tabstop>
<tabstop>afcancelButton</tabstop>
<tabstop>emailText</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>