• 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
About.qml
Go to the documentation of this file.
1 import QtQuick 1.0
2 import org.kde.analitza 1.0
3 import widgets 1.0
4 
5 KAlgebraPage
6 {
7  Column {
8  anchors.margins: 20
9  anchors.fill: parent
10  spacing: 20
11 
12  Image {
13  source: "qrc:/kalgebra.svgz"
14  anchors.horizontalCenter: parent.horizontalCenter
15  }
16 
17  Label {
18  anchors.left: parent.left
19  anchors.right: parent.right
20 
21  wrapMode: Text.WordWrap
22  horizontalAlignment: Text.AlignHCenter
23  text: ("KAlgebra is brought to you by the lovely community of KDE and KDE Edu from a Free Software envionment.")
24  }
25 
26  Label {
27  anchors.left: parent.left
28  anchors.right: parent.right
29 
30  wrapMode: Text.WordWrap
31  horizontalAlignment: Text.AlignHCenter
32  text: ("In case you want to learn more about KAlgebra, you can find more information "+
33  "<a href='http://edu.kde.org/applications/mathematics/kalgebra/'>in the official site</a> and in "+
34  "the <a href='http://userbase.kde.org/KAlgebra'>users wiki</a>.<br/>"+
35  "If you have any problem with your software, please report it to <a href='http://bugs.kde.org'>our bug tracker</a>.")
36  }
37 
38  Label {
39  anchors.left: parent.left
40  anchors.right: parent.right
41 
42  wrapMode: Text.WordWrap
43  horizontalAlignment: Text.AlignHCenter
44  text: "Aleix Pol Gonzalez &lt;<a href='mailto:aleixpol@kde.org'>aleixpol@kde.org</a>&gt;"
45  }
46 
47  Image {
48  source: "qrc:/kde-edu-logo.png"
49  anchors.horizontalCenter: parent.horizontalCenter
50 
51  MouseArea {
52  anchors.fill: parent
53  onClicked: Qt.openUrlExternally("http://edu.kde.org")
54  }
55  }
56  }
57 }
Label
Definition: desktop/Label.qml:3
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