2015-11-05 11:58:16 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OCC::ShareUserGroupWidget</class>
<widget class="QWidget" name="OCC::ShareUserGroupWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-03-28 12:05:24 +03:00
<width>397</width>
<height>273</height>
2015-11-05 11:58:16 +03:00
</rect>
</property>
<property name="windowTitle">
<string>Share NewDocument.odt</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2016-04-29 15:11:27 +03:00
<layout class="QHBoxLayout" name="shareeHorizontalLayout">
<item>
<widget class="QLineEdit" name="shareeLineEdit">
<property name="placeholderText">
<string>Share with users or groups ...</string>
</property>
</widget>
</item>
</layout>
2015-11-05 11:58:16 +03:00
</item>
2016-03-16 20:06:46 +03:00
<item>
<widget class="QLabel" name="errorLabel">
2016-05-02 15:01:47 +03:00
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>255</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>123</red>
<green>121</green>
<blue>134</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
2016-03-16 20:06:46 +03:00
<property name="text">
<string notr="true">Placeholder for Error text</string>
</property>
2017-02-23 16:54:17 +03:00
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
2016-03-16 20:06:46 +03:00
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2015-11-05 11:58:16 +03:00
<item>
2015-11-16 19:59:24 +03:00
<widget class="QScrollArea" name="scrollArea">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-05-10 10:37:10 +03:00
<width>377</width>
<height>169</height>
2015-11-16 19:59:24 +03:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3"/>
</widget>
</widget>
2015-11-05 11:58:16 +03:00
</item>
2017-05-10 10:37:10 +03:00
<item>
<widget class="QLabel" name="privateLinkText">
<property name="text">
<string><html><head/><body><p>You can direct people to this shared file or folder <a href="private link menu"><span style=" text-decoration: underline; color:#0000ff;">by giving them a private link</span></a>.</p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
2015-11-05 11:58:16 +03:00
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>