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

kstars

  • extragear
  • edu
  • kstars
  • kstars
  • kstarslite
  • qml
  • dialogs
AboutDialog.qml
Go to the documentation of this file.
1 // Copyright (C) 2018 Csaba Kertesz <[email protected]>
2 /***************************************************************************
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 * *
9 ***************************************************************************/
10 
11 import QtQuick 2.6
12 import QtQuick.Window 2.2
13 import QtQuick.Layouts 1.1
14 import QtQuick.Controls 2.0
15 import QtQuick.Controls.Material 2.0
16 import QtQuick.Controls.Universal 2.0
17 import "../constants" 1.0
18 import "../modules"
19 
20 KSPage {
21  id: aboutDialog
22  objectName: "aboutDialog"
23  title: xi18n("About")
24 
25  property alias versionText: versionLabel.text
26  property alias buildText: buildLabel.text
27  property alias teamText: teamLabel.text
28  property alias licenseText: licenseLabel.text
29 
30  ColumnLayout {
31  Layout.fillWidth: true
32  Layout.fillHeight: true
33 
34  KSLabel {
35  text: xi18n("KStars")
36  }
37 
38  KSLabel {
39  id: versionLabel
40  text: ""
41  }
42 
43  KSLabel {
44  text: xi18n("Desktop Planetarium")
45  }
46 
47  KSLabel {
48  id: buildLabel
49  text: ""
50  }
51 
52  KSLabel {
53  id: teamLabel
54  text: ""
55  }
56 
57  KSLabel {
58  textFormat: Text.RichText
59  text: "<a href=\"https://edu.kde.org/kstars\">https://edu.kde.org/kstars</a>"
60  }
61 
62  KSLabel {
63  id: licenseLabel
64  text: ""
65  }
66  }
67 }
KSPage
Definition: KSPage.qml:15
KSLabel
Definition: KSLabel.qml:3
ColumnLayout
Text
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 9 2019 02:11:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kstars

Skip menu "kstars"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

edu API Reference

Skip menu "edu API Reference"
  •     core
  • kstars

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