From: Philippe Nunes <philippe.nunes@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH 2/7] controbase: Add combobox for CBS scheme selection
Date: Mon, 25 Jun 2012 16:37:58 +0200 [thread overview]
Message-ID: <1340635083-5877-3-git-send-email-philippe.nunes@linux.intel.com> (raw)
In-Reply-To: <1340635083-5877-1-git-send-email-philippe.nunes@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 2512 bytes --]
---
src/controlbase.ui | 36 ++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/src/controlbase.ui b/src/controlbase.ui
index ce675d2..b1a9ff1 100644
--- a/src/controlbase.ui
+++ b/src/controlbase.ui
@@ -531,7 +531,7 @@
<string>&Scheme</string>
</property>
<property name="buddy">
- <cstring>leScheme</cstring>
+ <cstring>cbScheme</cstring>
</property>
</widget>
</item>
@@ -555,19 +555,6 @@
</property>
</widget>
</item>
- <item row="0" column="3">
- <widget class="QLineEdit" name="leScheme">
- <property name="text">
- <string>4</string>
- </property>
- <property name="maxLength">
- <number>1</number>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- </widget>
- </item>
<item row="0" column="1">
<widget class="QLineEdit" name="leMessageCode">
<property name="text">
@@ -635,6 +622,23 @@
</property>
</widget>
</item>
+ <item row="0" column="3">
+ <widget class="QComboBox" name="cbScheme">
+ <property name="currentIndex">
+ <number>0</number>
+ </property>
+ <item>
+ <property name="text">
+ <string>Default GSM</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>UCS2</string>
+ </property>
+ </item>
+ </widget>
+ </item>
</layout>
</widget>
</item>
@@ -1575,7 +1579,8 @@
<tabstop>pbSendSMSDatagram</tabstop>
<tabstop>atViewer</tabstop>
<tabstop>openSpecButton</tabstop>
- <tabstop>leScheme</tabstop>
+ <tabstop>teContent</tabstop>
+ <tabstop>cbScheme</tabstop>
<tabstop>leNumPages</tabstop>
<tabstop>lePage</tabstop>
<tabstop>cbGeographicalScope</tabstop>
@@ -1591,7 +1596,6 @@
<tabstop>leLAC</tabstop>
<tabstop>pbSendCellBroadcast</tabstop>
<tabstop>leCellID</tabstop>
- <tabstop>teContent</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>leChannel</tabstop>
<tabstop>cbLanguage</tabstop>
--
1.7.9.5
next prev parent reply other threads:[~2012-06-25 14:37 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-25 14:37 [PATCH 0/7] phonesim: Add UCS2 encoding support for CBS/USSD Philippe Nunes
2012-06-25 14:37 ` [PATCH 1/7] control: Fix empty sender checking Philippe Nunes
2012-06-22 8:20 ` Denis Kenzior
2012-06-25 14:37 ` Philippe Nunes [this message]
2012-06-22 8:08 ` [PATCH 2/7] controbase: Add combobox for CBS scheme selection Denis Kenzior
2012-06-25 14:37 ` [PATCH 3/7] qcbsmessage: Extend QCBSMessage class Philippe Nunes
2012-06-22 14:36 ` Denis Kenzior
2012-06-25 14:38 ` [PATCH 4/7] hardwaremanipulator: Add UCS2 encoding support for CBS message Philippe Nunes
2012-06-25 14:38 ` [PATCH 5/7] hardwaremanipulator: Add multi-page " Philippe Nunes
2012-06-22 8:12 ` Denis Kenzior
2012-06-25 14:38 ` [PATCH 6/7] sms: Extend CBS message formating to use UCS2 scheme Philippe Nunes
2012-06-22 14:36 ` Denis Kenzior
2012-06-25 14:38 ` [PATCH 7/7] hardwaremanipulator: Add USC2 encoding support for USSD Philippe Nunes
2012-06-22 14:09 ` 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=1340635083-5877-3-git-send-email-philippe.nunes@linux.intel.com \
--to=philippe.nunes@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.