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>
|
2015-01-21 17:03:01 +03:00
|
|
|
<width>281</width>
|
|
|
|
<height>385</height>
|
2014-09-03 18:12:21 +04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Share NewDocument.odt</string>
|
|
|
|
</property>
|
2015-01-21 17:03:01 +03:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2014-09-03 18:12:21 +04:00
|
|
|
</property>
|
2015-01-21 17:03:01 +03:00
|
|
|
<property name="title">
|
|
|
|
<string>Share Info</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QLabel" name="label_icon">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="label_name">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>share label</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2" rowspan="2">
|
|
|
|
<widget class="QProgressIndicator" name="pi_share" native="true"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="label_sharePath">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>OwnCloud Path:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-01-16 16:48:56 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
2015-01-21 17:03:01 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_shareLink">
|
2014-09-03 18:12:21 +04:00
|
|
|
<item>
|
2015-01-21 17:03:01 +03:00
|
|
|
<widget class="QCheckBox" name="checkBox_shareLink">
|
|
|
|
<property name="text">
|
|
|
|
<string>Share link</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-09-03 18:12:21 +04:00
|
|
|
</item>
|
2015-01-21 17:03:01 +03:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
|
|
|
<widget class="QWidget" name="widget_shareLink" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
2015-01-17 10:10:18 +03:00
|
|
|
</property>
|
|
|
|
<item>
|
2015-01-21 17:03:01 +03:00
|
|
|
<widget class="QLineEdit" name="lineEdit_shareLink">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
2015-01-17 10:10:18 +03:00
|
|
|
</property>
|
2015-01-21 17:03:01 +03:00
|
|
|
</widget>
|
2015-01-17 10:10:18 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-01-21 17:03:01 +03:00
|
|
|
<widget class="QPushButton" name="pushButton_copy">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-01-17 10:10:18 +03:00
|
|
|
</item>
|
2015-01-21 17:03:01 +03:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_password">
|
2015-01-17 10:10:18 +03:00
|
|
|
<item>
|
2015-01-21 17:03:01 +03:00
|
|
|
<widget class="QCheckBox" name="checkBox_password">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set password</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-01-17 10:10:18 +03:00
|
|
|
</item>
|
2015-01-21 17:03:01 +03:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_14">
|
2015-01-17 10:10:18 +03:00
|
|
|
<item>
|
2015-01-21 17:03:01 +03:00
|
|
|
<widget class="QLineEdit" name="lineEdit_password">
|
|
|
|
<property name="echoMode">
|
|
|
|
<enum>QLineEdit::Password</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-01-17 10:10:18 +03:00
|
|
|
</item>
|
2015-01-21 17:03:01 +03:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_expire">
|
2015-01-17 10:10:18 +03:00
|
|
|
<item>
|
2015-01-21 17:03:01 +03:00
|
|
|
<widget class="QCheckBox" name="checkBox_expire">
|
|
|
|
<property name="text">
|
|
|
|
<string>Set expiry date</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2015-01-17 10:10:18 +03:00
|
|
|
</item>
|
|
|
|
</layout>
|
2015-01-21 17:03:01 +03:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCalendarWidget" name="calendar"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="errorLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-09-03 18:12:21 +04:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2015-01-21 17:03:01 +03:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>QProgressIndicator</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>QProgressIndicator.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2014-09-03 18:12:21 +04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|