Cross compiling QT application for Atmel SAMA5D3 Board
Hi and welcome to devnet, Timesys providing the complete SDK for this board, I would recommend asking them directly, they are the more knowledgable about that matter.
View ArticleQApplication with QtQuick memory problem
Hi, I’m using Qt 5.2.1 on windows, mac os x and android and didn’t notice any “memory leaks” so far. Just tried your example with resizing the app more than 100 times and I can’t confirm any leaks,...
View ArticleImport of remote directory with qml files does not work
Hi, Your first import is a relative path import. When importing a local directory via relative import, the qmldir in the directory is treated as a directory listing file. Your second import is an...
View ArticleUsing local types in remote qml files
The types which are used in the QML file which comes from a remote directory import MUST be exposed into a type namespace which is imported by that remote file. You cannot use just the Button type...
View ArticleQML: calculate height with min/max range for Rectangle from child Text content
You can use implicitHeight and implicitWidth to help with this sort of thing, if you are not using higher-level controls to help you with layouts.
View Article[solved]Qt Quick Controls Scope
Hello, i have problems with the following code: Rectangle { width: 360 height: 360 MenuManager { ...
View ArticlePerformace Problem with Text
Thanks for your answer and your hints. I think you are right. Further texts do not impact the Time in the way the first does. I now don’t have any additional fonts installed on my Mac, i ensured it and...
View Article[solved]Qt Quick Controls Scope
Thanks, after the renaming of the property everything works.
View ArticleQML show Text and gif in QML Text Element like weibo
I meet a serious question when i use text with html like this: Rectangle { width: 100 height: 62 Text { id: name text: "Qt Project is very...
View ArticleQML Styling
Sorry for the question, but we haven’t found an acceptable solution for this or no explanation how to use a solution :-) What I know is: Desktop module and the QML Styles (ButtonStyle, …) Cascading...
View ArticleQML ScrollBar
Hi guys, I have a two problems. I have a Scroll Bar like this. ScrollBar [i.imgur.com] I want to do, what i showed in this picture. My first problem is when i scroll down my text goes out of my...
View ArticleMemory leak when using sourceSize on images in list views?
Hi. I’m having memory problems in my application that appears to be due to using sourceSize on images in list views. I’ve included a small QML-example below that illustrates the issue. It requires a...
View ArticleThe Lismodel is not efficient enough
When the ListElement amount exceed 600, the Lismodel seems slow.
View ArticleQtCreator crashed on QQuickView memory allocation
Hi I began thread here http://qt-project.org/forums/viewthread/41564/# i run my program to point QQuickView a; and at this point i get crash of QtCreator int main (int argc, char *argv[]) { ...
View ArticleTabView dynamically creating tabs, cant pass the data
Hi, I got a problem with dynamically creating tabs in tabview. It works perfectlly for tab at index 0 but it wont work for rest. I create tabs when property actions changes and it creates tabs just...
View ArticleReparent an item to an another from an other file
I want to use ‘ParentChange’ for reparenting my item to an another. This works fine if my item and the new parent is into the same QML file, but, for improving the reading of my application, I want to...
View ArticleReparent an item to an another from an other file
Yes:, my code looks like that: Rectangle{ id: developpmentView Item{ id: application...
View ArticleStyle TextField of editable Combobox
Hi, As of Qt5.3 beta, I can’t find a way to style the “TextField” of an editable combobox (mainly wanna change font and text color) Is there any hidden solution ? Thanks !
View ArticlePrint multiple tabs to single pdf
Dear qt quick community! I am still learning qml and I am currently developing a tool for myself. Following you find a screenshot of what the tool roughly looks like at the moment: So basically, I have...
View Article