2010-11-30 07:29:04 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SharedFilesDialog</class>
|
|
|
|
<widget class="QWidget" name="SharedFilesDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2014-04-29 17:53:29 -04:00
|
|
|
<width>737</width>
|
2011-04-01 17:46:06 -04:00
|
|
|
<height>402</height>
|
2010-11-30 07:29:04 -05:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
2012-08-26 16:31:10 -04:00
|
|
|
<widget class="QFrame" name="titleBarFrame">
|
2010-11-30 07:29:04 -05:00
|
|
|
<property name="sizePolicy">
|
2013-07-28 05:56:24 -04:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
2010-11-30 07:29:04 -05:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<property name="frameShape">
|
2012-09-07 13:30:23 -04:00
|
|
|
<enum>QFrame::Box</enum>
|
2012-08-26 16:31:10 -04:00
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
2012-09-07 13:30:23 -04:00
|
|
|
<enum>QFrame::Sunken</enum>
|
2010-11-30 07:29:04 -05:00
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
2010-11-30 07:29:04 -05:00
|
|
|
<property name="margin">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarPixmap">
|
2010-11-30 07:29:04 -05:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="images.qrc">:/images/fileshare24.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="scaledContents">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="titleBarLabel">
|
2010-11-30 07:29:04 -05:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>10</pointsize>
|
2012-08-21 09:02:44 -04:00
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
2010-11-30 07:29:04 -05:00
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-08-21 09:02:44 -04:00
|
|
|
<string>Files</string>
|
2010-11-30 07:29:04 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
2010-11-30 07:29:04 -05:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>100</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2014-04-29 17:53:29 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addShares_PB">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Share</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/add-share24.png</normaloff>:/images/add-share24.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
2010-11-30 07:29:04 -05:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="filterLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="images.qrc">:/images/find-16.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="filterPatternLineEdit">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Search files</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="filterStartButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
2013-02-22 16:42:27 -05:00
|
|
|
<font/>
|
2010-11-30 07:29:04 -05:00
|
|
|
</property>
|
2011-03-02 17:16:04 -05:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2010-11-30 07:29:04 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Start Search</string>
|
|
|
|
</property>
|
2012-08-21 09:02:44 -04:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/start.png</normaloff>:/images/start.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
2010-11-30 07:29:04 -05:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="filterClearButton">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
2013-02-22 16:42:27 -05:00
|
|
|
<font/>
|
2010-11-30 07:29:04 -05:00
|
|
|
</property>
|
2011-03-02 17:16:04 -05:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::NoFocus</enum>
|
|
|
|
</property>
|
2010-11-30 07:29:04 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Reset</string>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QPushButton
|
|
|
|
{
|
|
|
|
border-image: url(:/images/closenormal.png)
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:hover
|
|
|
|
{
|
|
|
|
border-image: url(:/images/closehover.png)
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:pressed {
|
|
|
|
border-image: url(:/images/closepressed.png)
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
2011-04-01 17:46:06 -04:00
|
|
|
<widget class="QComboBox" name="viewType_CB">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Tree view</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Flat view</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="indicatorCBox">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>All</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/view_calendar_list.png</normaloff>:/images/view_calendar_list.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>One day old</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/view_calendar_day.png</normaloff>:/images/view_calendar_day.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>One Week old</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/view_calendar_week.png</normaloff>:/images/view_calendar_week.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>One month old</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
|
|
|
<normaloff>:/images/view_calendar_month.png</normaloff>:/images/view_calendar_month.png</iconset>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-02-22 16:42:27 -05:00
|
|
|
<widget class="QLabel" name="hashLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
2012-08-21 19:15:27 -04:00
|
|
|
</property>
|
2013-02-22 16:42:27 -05:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="checkButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>check files</string>
|
2012-08-21 19:15:27 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-26 16:31:10 -04:00
|
|
|
<item>
|
2013-02-22 16:42:27 -05:00
|
|
|
<widget class="QPushButton" name="downloadButton">
|
|
|
|
<property name="minimumSize">
|
2012-08-21 19:15:27 -04:00
|
|
|
<size>
|
2013-02-22 16:42:27 -05:00
|
|
|
<width>140</width>
|
|
|
|
<height>0</height>
|
2012-08-21 19:15:27 -04:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-02-22 16:42:27 -05:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
2012-08-21 19:15:27 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-02-22 16:42:27 -05:00
|
|
|
<string>Download selected</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Download</string>
|
2012-08-21 19:15:27 -04:00
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="images.qrc">
|
2013-02-22 16:42:27 -05:00
|
|
|
<normaloff>:/images/download16.png</normaloff>:/images/download16.png</iconset>
|
2012-08-21 19:15:27 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-30 07:29:04 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2013-02-22 16:42:27 -05:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="QFrame" name="remoteframe">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTreeView" name="dirTreeView">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>4</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="dragEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="dragDropMode">
|
|
|
|
<enum>QAbstractItemView::DragOnly</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoExpandDelay">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="itemsExpandable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-11-30 07:29:04 -05:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|