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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2016-03-04 19:41:57 +0300
committerKlaas Freitag <freitag@owncloud.com>2016-03-10 19:46:00 +0300
commit32e16b323c24f4b90da8cf31831a1b875675b676 (patch)
treee46b47cb6c1250a3f243ad736559684de7e000b1 /src/gui/activitywidget.ui
parent688c5502a86e50a5ab6134a2987da17f7f741e90 (diff)
Display server notifications on the client (#3733)
As interaction is required, the notifications are displayed in a separate widget above the server activity list. Note that design and also where we display the notifications can still be discussed and changed.
Diffstat (limited to 'src/gui/activitywidget.ui')
-rw-r--r--src/gui/activitywidget.ui43
1 files changed, 40 insertions, 3 deletions
diff --git a/src/gui/activitywidget.ui b/src/gui/activitywidget.ui
index eb48941a4..fefd7b3ae 100644
--- a/src/gui/activitywidget.ui
+++ b/src/gui/activitywidget.ui
@@ -15,23 +15,60 @@
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
- <widget class="QLabel" name="_headerLabel">
+ <widget class="QLabel" name="_notifyLabel">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item row="1" column="0">
- <widget class="QListView" name="_activityList"/>
+ <widget class="QScrollArea" name="_notifyScroll">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="widgetResizable">
+ <bool>true</bool>
+ </property>
+ <widget class="QWidget" name="_scrollAreaWidgetContents">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>677</width>
+ <height>70</height>
+ </rect>
+ </property>
+ </widget>
+ </widget>
</item>
<item row="2" column="0">
- <widget class="QLabel" name="_bottomLabel">
+ <widget class="QLabel" name="_headerLabel">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item row="3" column="0">
+ <widget class="QListView" name="_activityList">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="_bottomLabel">
+ <property name="text">
+ <string>TextLabel</string>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0">
<widget class="QDialogButtonBox" name="_dialogButtonBox"/>
</item>
</layout>