Questions tagged [nokia]

Nokia Corporation is a Finnish multinational communications corporation. Use this tag only for programming problems specifically related to Nokia-branded devices.

721 questions
68
votes
13 answers

Qt - remove all widgets from layout?

This doesn't seem easy. Basically, I add QPushButtons through a function to a layout, and when the function executes, I want to clear the layout first (removing all QPushButtons and whatever else is in there), because more buttons just get appended…
user375566
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
21
votes
2 answers

J2ME Polish Application icon defaulting

I have a problem in a J2ME Polish app where basically we have 2 icons showing for the app (the menu icon and the in-app icon that shows up top). If I compile with a single icon and set it in the build.xml file it loads it to both sides, although…
Gonçalo Vieira
  • 2,249
  • 2
  • 19
  • 39
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
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
3 answers

How do I auto-adjust the size of a QDialog depending on the text length of one of its children?

I have a QDialog I'm working with. It is made somewhat like a QMessageBox. I noticed that the size of the QMessageBox (and the size of its label) depends on the size of the message displayed. How would I make the size of my QDialog adjust…
yan bellavance
  • 4,710
  • 20
  • 62
  • 93
11
votes
2 answers

Is there any SDK for the new Nokia 3310?

As confirmed by Nokia, the old phone is returning with new hardware. Will we be able to easily develop anything for the beloved phone?
Elliot Jalgard
  • 143
  • 1
  • 7
11
votes
3 answers

Nokia 220 s30+ Development

I just want to ask that how can i develop apps for Nokia 220 which has s30+ platform. Is there any way to develop apps for this or not?
Hassan Alvi
  • 315
  • 2
  • 10
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
10
votes
4 answers

Does anyone know Nokia's strategy on Qt, Symbian, Maemo, MeeGo?

I don't know this question should or shouldn't be here but I wonder so much. What will Nokia do with Qt, Symbian (3rd, 5th, 1, 2, 3 ...) and MeeGo (Meego will be with symbian or will replace Symbian) and Maemo? Do you think it is good to learn Nokia…
uzay95
  • 16,052
  • 31
  • 116
  • 182
10
votes
2 answers

Memory Management in Qt

I have small doubt about Qt memory management. Let's take an example of Listview, in listview we add each item by allocating memory dynamically. So in this case do we need to delete all the "new"ed items manually. E.g: Qlistview *list = new…
Naruto
  • 9,476
  • 37
  • 118
  • 201
10
votes
2 answers

Symbian S60 3rd ed. FP2 SDK registration

Using Nokia SDK emulator requires registration (at least for Symbian S60 3rd ed. FP2, S^3). Despite SDK is free, it asks for "username/serial" number or suggests to "load registration information from the file" after trial period. Since Nokia site…
radioxoma
  • 426
  • 5
  • 16
10
votes
7 answers

Which phones support which J2ME (Java Micro Edition) spec?

I just can't find an up-to-date chart about which mobile devices support which Java Micro Edition version. I'm especially interested in Nokia smartphones and their support for the new JME 3.0. (I wonder that Sun doesn't seems to provide such…
ivan_ivanovich_ivanoff
  • 19,113
  • 27
  • 81
  • 100
9
votes
3 answers

How to create J2ME midlets for Nokia using Eclipse

Nokia has stopped offering its Developer's Suite, relying on other IDEs, including Eclipse. Meanwhile, Nokia changed its own development tools again and EclipseMe has also changed. This leaves most documentation irrelevant. I want to know what does…
Asaf R
  • 6,880
  • 9
  • 47
  • 69
8
votes
4 answers

Documentation for Qt documentation comments? Qt + Doxygen?

Where can I find documentation for Qt documentation comments? I'm referring to how Qt uses a specific style for documentation comments, like so: /*! \class MyClassName \brief The MyClassName class is used as an example on Stack Overflow. …
Jake Petroules
  • 23,472
  • 35
  • 144
  • 225
1
2 3
48 49