Forum: Handset
11-06-2011, 08:49 PM
|
|
Replies: 25
Views: 3,977
Re: [Announce] Ionic e-book reader
Please, add ~/MyDocs/Books to the list of directories! That is where FBReader [normally] looks for books. Also, do you search for books recursively in these directories?
|
Forum: Handset
09-14-2011, 12:16 PM
|
|
Replies: 3
Views: 1,299
|
Forum: Handset
09-11-2011, 04:17 PM
|
|
Replies: 3
Views: 1,299
|
Forum: Application Developer Support
08-07-2011, 08:26 PM
|
|
Replies: 13
Views: 1,229
Re: Access to the navigation bar
Now, one more time: my code is not using QML. It is not linked to QML. There is no QML in sight. So, it cannot be the QML ToolBar.
|
Forum: Application Developer Support
08-02-2011, 11:54 AM
|
|
Replies: 13
Views: 1,229
|
Forum: Application Developer Support
08-02-2011, 08:31 AM
|
|
Replies: 13
Views: 1,229
|
Forum: Application Developer Support
08-02-2011, 07:51 AM
|
|
Replies: 13
Views: 1,229
Re: Access to the navigation bar
QtQuick creates its own widget hierarchy rooted at QDeclarativeView. It has nothing to do with the QMainWindow owning the navigation bar.
|
Forum: Application Developer Support
08-02-2011, 04:53 AM
|
|
Replies: 13
Views: 1,229
|
Forum: Application Developer Support
08-01-2011, 08:21 PM
|
|
Replies: 2
Views: 606
Re: Widget stays black after drawImage()
void EMULib::paintEvent(QPaintEvent *E)
{
// Start drawing into the window
QPainter Painter;
Painter.begin(this);
// Draw
Painter.drawImage(0,0,MyImage,0,0,width(),height());
...
|
Forum: Application Developer Support
08-01-2011, 07:34 PM
|
|
Replies: 5
Views: 939
|
Forum: Application Developer Support
08-01-2011, 07:04 PM
|
|
Replies: 5
Views: 939
Re: Settings page using QML components
I have tried running the main.qml example given at this page with qmlviewer on the actual N950 and got the following errors:
http://pastebin.com/FPmcH9cm
What am I doing wrong?
|
Forum: Application Developer Support
08-01-2011, 11:40 AM
|
|
Replies: 5
Views: 939
|
Forum: Application Developer Support
08-01-2011, 09:44 AM
|
|
Replies: 6
Views: 1,550
|
Forum: Application Developer Support
08-01-2011, 09:43 AM
|
|
Replies: 5
Views: 939
Settings page using QML components
I am currently trying to implement a Settings page in QML. Unfortunately, the current QML incarnation does not come with any UI elements, and I am not ready to implement my own UI toolkit from...
|
Forum: Application Developer Support
08-01-2011, 09:38 AM
|
|
Replies: 2
Views: 606
Widget stays black after drawImage()
In my paintEvent() handler, I am calling QPainter::begin(), blitting QImage contents into QWidget with QPainter::drawImage(), then calling QPainter()::end(). Unfortunately, the widget stays black.
...
|
Forum: Application Developer Support
08-01-2011, 09:33 AM
|
|
Replies: 13
Views: 1,229
Access to the navigation bar
On N9(50), the QMainWindow always shows up with a gray bar at the bottom, known as the "navigation bar", if I understood googled pieces of information correctly. Is there a way to place stuff onto...
|
Forum: Application Developer Support
08-01-2011, 09:25 AM
|
|
Replies: 6
Views: 1,550
Re: QML Components Gallery on N950 source
Anyone knows how to make these examples run on N950? I tried downloading the Tutorial QML files to N950 and running "qmlviewer main.qml", but it ends up complaining about missing images and...
|
Forum: General
06-28-2011, 01:48 PM
|
|
Replies: 15
Views: 3,009
|