Questions tagged [symbian]

Symbian is a discontinued embedded operating system and software platform for smartphones.

Symbian has APIs for , , , , and .

897 questions
62
votes
6 answers

How can I POST data to a url using QNetworkAccessManager

I have a webservice that I need to POST some data to using Qt. I figured that I can use a QByteArray when POSTing to the web service. My question is, how can I format this array in order to be parsed correctly at the other end? This is the code I…
sabbour
  • 4,969
  • 6
  • 34
  • 33
53
votes
5 answers

looking for best barcode scanner library, besides zxing

I am looking for some best barcode libraries on all platforms. I know zxing but wondering more libraries besides it. Any help is appreciated~
Mickey Shine
  • 12,187
  • 25
  • 96
  • 148
41
votes
6 answers

Get local IP address in Qt

Is there a cross-platform way to get the local IP address (i.e. something that looks like 192.168.1.49) of the computer using Qt? I want to make an FTP server for a Symbian phone and I want to show the IP address the FTP client should connect to.
sashoalm
  • 75,001
  • 122
  • 434
  • 781
32
votes
3 answers

QML Text element hyperlink

In my QML Text element I want to have a hyperlink to a website and managed to do so with it looking like one etc. but when I click or touch it nothing happens, the link is supposed to open in a the default browser. Text { id: link_Text text:…
Gerharddc
  • 3,921
  • 8
  • 45
  • 83
27
votes
22 answers

What mobile platform should I start learning?

What mobile platform should I start learning? What matters is: ease popularity of the platform low cost of the SDK and actual handheld
flybywire
  • 261,858
  • 191
  • 397
  • 503
22
votes
4 answers

Qt or Symbian C++?

I am planing to develop on Symbian systems but I am not familiar with it. I know (might be) the most popular way of developing on Symbian is Symbian C++, and I also heard of Qt. What's the difference between them? If I want my app run on most of the…
Mickey Shine
  • 12,187
  • 25
  • 96
  • 148
19
votes
4 answers

Transparent QWidget/QScrollArea background style setting has no effect

This question relates to http://www.qtcentre.org/threads/18151-QScrollArea-misbehaving-background-style http://www.qtforum.org/article/34443/cannot-change-background-color-of-a-qscrollarea-with-setstylesheet.html I'm asking in here because I…
Sebastian Roth
  • 11,344
  • 14
  • 61
  • 110
15
votes
6 answers

How to get started with Symbian (S60 plattorm)

So at my new job one of the platforms we use is S60 (Nokia phones, Symbian OS) and I am getting curious about it, as well feeling the need to help the team a bit from time to time (I actually work on the server side of things for this software). So…
webclimber
  • 2,630
  • 4
  • 26
  • 36
15
votes
2 answers

MoSync experiences

Does anybody have experiences from cross platform mobile app development framework MoSync? It sounds very good and promises much. But does it deliver?
AOO
  • 633
  • 11
  • 20
12
votes
3 answers

How do I develop applications for Symbian OS of Mobile Phones like Nokia

I would like to develop applications for Symbian OS Phones and try another track other than programming in Java. I would like to experience how to program on mobile phones using C and C++. Can you please give some tips on what tools to use on…
Roy Marco Aruta
  • 705
  • 5
  • 11
  • 21
12
votes
4 answers

defining static const structs

This question is related to Symbian OS yet I think that C/C++ veteran can help me too. I'm compiling an open source library to Symbian OS. Using a GCCE compiler it compiles with no errors (after some tinkering :) ). I changed compiler to ARMV5 and…
dudico
  • 555
  • 2
  • 4
  • 11
12
votes
1 answer

Using a QStyledItemDelegate on a QListView with QSqlQueryModel

I have a QListView, that has a QSqlQueryModel set as its model. How can I use a QStyledItemDelegate in order to customise the QListView's rows' appearence (e.g. show 2 text lines) ? QSqlDatabase db = QSqlDatabase::addDatabase( "QSQLITE"…
gmpi
  • 165
  • 1
  • 2
  • 6
12
votes
15 answers

Which mobile programming environment do you recommend for a startup to target?

There's a lot of mobile platforms out there at the moment; iPhone, Android, WebOS, Symbian. If creating a startup for mobile development (i.e. as a commercial endeavour, not a hobby), which mobile platform is worth focusing on?
AlBlue
  • 23,254
  • 14
  • 71
  • 91
12
votes
13 answers

J2ME VS Android VS iPhone VS Symbian VS Windows CE

I have very little idea about mobile platforms, though I am interested to program for them. Would you please compare J2ME VS Android VS iPhone VS Symbian VS Windows CE. I would like to know: which one is better which one should I choose and why if…
Sadi
  • 2,346
  • 4
  • 18
  • 31
11
votes
2 answers

How to get selected listitem index in Qt

I am having a QListView which contains some items. Now I want to get the index of selected item, i.e. if I select 5th element I should get 5. How I can get this?
Naruto
  • 9,476
  • 37
  • 118
  • 201
1
2 3
59 60