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:
authorFelix Weilbach <felix.weilbach@nextcloud.com>2021-04-15 14:06:53 +0300
committerFelix Weilbach (Rebase PR Action) <felix.weilbach@t-online.de>2021-04-20 10:13:23 +0300
commit22a3b19e08f685865a2cee8e3ef847697cc8daee (patch)
tree0594c9a6618a0455e377b47772862b06c8de1fd0 /src/gui/shareuserline.ui
parent946a51e4c1282378b642a6e74a7de93bb8ace314 (diff)
Add expire date to user and group share
Fixes #3100 Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
Diffstat (limited to 'src/gui/shareuserline.ui')
-rw-r--r--src/gui/shareuserline.ui46
1 files changed, 45 insertions, 1 deletions
diff --git a/src/gui/shareuserline.ui b/src/gui/shareuserline.ui
index 6fdebefbb..2bc0f997b 100644
--- a/src/gui/shareuserline.ui
+++ b/src/gui/shareuserline.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>523</width>
+ <width>486</width>
<height>208</height>
</rect>
</property>
@@ -163,6 +163,50 @@
</item>
</layout>
</item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QLabel" name="expirationLabel">
+ <property name="minimumSize">
+ <size>
+ <width>78</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Expires:</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDateEdit" name="calendar">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
+ <horstretch>1</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="confirmExpirationDate">
+ <property name="text">
+ <string>...</string>
+ </property>
+ <property name="icon">
+ <iconset resource="../../theme.qrc">
+ <normaloff>:/client/theme/confirm.svg</normaloff>:/client/theme/confirm.svg</iconset>
+ </property>
+ <property name="autoRaise">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
</layout>
</item>
</layout>