[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [bodega-client] activeclient/package/contents/ui/settings: show name
From:       Aaron Seigo <aseigo () kde ! org>
Date:       2013-03-11 22:19:22
Message-ID: 20130311221922.E68F6A60C6 () git ! kde ! org
[Download RAW message or body]

Git commit 7785623e7a7b605b273e85e5d583bfea8f322278 by Aaron Seigo.
Committed on 11/03/2013 at 23:14.
Pushed by aseigo into branch 'master'.

show name

M  +16   -6    activeclient/package/contents/ui/settings/PaymentMethodView.=
qml

http://commits.kde.org/bodega-client/7785623e7a7b605b273e85e5d583bfea8f3222=
78

diff --git a/activeclient/package/contents/ui/settings/PaymentMethodView.qm=
l b/activeclient/package/contents/ui/settings/PaymentMethodView.qml
index 8e0a4d6..41dcd8e 100644
--- a/activeclient/package/contents/ui/settings/PaymentMethodView.qml
+++ b/activeclient/package/contents/ui/settings/PaymentMethodView.qml
@@ -28,16 +28,16 @@ PlasmaComponents.Page {
     id: root
 =

     property variant job
-    =

+
     Column {
         id: mainColumn
         anchors.centerIn: parent
-      =

+
         Grid {
             id: mainGrid
             spacing: 4
             columns: 2
-            rows: 12
+            rows: 13
 =

             PlasmaComponents.Label {
                 text: i18n("Card type:")
@@ -51,8 +51,19 @@ PlasmaComponents.Page {
                 width: Math.max(paintedWidth, 1)
                 text: paymentMethodStack.cardType
             }
-            =

-            =

+
+            PlasmaComponents.Label {
+                text: i18n("Name:")
+                anchors {
+                    right: nameLabel.left
+                    rightMargin: theme.defaultFont.mSize.width
+                }
+            }
+            PlasmaComponents.Label {
+                id: nameLabel
+                text: paymentMethodStack.name
+            }
+
             PlasmaComponents.Label {
                 text: i18n("Number:")
                 anchors {
@@ -65,7 +76,6 @@ PlasmaComponents.Page {
                 text: "**** **** **** " + paymentMethodStack.last4
             }
 =

-            =

             PlasmaComponents.Label {
                 text: i18n("Billing address:")
                 anchors {

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic