Top "Blackberry-10" questions

BlackBerry 10 is a QNX-based mobile platform developed by BlackBerry (formerly Research in Motion).

How can I cast a QVariant to custom class?

I'm developing a BlackBerry 10 mobile application using the Momentics IDE (native SDK). I have a listview which I want to …

c++ qt blackberry-10 cascade qvariant
Calling a QML function from C++

I'm developing a Blackberry 10 mobile application using the BB Native SDK. I need to call a QML function into my …

qt mobile blackberry qml blackberry-10
Install cordova plugin for ONE platform only

We want to install the com.blackberry.app plugin (http://plugins.cordova.io/#/package/com.blackberry.app) for our (cordova 3.4.0 …

cordova blackberry-10
Q_DECL_EXPORT keyword meaning

Q_DECL_EXPORT int main(int argc, char **argv) What does this Q_DECL_EXPORT before int main(...) means?

c++ blackberry-10
dynamically change label text QML

This is the silliest thing to do in any language but I'm stuck on how to do it in QML. …

qt qml blackberry-10
Use of colon after class name in c++

This is a header file extracted from a blackberry 10 helloworld program. #ifndef ApplicationUI_HPP_ #define ApplicationUI_HPP_ #include <QObject&…

c++ qml blackberry-10
How to display a local:// image in ionic framework + cordova?

Does anyone know how to display local images, packaged inside a Cordova container, using Ionic (http://ionicframework.com/docs/)? I …

android cordova blackberry-10 ionic-framework
Is it possible to change language on Qt at runtime

in my app I need internationalization. Say I have created several .ts file for different languages e.g., German, French, …

c++ qt blackberry-10
How to make charts/graphs (such as line graphs, bar graphs, circle graphs), etc. in C++, Qt, QML, Blackberry 10 Cascades Beta 3 SDK?

I need to know how to make charts/graphs in Blackberry 10 Cascades Beta 3 SDK, QML, Qt, C++. If anyone can …

c++ qt charts qml blackberry-10
QThread emits finished() signal but isRunning() returns true and isFinished() returns false

Below is the code for my qthread implementation. I am trying to get gps data from satellite. QThread doesn't produce …

c++ qt gps blackberry-10 qthread