• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

kalgebra

  • sources
  • kde-4.14
  • kdeedu
  • kalgebra
  • mobile
  • plugins
  • widgets
  • harmattan
harmattan/Keyboard.qml
Go to the documentation of this file.
1 import QtQuick 1.0
2 
3 Row {
4  signal clear
5 
6  Grid {
7  id:nums
8  columns: 3
9  rows: 4
10  height: 300
11  anchors.top: parent.top
12  anchors.bottom: parent.bottom
13 
14  signal newInput(string text)
15  signal deleteChar
16 
17  CalcButton { text: "1" }
18  CalcButton { text: "2" }
19  CalcButton { text: "3" }
20  CalcButton { text: "4" }
21  CalcButton { text: "5" }
22  CalcButton { text: "6" }
23  CalcButton { text: "7" }
24  CalcButton { text: "8" }
25  CalcButton { text: "9" }
26  CalcButton { text: "." }
27  CalcButton { text: "0" }
28  }
29 
30  Flow {
31  flow: Flow.TopToBottom
32 
33  CalcButton { text: "-" }
34  CalcButton { text: "+" }
35  CalcButton { text: "*" }
36  CalcButton { text: "/" }
37  CalcButton { text: "(" }
38  CalcButton { text: ")" }
39 
40  Button { text: "AC"; onClicked: clear();}
41 
42  anchors.bottom: nums.bottom
43  anchors.top: nums.top
44  }
45 }
Button
Definition: desktop/Button.qml:2
CalcButton
Definition: desktop/CalcButton.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

KDE's Doxygen guidelines are available online.

kalgebra

Skip menu "kalgebra"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal