There is a description about a product or event that people would like to share among them. This can be a simple text or rich text too.
I want to create a simple application for Nokia 5230 (s60 v5). Application will given some hardcoded numbers and it will accept calls from these no.s as s开发者_运维百科oon as call will received.
I am trying to set up a development environment to play around with developing Qt apps for Symbian devices.I have succesfully set up the environment and am able to create simple apps such as HelloWorl
Suppose one wants to port a desktop app to a smartphone (which can mean write from scratch).开发者_JS百科
I want to customize a listview in Qt, can anyone provide me some example or hints of how to do it? I am new to Qt.开发者_如何学CYou can apply stylesheet to your QListView.
I am writing an application in Qt to be deployed on Symbian S60 platform. Unfortunately, it needs to have Bluetooth functionality - nothing really advanced, just simple RFCOMM client socket and device
I\'ve created 2 widget with Desinger (Widget1 and Widget2) , each one has it\'s tab order defined. A third widget (Widget3 )is defined programmatically and contains the above 2 widget in a vertical la
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I 开发者_运维知识库would like to know what are the options for intercepting an SMS. I want to be able to launch some code to handle the SMS when it is received.
I have a gra开发者_运维技巧phicsview and a graphicsscen, but I don\'t know how to install and handle the event filter for getting the keyboard events. Can anyone help me with that?