[Pkg-owncloud-commits] [owncloud-client] 229/484: ActivityWidget UI: Remove the preconfigured tabs from the tabwidget.

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 3fb43d23227c24160482948e438a05f5b21e8378
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Mon Nov 2 15:45:17 2015 +0100

    ActivityWidget UI: Remove the preconfigured tabs from the tabwidget.
    
    It is better to create the tabs from the code in SettingsDialog.
---
 src/gui/activitywidget.ui | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/src/gui/activitywidget.ui b/src/gui/activitywidget.ui
index 1934df6..c244cc5 100644
--- a/src/gui/activitywidget.ui
+++ b/src/gui/activitywidget.ui
@@ -15,7 +15,7 @@
   </property>
   <layout class="QGridLayout" name="gridLayout_2">
    <item row="0" column="1">
-    <widget class="QTabWidget" name="tabWidget">
+    <widget class="QTabWidget" name="_tabWidget">
      <property name="tabShape">
       <enum>QTabWidget::Rounded</enum>
      </property>
@@ -27,7 +27,7 @@
      </property>
      <widget class="QWidget" name="protocolTab">
       <attribute name="title">
-       <string>Sync Protocol</string>
+       <string>Server Activity</string>
       </attribute>
       <layout class="QGridLayout" name="gridLayout">
        <item row="0" column="0">
@@ -42,26 +42,6 @@
        </item>
       </layout>
      </widget>
-     <widget class="QWidget" name="serverActivityTab">
-      <attribute name="title">
-       <string>Server Activity</string>
-      </attribute>
-     </widget>
-     <widget class="QWidget" name="ignoresTab">
-      <attribute name="title">
-       <string>Ignored Files</string>
-      </attribute>
-     </widget>
-     <widget class="QWidget" name="issuesTab">
-      <attribute name="title">
-       <string>Issues</string>
-      </attribute>
-     </widget>
-     <widget class="QWidget" name="tab">
-      <attribute name="title">
-       <string>Blacklist</string>
-      </attribute>
-     </widget>
     </widget>
    </item>
   </layout>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list