X Tutup
The Wayback Machine - https://web.archive.org/web/20200616072510/https://github.com/topics/qtquick-controls2
Skip to content
#

qtquick-controls2

Here are 31 public repositories matching this topic...

OlivierLDff
OlivierLDff commented Sep 18, 2019

DialogPage.qml demonstrate the loading of of TextFieldDialog with a loader. We should demonstrate the same behavior with DialogManager.

dialogManager.openTextField({
    acceptedCallback: function(result)
    {
        console.log("result is " + result)
    },
    text: "",
    title: qsTr("Dialog Title"),
    textTitle: qsTr("TextFieldTitle"),
    placeholderText: qsTr("place

Improve this page

Add a description, image, and links to the qtquick-controls2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qtquick-controls2 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
X Tutup