Open Source Telephony
 help / color / mirror / Atom feed
From: Nicolas Bertrand <nicolas.bertrand@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH 2/3] controlbase_ui: Add manual stk command editor
Date: Fri, 24 Aug 2012 10:32:34 +0200	[thread overview]
Message-ID: <1345797155-27517-3-git-send-email-nicolas.bertrand@linux.intel.com> (raw)
In-Reply-To: <1345797155-27517-1-git-send-email-nicolas.bertrand@linux.intel.com>

[-- Attachment #1: Type: text/plain, Size: 1858 bytes --]

---
 src/controlbase.ui |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/src/controlbase.ui b/src/controlbase.ui
index 4eb1355..e230d7c 100644
--- a/src/controlbase.ui
+++ b/src/controlbase.ui
@@ -1161,6 +1161,52 @@
         </widget>
        </item>
        <item>
+        <widget class="QGroupBox" name="gbSTKCmd">
+         <property name="title">
+          <string>STK Command</string>
+         </property>
+         <property name="flat">
+          <bool>false</bool>
+         </property>
+         <widget class="QPushButton" name="pbSTKCmdSend">
+          <property name="geometry">
+           <rect>
+            <x>80</x>
+            <y>150</y>
+            <width>141</width>
+            <height>31</height>
+           </rect>
+          </property>
+          <property name="text">
+           <string>Send</string>
+          </property>
+         </widget>
+         <widget class="QTextEdit" name="teSTKCmdEditor">
+          <property name="geometry">
+           <rect>
+            <x>235</x>
+            <y>20</y>
+            <width>401</width>
+            <height>161</height>
+           </rect>
+          </property>
+         </widget>
+         <widget class="QPushButton" name="pbSTKClear">
+          <property name="geometry">
+           <rect>
+            <x>80</x>
+            <y>100</y>
+            <width>141</width>
+            <height>31</height>
+           </rect>
+          </property>
+          <property name="text">
+           <string>Clear</string>
+          </property>
+         </widget>
+        </widget>
+       </item>
+       <item>
         <widget class="QGroupBox" name="gbSATK">
          <property name="title">
           <string>Application</string>
-- 
1.7.9.5


  parent reply	other threads:[~2012-08-24  8:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-24  8:32 [PATCH 0/3] Add STK APDU editor Nicolas Bertrand
2012-08-24  8:32 ` [PATCH 1/3] phonesim: accept STK command without application Nicolas Bertrand
2012-08-24  8:32 ` Nicolas Bertrand [this message]
2012-08-24  8:32 ` [PATCH 3/3] control: Link functionnality to STK command editor Nicolas Bertrand
2012-08-28 14:47 ` [PATCH 0/3] Add STK APDU editor Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1345797155-27517-3-git-send-email-nicolas.bertrand@linux.intel.com \
    --to=nicolas.bertrand@linux.intel.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox