From kde-commits Mon Apr 30 23:28:39 2012 From: Allen Winter Date: Mon, 30 Apr 2012 23:28:39 +0000 To: kde-commits Subject: [kdepim-runtime] resources/google: use KLineEdit, KComboBox and KTextEdit in place of their Qt count Message-Id: <20120430232839.C8B1CA60C8 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133582866511319 Git commit 9960b13eed09e6be5cb7955d9c4d8d924d6c0a78 by Allen Winter. Committed on 01/05/2012 at 00:38. Pushed by winterz into branch 'master'. use KLineEdit, KComboBox and KTextEdit in place of their Qt counterparts M +21 -4 resources/google/calendar/ui/calendar_editor.ui M +8 -1 resources/google/calendar/ui/tasklist_editor.ui M +8 -1 resources/google/contacts/ui/groupeditor.ui http://commits.kde.org/kdepim-runtime/9960b13eed09e6be5cb7955d9c4d8d924d6c0= a78 diff --git a/resources/google/calendar/ui/calendar_editor.ui b/resources/go= ogle/calendar/ui/calendar_editor.ui index b0fc6a2..6347366 100644 --- a/resources/google/calendar/ui/calendar_editor.ui +++ b/resources/google/calendar/ui/calendar_editor.ui @@ -53,19 +53,36 @@ - + - + - + - + + + + KLineEdit + QLineEdit +
klineedit.h
+
+ + KComboBox + QComboBox +
kcombobox.h
+
+ + KTextEdit + QTextEdit +
ktextedit.h
+
+
nameEdit descriptionEdit diff --git a/resources/google/calendar/ui/tasklist_editor.ui b/resources/go= ogle/calendar/ui/tasklist_editor.ui index 26ada29..637eeee 100644 --- a/resources/google/calendar/ui/tasklist_editor.ui +++ b/resources/google/calendar/ui/tasklist_editor.ui @@ -15,7 +15,7 @@ - + @@ -36,6 +36,13 @@ + + + KLineEdit + QLineEdit +
klineedit.h
+
+
nameEdit buttons diff --git a/resources/google/contacts/ui/groupeditor.ui b/resources/google= /contacts/ui/groupeditor.ui index 91aa6d1..e79b781 100644 --- a/resources/google/contacts/ui/groupeditor.ui +++ b/resources/google/contacts/ui/groupeditor.ui @@ -22,10 +22,17 @@ - + + + + KLineEdit + QLineEdit +
klineedit.h
+
+