Writing generic QML ListView that can be created to reference different...
I have a QtQuick 2 application with a c++ back end. The app needs to display various different lists with the data being processed in the c++. I have a c++ class that handles everything to do with the...
View ArticleQtQuickView doesn't work inside of a QtCreator plugin
Hello, I am trying to insert a QQuickView that is mapped in a QWidget after calling createWindowContainer into a QVBoxLayout which is used after that in a DesignWidget. This DesignWidget will be...
View Articleown embedded QML Notification Center as Notification Center of Android or iOS
Hello All Perhaps this question has been asked But I have not found If there is a link to the answer – write here, please The essence of the problem: I want to make notification center as Notification...
View ArticleHow to set a "instant" value instead of a relative value of a property?...
rect2 width and height must be half of its parent width and height. But I want that just at the beginning. If the user resizes the window, I don’t want the rect2 to recalculate his width and height...
View ArticleHow to set a "instant" value instead of a relative value of a property?...
I got it, guys. When we set width: rect.width * 0.5; is happening a binding. Not an assignment. What I should do to assign the value: Component.onCompleted: { ...
View ArticleCustom fonts only works the first time
Guys, I am really struggling with this and not sure how to solve this issue. Here is the code. I am running this on symbian ^3 (belle) I have 2 custom fonts that i need to use. In the example below i...
View ArticleCombining ParentChange with AnchorChanges
I’m trying to change parent and anchor at the same time, while animating the anchor change (Qt 5.0.1, Windows): import QtQuick 2.0 Item { id: topItem ...
View ArticleTo create a new dialogue box using QML
Hi JapieKrekel, Thanks for your reply,sir….It’s worked…..I have gone through your codings for three times and then i got it out,what you are coming to say…Now i need to integrate this in my...
View ArticleQML remote debugging doesn't work - symbol lookup error, undefined symbol
I’m new to Linux development :) What do you mean with “deploy the debugger plugin” and how can I do that? Thanks!
View ArticleOpenGL version of Qt makes animated QtQuick2 application excessive cpu load
Anyone has the same issue with me? Or am I missing something? When using OpenGL version of Qt(not ANGLE version), as long as the application has constant animations or particle systems, it used 25% cpu...
View ArticlePathView Using QAbstractListModel Determines Count Late
Not sure if you’re still interested, but I had a conversation with a couple of former Trolltech employees on IRC last night. They helped me with this and I’ve posted the answer to my StackOverflow...
View ArticleOpenGL version of Qt makes animated QtQuick2 application excessive cpu load
It is duplicated with https://bugreports.qt-project.org/browse/QTBUG-29686
View Articleown embedded QML Notification Center as Notification Center of Android or iOS
no, i mean else things. but thank you for your answer! i mean i want create dragdown notification panel. as it was made in ios and adroid- so it place for a clock, unanswered calls and news. i want...
View ArticleHow add symbol for closing (deleting) "cross in circle" outside icon?
I want create QML component as it was made in iOS – long touch at icons make visibled cross inside circle outside of icon or at some top corner. The touch to this circle will call some event where I...
View ArticleQ_ENUMS as property variant index
It looks like you can only use literals to define keys. Eg: property varaint map: { 'string_literal': TestClass.Low, 1024: 'some_value' } You can access the...
View ArticleWhat is QSpotify 1.0?
I see video about QML [youtube.com] and lector use QSpotify 1.0 . I try to use it too,but it not installed. What is QSpotify and how to install it? Thanks.
View ArticleWhat is QSpotify 1.0?
you can get it from here. git://gitorious.org/qtify/qtify.git its a playground project by qt devs to show the power of qml
View Article[SOLVED] QML using QGLWidget as viewport not getting TouchEvents
Modifying code in qgesturemanager.cpp function deliverEvents allows the gesture event to be delivered. The new code is invoked if existing methods produce a NULL target widget. The search only operates...
View ArticleHow to show data from database in a ListView ?
Can anybody explain how to show data from database in QML list view? I’ve created a database with sqlite but I’m unable to show data in a list view. I don’t want to use C++… please help me…
View ArticleCustom fonts only works the first time
Solved SymbianFontLoader.h #ifndef SYMBIANFONTLOADER_H #define SYMBIANFONTLOADER_H #include <QString> #include <coemain.h> #include <w32std.h>...
View Article