qml gui and nogui mode
hi guys,my program has two modes GUI and non GUI.What code I must write for changing mode by passing argument in cmd for example if I pass nameofapp.exe -no-gui must be work no-gui version for simple...
View ArticleQML-Designer and external Components
The problem I have is, that the qml designer not found my reusable components. This components lie in a separate directory named MwComponents and there is a qmldir file. To use this components in an...
View Articledirectorys are shown twice in qrc path
When you are adding the file, it takes the path from the current source directory. Here is documentation from Qt Resource file system. “The specified paths are relative to the directory containing the...
View ArticleFontLoader: issue with multiple fonts of same family
Hi all, In my app i’d like to use a font that i have in 3 weight ( Light, Normal, Medium ) and in italic as well. In my Main.qml I did the following: FontLoader { source:...
View ArticleFontLoader: issue with multiple fonts of same family
looks like a bug to me, If you are sure please submit a bug
View Articleqml gui and nogui mode
Hi and welcome to devnet, The most simple way is to create a default qml application and copy it’s main content (except the QApplication creation) in place of // start GUI version
View ArticlePinchArea scale in and scale out touch coordinates
Yes there’s a difference in the captured image and that the VideoOutput shows. I also tried this [qt-project.org] QML camera example it too does that same. Can you check it if it works for you ?
View ArticleQt components and QML sidebar/ examples
Hi, I tried to test the examples out of Qt which are on Git [qt.gitorious.org]: but I don’t know how I can import these examples in Qt Creator. I opened the files with Qt Creator but there are some...
View ArticleHow to set item at the top of screen?
@jiangcaiyang Sorry? I don’t understand you, could you pls rephrase?
View ArticleQt components and QML sidebar/ examples
Hi, You are trying to use a closed repository. There’s more information under the warning on the repository page.
View Articleqml gui and nogui mode
You’ll have to be more specific. “Does not work” doesn’t really say what is currently happening. What should you be getting ? What are you getting ? What parameters are you passing to your application ?
View ArticleQt components and QML sidebar/ examples
Now I installed the qt-examples out of aur and now I find the examples. Does an exaple exist, where a sidebar is?
View ArticleCanvas resize
I’m trying to do so in order to “Canvas” accepted dimensions of the image. I need this is because I write “Canvas” to the file. All the time I get tired of that “Canvas” does not accept the dimensions...
View Articleqml gui and nogui mode
If you replace your main content with QApplication app(argc, argv); qmlRegisterType<CoreAdapter>("conv.core", 1, 0, "CoreAdapter");...
View ArticleTrigger custom QML Event from c++
Hey there, maybe it is a really dumb question but i am a bit confused about how signals and slots between c++ and qml work. I like to trigger a Custom event in my QML like following: Text { ...
View Article[SOLVED] How to restore ListView's selected item after the collection (model)...
just put “[SOLVED]” in the title? Yes. This is how it works currently :)
View Article[Solved]Re position an animated object to previous location
Hi, What I want to do is very simple. Once an animation has been triggered for an object, I want it to go back to the original position. Let’s say I have something that will move from location y to...
View Article