2008-12-10 20:19:34 -05:00
<ui version="4.0" >
<class>ShareManager</class>
<widget class="QDialog" name="ShareManager" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
2009-01-01 10:35:51 -05:00
<width>492</width>
<height>370</height>
2008-12-10 20:19:34 -05:00
</rect>
</property>
<property name="windowTitle" >
2009-01-01 12:47:35 -05:00
<string>RetroShare Share Manager</string>
2008-12-10 20:19:34 -05:00
</property>
<property name="windowIcon" >
<iconset resource="images.qrc" >:/images/rstray3.png</iconset>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="4" >
2009-01-01 10:35:51 -05:00
<layout class="QGridLayout" >
<item row="0" column="0" >
<widget class="QLabel" name="piclabel" >
<property name="minimumSize" >
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="images.qrc" >:/images/fileshare48.png</pixmap>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<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;">Share Manager</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:16pt;"><span style=" font-size:10pt;">Add a new Folder to Share with your Friends or remove a Shared Folder.</span></p></body></html></string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0" colspan="4" >
2008-12-10 20:19:34 -05:00
<widget class="QGroupBox" name="groupBox" >
<property name="title" >
<string>Shared Folder Manager</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" >
2009-01-01 12:47:35 -05:00
<widget class="QListWidget" name="shareddirList" >
<property name="contextMenuPolicy" >
<enum>Qt::CustomContextMenu</enum>
</property>
</widget>
2008-12-10 20:19:34 -05:00
</item>
</layout>
</widget>
</item>
2009-01-01 10:35:51 -05:00
<item row="2" column="0" >
2008-12-10 20:19:34 -05:00
<widget class="QPushButton" name="addButton" >
<property name="minimumSize" >
<size>
2009-01-01 10:35:51 -05:00
<width>27</width>
<height>0</height>
2008-12-10 20:19:34 -05:00
</size>
</property>
<property name="maximumSize" >
<size>
<width>200</width>
<height>200</height>
</size>
</property>
<property name="text" >
<string>Add</string>
</property>
<property name="iconSize" >
<size>
<width>24</width>
<height>24</height>
</size>
</property>
</widget>
</item>
2009-01-01 10:35:51 -05:00
<item row="2" column="1" >
2008-12-10 20:19:34 -05:00
<widget class="QPushButton" name="removeButton" >
<property name="minimumSize" >
<size>
2009-01-01 10:35:51 -05:00
<width>0</width>
<height>0</height>
2008-12-10 20:19:34 -05:00
</size>
</property>
<property name="maximumSize" >
<size>
<width>200</width>
<height>200</height>
</size>
</property>
<property name="text" >
<string>Remove</string>
</property>
<property name="iconSize" >
<size>
2009-01-01 10:35:51 -05:00
<width>16</width>
<height>16</height>
2008-12-10 20:19:34 -05:00
</size>
</property>
</widget>
</item>
2009-01-01 10:35:51 -05:00
<item row="2" column="2" >
2008-12-10 20:19:34 -05:00
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>101</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2009-01-01 10:35:51 -05:00
<item row="2" column="3" >
2008-12-10 20:19:34 -05:00
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="images.qrc" />
</resources>
<connections/>
</ui>