2015-11-02 00:23:22 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2017-04-04 16:05:08 +03:00
|
|
|
<class>OCC::ShareUserLine</class>
|
|
|
|
<widget class="QWidget" name="OCC::ShareUserLine">
|
2015-11-02 00:23:22 +03:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-09-18 14:37:49 +03:00
|
|
|
<width>360</width>
|
|
|
|
<height>58</height>
|
2015-11-02 00:23:22 +03:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="sizePolicy">
|
2019-09-18 14:37:49 +03:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>1</horstretch>
|
2018-03-15 21:43:26 +03:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2019-09-18 14:37:49 +03:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>360</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-11-21 15:17:22 +03:00
|
|
|
<property name="autoFillBackground">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-09-18 14:37:49 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2015-11-02 00:23:22 +03:00
|
|
|
<item>
|
2018-03-15 21:43:26 +03:00
|
|
|
<widget class="QLabel" name="avatar">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2018-07-26 15:43:21 +03:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-11-15 12:23:07 +03:00
|
|
|
<widget class="OCC::ElidedLabel" name="sharedWith">
|
2018-03-15 21:43:26 +03:00
|
|
|
<property name="sizePolicy">
|
2019-09-18 14:37:49 +03:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
2018-03-15 21:43:26 +03:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-07-25 12:18:08 +03:00
|
|
|
<string>User name</string>
|
2018-03-15 21:43:26 +03:00
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::PlainText</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2019-09-18 14:37:49 +03:00
|
|
|
<item>
|
|
|
|
<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>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-03-15 21:43:26 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="permissionsEdit">
|
|
|
|
<property name="sizePolicy">
|
2018-07-26 15:43:21 +03:00
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
2018-03-15 21:43:26 +03:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>can edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="permissionToolButton">
|
2018-07-26 15:43:21 +03:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../../client.qrc">
|
2018-08-02 21:21:11 +03:00
|
|
|
<normaloff>:/client/resources/more.svg</normaloff>:/client/resources/more.svg</iconset>
|
2018-03-15 21:43:26 +03:00
|
|
|
</property>
|
2019-09-18 14:37:49 +03:00
|
|
|
<property name="autoRaise">
|
2019-09-18 14:40:14 +03:00
|
|
|
<bool>false</bool>
|
2019-09-18 14:37:49 +03:00
|
|
|
</property>
|
2018-03-15 21:43:26 +03:00
|
|
|
</widget>
|
|
|
|
</item>
|
2019-09-18 14:37:49 +03:00
|
|
|
</layout>
|
2015-11-02 00:23:22 +03:00
|
|
|
</widget>
|
2018-11-15 12:23:07 +03:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>OCC::ElidedLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>elidedlabel.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2018-07-26 15:43:21 +03:00
|
|
|
<resources>
|
|
|
|
<include location="../../client.qrc"/>
|
|
|
|
</resources>
|
2015-11-02 00:23:22 +03:00
|
|
|
<connections/>
|
|
|
|
</ui>
|