How can I debug the dread jom "error 2" problem?
I was able to track down the problem – jom had a dependency on a DLL (I think it was mspdb100.dll) which only existed in Visual Studio 2010, and so when I switched my path to point to Visual Studio...
View ArticleJavascript resource provider similar to image provider for QML
Hi, Is there a way for me to get javascript files from the network using custom code, similar to the qquickimageprovider class? Thanks, Rohit
View ArticleJavascript resource provider similar to image provider for QML
Hi, Please don’t post the almost same question in different sub forum, one is enough Duplicate [qt-project.org]
View ArticlePossible to draw dashed line using 2d context in Canvas?
I’ve got a Canvas on my window and I’m drawing a line on it: Canvas { onPaint: { var ctx = getContext("2d"); ...
View ArticleQt Quick 5.3.2 wheel event cascade
Hi, Just updated to Qt 5.3.2 (from 5.3.1) and have some problems with the scroll wheel behavior. Mouse scrolling on a Slider inside a ScrollView affect both the Slider and the ScrollView at the same...
View Articleresize TableView column based on contents in a column
How can I resize the contents of a TableView column based upon the contents in a column? My TableView is declared more or less like this in QML: TableView { ... ...
View Articleresize TableView column based on contents in a column
ruysch: I believe that is a known issue. I think this would be the appropriate task for it: https://bugreports.qt-project.org/browse/QTBUG-36518
View ArticleQML slot looses context
Hello. I am developing an application with QML frontend and C++ backend – QML retrieves all data required by calling C++ functions on backend. From QML backend functions are accessible through special...
View ArticleHow to change font size at the application?
I need change font size at the application, for example: at the settings user can choose: small, medium or large font size, how to dinamical change a font size at the all of application windows?
View ArticleHow to change font size at the application?
emmm….. ok maybe some one know base container name for qml elements? :)
View ArticleCustom scroll bar for scroll area
Hi, I am trying to create a custom scroll bar for QScrollArea using stylesheets. The minimum width of the scroll bar needs to be 48px, it’s getting created correctly, but its pushed all the way to the...
View ArticleStackView attached properties not visible in pushed objects
I have a StackView which includes initialItem: Qt.resolvedUrl(“file.qml”) In the root Item in file.qml, I can do Stack.view.push(Qt.resolvedUrl(“another.qml”)). But in the root Item of another.qml, a...
View ArticleCustom scroll bar for scroll area
Any idea what is the subcontrol for the scroll bar in scroll area. I am wondering if there is a way to change the position of the scroll bar using the stylesheet.
View ArticleDefine a path (custom direction) for particles of an emitter
I’m using Qt5.3 and I’m using QtQuick.Particles2.0 system to show fluid motion inside a pipe by an emitter and defining a direction. For a straight line of pipe, I have no problem to show the particles...
View ArticleQML slot looses context
Ok, it seems the problem was not with my promise pattern – some other code was simply recreating views, hence lost context. Stupid me :/ Thank you, p3c0
View Article[Solved] ListView: Modify the animation/rebound behaviour of snap mode
Hi all, I would like to create a component which will display one item at a time. User may do a swipe gesture to scroll to next item. However, I don’t like the default easing curve used in the snap...
View Articleresize TableView column based on contents in a column
jens: How would you make certain that resizeColumnsToContents is envoked automagic?
View ArticleReset Examples
Hi, is there a way to reset a example? I was looking throw the “qabstractitemmodel” example and edited the code… the problem is everytime if I open the example with qt creator again I can see my...
View ArticleReset Examples
Is there another repo where I can find it maybe? Yes, if you go to the link that mrjj sent then you can select Qt root repo [qt.gitorious.org] and from there you can find QtDeclarative sub-repo...
View Article