Audio Engine module not present in Qt 5.3.2 windows installation
Hello, I tried to migrate to Windows 7 a small development done on Mac OS X with a user compiled version of Qt 5.3.1. This small application use QtAudioEngine module and I discovered that the module is...
View Articleqml camera initialisation
Hi I am using camera in Qml from QtMultimedia .Everything is quiet good.But the onlything i am struck with is i.e.,application freezes for 5-10 seconds when i start loading the camera state to loaded...
View Articlescript in property
hello, my name is Steven and i’m new to QT and quite new to programming in general, so this won’t be the last post by me hehe. so i want a listview with information about the device the app is running...
View ArticleAdd (and change) a component in a placeholder
Hi all, I am quite new to Qt programming, and I think what I try to achieve is quite simple. The application I am porting uses panels (that contain elements such as buttons and labels). Many of the...
View ArticleQML MessageBox onYes called two times after click
MessageDialog { id: messageDialog text: "Czy chcesz pobrać ten wiersz?" ...
View ArticleAudio Engine module not present in Qt 5.3.2 windows installation
Hi, Thanks for your reply. I think so. I kept what is proposed by the installation tool. I tried to use the maintenance tool to verify if the installation was not complete but there are neither...
View ArticleAdd (and change) a component in a placeholder
I saw this one, but how can I change its source from the C++ code? I haven’t found any C++ class that matches the Loader QML type…
View Articlescript in property
Hi, You understood correctly. More details here [qt-project.org] Going by your current implementation, you will need to handle that at delegate level.
View Articleqml camera initialisation
Hi, According to the doc here [qt-project.org] and if I it understood correctly, UnloadedState is suppose to take time for getting ready to capture image. But the application should not freeze. Can you...
View ArticleBindings bug or feature
Hi, One important feature of a declarative language is that you don’t know in which order the declarations will be applied in, or the order the side-effects (signal handlers, binding expressions) will...
View ArticleLoad new View
Hi there, i’m developing an android app. My qml file look like this: //timeline.qml import QtQuick 2.2 import QtQuick.Controls 1.1 import QtQuick.Dialogs 1.1 ApplicationWindow { ...
View ArticleQQuickView not active before being clicked once
Hi I have a QSystemTrayIcon based TrayIcon app with a QQuickView object (its source is a QML file) built in main() function. By clicking in the notification message at tray icon when it appears the...
View Article[SOLVED] Add (and change) a component in a placeholder
Hi, If I understood you correctly you will need qqmlcomponent [qt-project.org] to create component from C++ side, then after beginCreate [qt-project.org] cast it to QQuickItem and set it’s parent as...
View ArticleUnable to change parent and child window Z order after calling loader
I have a QML application that uses a Loader [qt-project.org]” type to load another QML page that creates multiple top-level windows that displays images. I want to be able to change the Z order of the...
View ArticleUnable to change parent and child window Z order after calling loader
BTW, the problem manifests on Win7, but does NOT manifest on Mac, which suggests that perhaps this is a Qt bug.
View ArticleQtQuick.Controls menubar focus on Windows 8.1
Hi folks! I am developing a program using the QtQuick.Controls components. I created a ApplicationWindow and added some Menus and Menuitems in its menubar property. In the meuitems I used mnemonic...
View ArticleHow to control refreshing qml view?
Hi, QML View with C++ Model. QAbstractListModel for c++ model and ListView on QML View with delegates. When I launch view, CPU goes very high. I am suspecting QAbstractListModel::data called for every...
View Articleqml camera initialisation
QTBUG-41467 [bugreports.qt-project.org] seems to be a closer to your problem or you could report this one too with more specific details.
View Article