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-17 10:10:18 +0300
committerRoeland Jago Douma <unix@rullzer.com>2015-01-17 10:10:18 +0300
commitc233baab5b2ffd66b64e16537c02b74a3fb6b0ec (patch)
tree2b2bda517a7da733faabe3f34c9f23e61f4bbccb /src/gui/sharedialog.ui
parent71560ace71820f827be23e94b7d0d49847e784f9 (diff)
Sharedialog: grouped sharelink stuff in one widget
A bit of grouping in the UI requiring less ->hide() and ->show() calls
Diffstat (limited to 'src/gui/sharedialog.ui')
-rw-r--r--src/gui/sharedialog.ui123
1 files changed, 66 insertions, 57 deletions
diff --git a/src/gui/sharedialog.ui b/src/gui/sharedialog.ui
index 804270885..ef1628212 100644
--- a/src/gui/sharedialog.ui
+++ b/src/gui/sharedialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>454</width>
- <height>532</height>
+ <height>558</height>
</rect>
</property>
<property name="windowTitle">
@@ -133,7 +133,7 @@
</widget>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <layout class="QHBoxLayout" name="horizontalLayout_shareLink">
<item>
<widget class="QCheckBox" name="checkBox_shareLink">
<property name="text">
@@ -144,61 +144,70 @@
</layout>
</item>
<item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="sizeConstraint">
- <enum>QLayout::SetDefaultConstraint</enum>
- </property>
- <item>
- <widget class="QLineEdit" name="lineEdit_shareLink">
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="pushButton_copy">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_5">
- <item>
- <widget class="QCheckBox" name="checkBox_password">
- <property name="text">
- <string>Set password</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLineEdit" name="lineEdit_password">
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QCheckBox" name="checkBox_expire">
- <property name="text">
- <string>Set expiry date</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QCalendarWidget" name="calendar"/>
+ <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>
+ </property>
+ <item>
+ <widget class="QLineEdit" name="lineEdit_shareLink">
+ <property name="readOnly">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="pushButton_copy">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_password">
+ <item>
+ <widget class="QCheckBox" name="checkBox_password">
+ <property name="text">
+ <string>Set password</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_14">
+ <item>
+ <widget class="QLineEdit" name="lineEdit_password">
+ <property name="echoMode">
+ <enum>QLineEdit::Password</enum>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_expire">
+ <item>
+ <widget class="QCheckBox" name="checkBox_expire">
+ <property name="text">
+ <string>Set expiry date</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QCalendarWidget" name="calendar"/>
+ </item>
+ </layout>
+ </widget>
</item>
</layout>
</item>