Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <unix@rullzer.com>2015-01-16 14:52:56 +0300
committerRoeland Jago Douma <unix@rullzer.com>2015-01-16 16:06:34 +0300
commit0fba4eee985a946ecba6c3821285e7da4d14dfb9 (patch)
treed8e2bb5d5b9a83b28dc5de2d5782406e7bac4db6 /src/gui/sharedialog.ui
parentcd0c9b2ddbabdad8cc9ba66b315eb308be25f108 (diff)
Sharedialog: Removed user/group sharing
Diffstat (limited to 'src/gui/sharedialog.ui')
-rw-r--r--src/gui/sharedialog.ui191
1 files changed, 2 insertions, 189 deletions
diff --git a/src/gui/sharedialog.ui b/src/gui/sharedialog.ui
index 598459f6a..dd77b88cf 100644
--- a/src/gui/sharedialog.ui
+++ b/src/gui/sharedialog.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>500</width>
- <height>540</height>
+ <width>441</width>
+ <height>418</height>
</rect>
</property>
<property name="windowTitle">
@@ -20,193 +20,6 @@
<enum>QLayout::SetFixedSize</enum>
</property>
<item>
- <widget class="QGroupBox" name="gridGroupBox">
- <property name="title">
- <string>Share with</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="6" column="1">
- <widget class="QTreeWidget" name="treeWidget_shareGroup">
- <column>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </column>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="lineEdit_shareUser"/>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="userLabel">
- <property name="text">
- <string>User:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QTreeWidget" name="treeWidget_shareUser">
- <column>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </column>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QLineEdit" name="lineEdit_shareGroup"/>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="groupLabel">
- <property name="text">
- <string>Group</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout_6">
- <item>
- <widget class="QCheckBox" name="checkBox_user_edit">
- <property name="text">
- <string>Edit</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_user_create">
- <property name="text">
- <string>Create</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_user_delete">
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_user_reshare">
- <property name="text">
- <string>Reshare</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_shareUser">
- <property name="text">
- <string>Share</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="3" column="1">
- <widget class="QPushButton" name="pushButton_user_deleteShare">
- <property name="text">
- <string>Delete</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="5" column="1">
- <layout class="QHBoxLayout" name="horizontalLayout_7">
- <item>
- <widget class="QCheckBox" name="checkBox_group_edit">
- <property name="text">
- <string>Edit</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_group_create">
- <property name="text">
- <string>Create</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_group_delete">
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="checkBox_group_reshare">
- <property name="text">
- <string>Share</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_shareGroup">
- <property name="text">
- <string>Share</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="7" column="1">
- <widget class="QPushButton" name="pushButton_group_deleteShare">
- <property name="text">
- <string>Delete</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>5</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="Line" name="line">
- <property name="lineWidth">
- <number>1</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>5</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QCheckBox" name="checkBox_shareLink">