[SCM] ktp-contact-applet packaging branch, master, updated. debian/15.12.1-1-966-gde83ac5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:11:39 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-desktop-applets.git;a=commitdiff;h=e78ad3a

The following commit has been merged in the master branch:
commit e78ad3a6637f6e0f337da3b9cb4c2e9056e220b8
Author: Francesco Nwokeka <francesco.nwokeka at gmail.com>
Date:   Mon Sep 5 19:39:02 2011 +0200

    Config dialog tidy up
    
    removed spacers and QLabel from ui file. Caption is set in c++ code
---
 src/config.cpp |  1 +
 src/config.ui  | 37 -------------------------------------
 2 files changed, 1 insertion(+), 37 deletions(-)

diff --git a/src/config.cpp b/src/config.cpp
index e3edca8..9734a83 100644
--- a/src/config.cpp
+++ b/src/config.cpp
@@ -41,6 +41,7 @@ Config::Config(QWidget* parent)
 
     ui.setupUi(widget);
     setMainWidget(widget);
+    setCaption(i18n("Select a contact"));
 
     Tp::registerTypes();
 
diff --git a/src/config.ui b/src/config.ui
index 967606c..1b51c46 100644
--- a/src/config.ui
+++ b/src/config.ui
@@ -12,43 +12,6 @@
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <layout class="QHBoxLayout" name="horizontalLayout">
-     <item>
-      <spacer name="horizontalSpacer_2">
-       <property name="orientation">
-        <enum>Qt::Horizontal</enum>
-       </property>
-       <property name="sizeHint" stdset="0">
-        <size>
-         <width>40</width>
-         <height>20</height>
-        </size>
-       </property>
-      </spacer>
-     </item>
-     <item>
-      <widget class="QLabel" name="label">
-       <property name="text">
-        <string>Select a contact</string>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <spacer name="horizontalSpacer">
-       <property name="orientation">
-        <enum>Qt::Horizontal</enum>
-       </property>
-       <property name="sizeHint" stdset="0">
-        <size>
-         <width>40</width>
-         <height>20</height>
-        </size>
-       </property>
-      </spacer>
-     </item>
-    </layout>
-   </item>
-   <item>
     <layout class="QVBoxLayout" name="verticalLayout_2">
      <item>
       <widget class="QCheckBox" name="showOfflineContacts">

-- 
ktp-contact-applet packaging



More information about the pkg-kde-commits mailing list