<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>285</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>30</horstretch>
<verstretch>30</verstretch>
</sizepolicy>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<property name="windowTitle">
<string>Local Sharing</string>
</property>
<property name="windowIcon">
<iconset resource="TabIcon.qrc">
<normaloff>:/Icons/Contacts</normaloff>:/Icons/Contacts</iconset>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>285</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="tabShape">
<enum>QTabWidget::Triangular</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="elideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="documentMode">
<bool>false</bool>
</property>
<property name="tabsClosable">
<bool>false</bool>
</property>
<widget class="QWidget" name="tabVivek">
<attribute name="icon">
<iconset>
<normalon>:/Icons/Contact</normalon>
</iconset>
</attribute>
<attribute name="title">
<string>Contact</string>
</attribute>
<widget class="QTextEdit" name="textEdit_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>401</width>
<height>161</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>239</green>
<blue>10</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>239</green>
<blue>10</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>118</red>
<green>116</green>
<blue>108</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="html">
<string notr="true"><!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">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; 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-size:8pt;"></p></body></html></string>
</property>
<property name="textInteractionFlags">
<set>Qt::NoTextInteraction</set>
</property>
</widget>
<widget class="QPushButton" name="pushBackContact">
<property name="geometry">
<rect>
<x>430</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="icon">
<iconset>
<normalon>:/Icons/Back</normalon>
</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabContacts">
<attribute name="icon">
<iconset>
<normalon>:/Icons/Contacts</normalon>
</iconset>
</attribute>
<attribute name="title">
<string>Contacts</string>
</attribute>
<widget class="QListWidget" name="listAvatars">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>381</width>
<height>101</height>
</rect>
</property>
<property name="autoScroll">
<bool>false</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
<property name="dragDropMode">
<enum>QAbstractItemView::NoDragDrop</enum>
</property>
<property name="iconSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="movement">
<enum>QListView::Static</enum>
</property>
<property name="isWrapping" stdset="0">
<bool>false</bool>
</property>
<property name="layoutMode">
<enum>QListView::Batched</enum>
</property>
<property name="viewMode">
<enum>QListView::IconMode</enum>
</property>
<property name="uniformItemSizes">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="StatusLabel">
<property name="geometry">
<rect>
<x>20</x>
<y>125</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>5</pointsize>
</font>
</property>
<property name="text">
<string>Status:</string>
</property>
</widget>
<widget class="QTextEdit" name="StatusTextBox">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>351</width>
<height>61</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
</widget>
<widget class="QPushButton" name="StatusUpdatebtn">
<property name="geometry">
<rect>
<x>380</x>
<y>170</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>5</pointsize>
<kerning>false</kerning>
</font>
</property>
<property name="text">
<string>Update</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="MyStatusLabel">
<property name="geometry">
<rect>
<x>80</x>
<y>120</y>
<width>221</width>
<height>31</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>244</red>
<green>213</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>244</red>
<green>213</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>118</red>
<green>116</green>
<blue>108</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>6</pointsize>
<italic>true</italic>
<stylestrategy>NoAntialias</stylestrategy>
</font>
</property>
<property name="mouseTracking">
<bool>false</bool>
</property>
<property name="text">
<string>Status shown here</string>
</property>
<property name="textFormat">
<enum>Qt::AutoText</enum>
</property>
</widget>
</widget>
<widget class="QWidget" name="PhotoesTab">
<attribute name="icon">
<iconset>
<normalon>:/Images/Icons/Photo.svg</normalon>
</iconset>
</attribute>
<attribute name="title">
<string>Photos</string>
</attribute>
<widget class="QTreeWidget" name="treeContactMusic_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>391</width>
<height>181</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<column>
<property name="text">
<string>Photos</string>
</property>
</column>
</widget>
<widget class="QTreeWidget" name="treeMusicAll_3">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>391</width>
<height>181</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditKeyPressed</set>
</property>
<column>
<property name="text">
<string>Album</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="pushBackPhoto">
<property name="geometry">
<rect>
<x>430</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="icon">
<iconset>
<normalon>:/Icons/Back</normalon>
</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</widget>
<widget class="QWidget" name="Music">
<attribute name="icon">
<iconset>
<normalon>:/Icons/Music</normalon>
</iconset>
</attribute>
<attribute name="title">
<string>Music</string>
</attribute>
<widget class="QTreeWidget" name="treeMusicAll">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>391</width>
<height>181</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditKeyPressed</set>
</property>
<column>
<property name="text">
<string>Album</string>
</property>
</column>
</widget>
<widget class="QTreeWidget" name="treeContactMusic">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>391</width>
<height>171</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<column>
<property name="text">
<string>Songs</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="pushBackMusic">
<property name="geometry">
<rect>
<x>430</x>
<y>20</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="icon">
<iconset>
<normalon>:/Icons/Back</normalon>
</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabVideo">
<attribute name="icon">
<iconset>
<normalon>:/Images/Icons/Video.svg</normalon>
</iconset>
</attribute>
<attribute name="title">
<string>Videos</string>
</attribute>
<widget class="QTreeWidget" name="treeContactMusic_3">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>391</width>
<height>191</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<column>
<property name="text">
<string>Videos</string>
</property>
</column>
</widget>
<widget class="QTreeWidget" name="treeMusicAll_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>391</width>
<height>181</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::WinPanel</enum>
</property>
<property name="editTriggers">
<set>QAbstractItemView::EditKeyPressed</set>
</property>
<column>
<property name="text">
<string>Album</string>
</property>
</column>
</widget>
<widget class="QPushButton" name="pushBackVideo">
<property name="geometry">
<rect>
<x>420</x>
<y>20</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="icon">
<iconset>
<normalon>:/Icons/Back</normalon>
</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabChat">
<attribute name="icon">
<iconset>
<normalon>:/Icons/Chat</normalon>
</iconset>
</attribute>
<attribute name="title">
<string>Chat</string>
</attribute>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>401</width>
<height>121</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string notr="true"><!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">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; 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-size:8pt;"></p></body></html></string>
</property>
</widget>
<widget class="QTextEdit" name="textInput">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>311</width>
<height>71</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_5">
<property name="geometry">
<rect>
<x>330</x>
<y>150</y>
<width>77</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Enter</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>330</x>
<y>190</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Share</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_7">
<property name="geometry">
<rect>
<x>420</x>
<y>150</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="icon">
<iconset resource="TabIcon.qrc">
<normaloff>:/Icons/Icons/happy.ico</normaloff>:/Icons/Icons/happy.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="pushButton_8">
<property name="geometry">
<rect>
<x>420</x>
<y>190</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="icon">
<iconset resource="TabIcon.qrc">
<normaloff>:/Icons/Icons/Close 2.ico</normaloff>:/Icons/Icons/Close 2.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
<widget class="QPushButton" name="pushBackChat">
<property name="geometry">
<rect>
<x>430</x>
<y>20</y>
<width>40</width>
<height>30</height>
</rect>
</property>
<property name="icon">
<iconset>
<normalon>:/Icons/Back</normalon>
</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</widget>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>textInput</tabstop>
<tabstop>pushButton_5</tabstop>
<tabstop>pushButton_7</tabstop>
<tabstop>pushButton_6</tabstop>
<tabstop>pushButton_8</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>textEdit</tabstop>
</tabstops>
<resources>
<include location="TabIcon.qrc"/>
</resources>
<connections/>
</ui>