Posts by Janilson Duarte • 61 points
6 posts
-
0
votes1
answer28
viewsA: How to convert horizontal menu tab to vertical in QML?
i did many experiments but almost nothing worked until I found this post https://evileg.com/en/post/191/ who helped me and I used to turn the horizontal menu vertical. below is the code I used.…
-
0
votes1
answer28
viewsQ: How to convert horizontal menu tab to vertical in QML?
I want to convert a horizontal menu tab to vertical menu tab, wrote the following code: TabView { id: frame anchors.fill: parent anchors.margins: 4 Tab { title: "Tab 1" } Tab { title: "Tab 2" } Tab…
-
3
votes1
answer169
viewsA: How to resolve this ASSERT error: "!" No style available without Qapplication!"" in file kernel qapplication.cpp, line 1054?
Thank you guys, I already found the answer. To solve this problem, you must replace the Guiapplication for Qapplication, the reason for this is the use of Qcharts How the documentation on using…
-
1
votes1
answer169
viewsQ: How to resolve this ASSERT error: "!" No style available without Qapplication!"" in file kernel qapplication.cpp, line 1054?
When I start an application to display a graph it shows me this error: QML debugging is enabled. Only use this in a safe Environment. ASSERT: "!" No style available without Qapplication!"" in file…
-
1
votes1
answer108
viewsQ: How can I create a layout like the image with QML?
I’m learning QML now and I want to create something similar to the image attached, I’ve tried to create something but I can’t manipulate the vertical menu buttons and leave it like the image,…
-
1
votes0
answers46
viewsQ: How to promote Qgraphicsview in Qchartview?
I’m new to Qt Creator, I want to know how to present 2 or 3 graphics on a single screen, I’ve seen some examples that Qt provides, but they don’t show how I want to learn how to do it, please Help.…