qqmlcomponent Questions

7

I'm having trouble loading one qml through another. Basically, I have created a qml type MyTabView in MyTabView.qml: import QtQuick 2.3 import QtQuick.Controls 1.2 TabView { width: 360 height: 3...
Flabellum asked 17/11, 2014 at 9:34

4

How can I get the first Item/index that is visible in a ListView? I looked inside the documentation and also searched a lot on the Internet but couldn't find anything. Does anyone know how to do th...
Sign asked 25/6, 2015 at 10:56

2

Solved

I have a Loader object that loads some very heavy components. Some event arrives in the middle of the load that requires loading to stop and go back to empty the Loader. Is it possible?
Alina asked 12/4, 2017 at 13:36

2

What is the difference between Component and Item in QML ? The documentation is not absolutely clear here. What is the preferred type to use as a container for several widgets? Can it be replacabl...
Honshu asked 5/8, 2015 at 10:30

2

Solved

I have a QML ListView where the delegate loads it's component from another file. When clicking on an delegate item, I want to update ListView. CurrentIndex and highlight the selected item. It work...
Monopoly asked 12/8, 2015 at 13:3

1

I need to hide The QML Window when opening the another QML Window while clicking the button,I use Loader to open the another QML Window and its only hide the QML form components not QML Window,but ...
Insole asked 16/5, 2015 at 4:16
1

© 2022 - 2024 — McMap. All rights reserved.