2014-09-03 18:12:21 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2014-12-19 18:56:17 +03:00
|
|
|
<class>OCC::ShareDialog</class>
|
|
|
|
<widget class="QDialog" name="OCC::ShareDialog">
|
2014-09-03 18:12:21 +04:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-08-02 19:15:18 +03:00
|
|
|
<width>360</width>
|
|
|
|
<height>120</height>
|
2014-09-03 18:12:21 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="sizePolicy">
|
2018-07-26 15:43:21 +03:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2018-03-15 21:43:26 +03:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-08-02 19:15:18 +03:00
|
|
|
<width>360</width>
|
|
|
|
<height>120</height>
|
2018-03-15 21:43:26 +03:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2018-08-02 19:15:18 +03:00
|
|
|
<width>360</width>
|
2018-03-15 21:43:26 +03:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2014-09-03 18:12:21 +04:00
|
|
|
<property name="windowTitle">
|
2015-11-05 11:58:16 +03:00
|
|
|
<string>Dialog</string>
|
2014-09-03 18:12:21 +04:00
|
|
|
</property>
|
2018-07-25 12:18:08 +03:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2018-07-26 15:43:21 +03:00
|
|
|
<property name="spacing">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2018-08-02 19:15:18 +03:00
|
|
|
<number>15</number>
|
2018-07-26 15:43:21 +03:00
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
2015-11-05 11:58:16 +03:00
|
|
|
<item>
|
2018-07-26 15:43:21 +03:00
|
|
|
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0" columnstretch="0,0">
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="spacing">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="label_sharePath">
|
2015-03-26 18:51:31 +03:00
|
|
|
<property name="sizePolicy">
|
2018-03-15 21:43:26 +03:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Maximum">
|
2015-03-26 18:51:31 +03:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>210</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2015-03-26 18:51:31 +03:00
|
|
|
<property name="text">
|
2018-03-15 21:43:26 +03:00
|
|
|
<string>ownCloud Path:</string>
|
2015-03-26 18:51:31 +03:00
|
|
|
</property>
|
2017-02-23 16:54:17 +03:00
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2015-03-26 18:51:31 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2018-03-15 21:43:26 +03:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="label_name">
|
2015-03-26 18:51:31 +03:00
|
|
|
<property name="sizePolicy">
|
2018-03-15 21:43:26 +03:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Maximum">
|
2015-03-26 18:51:31 +03:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>210</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
2015-03-26 18:51:31 +03:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-03-15 21:43:26 +03:00
|
|
|
<string>share label</string>
|
2015-03-26 18:51:31 +03:00
|
|
|
</property>
|
2017-02-23 16:54:17 +03:00
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2015-03-26 18:51:31 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2015-11-05 11:58:16 +03:00
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QLabel" name="label_icon">
|
2017-04-04 15:41:25 +03:00
|
|
|
<property name="sizePolicy">
|
2018-03-15 21:43:26 +03:00
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
2017-04-04 15:41:25 +03:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Icon</string>
|
|
|
|
</property>
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="indent">
|
|
|
|
<number>0</number>
|
2017-04-04 15:41:25 +03:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-03-26 18:51:31 +03:00
|
|
|
</item>
|
2018-07-25 12:18:08 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-07-26 15:43:21 +03:00
|
|
|
<width>350</width>
|
2018-07-25 12:18:08 +03:00
|
|
|
<height>45</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
2018-08-02 19:15:18 +03:00
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
2018-07-25 12:18:08 +03:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>340</width>
|
|
|
|
<height>45</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>340</width>
|
|
|
|
<height>45</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="scrollAreaVerticalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-09-03 18:12:21 +04:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|