mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
new Label item
Add a Label that we can use for styled text until we figured out how to set the default font size. Signed-off-by: Sebastian Kügler <sebas@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6d3a5e6bd4
commit
ffe44f9aaf
1 changed files with 14 additions and 0 deletions
14
qt-mobile/Label.qml
Normal file
14
qt-mobile/Label.qml
Normal file
|
@ -0,0 +1,14 @@
|
|||
import QtQuick 2.5
|
||||
//import QtQuick.Controls 1.2 as QuickControls
|
||||
import QtQuick.Window 2.2
|
||||
import QtQuick.Dialogs 1.2
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
Text {
|
||||
|
||||
font.pointSize: 18
|
||||
color: theme.textColor
|
||||
|
||||
text: "empty label"
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue