cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
14 lines
253 B
QML
14 lines
253 B
QML
/*
|
|
* SPDX-FileCopyrightText: 2017 Marco Martin <mart@kde.org>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
|
*/
|
|
|
|
import QtQuick
|
|
|
|
Page1Form {
|
|
button1.onClicked: {
|
|
console.log("Button Pressed. Entered text: " + textField1.text);
|
|
}
|
|
}
|