mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: remove commented out / unused code
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2b1812f2cb
commit
0cad6d206c
1 changed files with 0 additions and 13 deletions
|
|
@ -11,7 +11,6 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: detailsView
|
id: detailsView
|
||||||
property int labelWidth: MobileComponents.Units.gridUnit * 10
|
|
||||||
property real gridWidth: subsurfaceTheme.columnWidth - 2 * MobileComponents.Units.gridUnit
|
property real gridWidth: subsurfaceTheme.columnWidth - 2 * MobileComponents.Units.gridUnit
|
||||||
property real col1Width: gridWidth * 0.23
|
property real col1Width: gridWidth * 0.23
|
||||||
property real col2Width: gridWidth * 0.37
|
property real col2Width: gridWidth * 0.37
|
||||||
|
|
@ -58,18 +57,6 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
Rectangle {
|
|
||||||
id: mapView
|
|
||||||
width: parent.width
|
|
||||||
height: parents.width * 0.7
|
|
||||||
WebView {
|
|
||||||
id: webView
|
|
||||||
anchors.fill: parent
|
|
||||||
url: "http://www.google.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
MobileComponents.Label {
|
MobileComponents.Label {
|
||||||
id: dateLabel
|
id: dateLabel
|
||||||
text: "Date: "
|
text: "Date: "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue