kalgebra
Tables.qml
Go to the documentation of this file.
62 Label { text: "Input:" } ExpressionInput { id: input; text: "sin x"; width: ins.width-input.x-5; onAccepted: calculateTable() }
63 Label { text: "From:" } RealInput { id: from; value: 0; width: ins.width-from.x-5; onAccepted: calculateTable() }
64 Label { text: "To:" } RealInput { id: to; value: 10; width: ins.width-to.x-5; onAccepted: calculateTable() }
65 Label { text: "Step:" } RealInput { id: step; value: 1; width: ins.width-step.x-5; onAccepted: calculateTable() }
Definition: desktop/Button.qml:2
Definition: desktop/Label.qml:3
Definition: desktop/RealInput.qml:2
Definition: desktop/SimpleListView.qml:2
Definition: desktop/ExpressionInput.qml:2
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.