Skip to content

Commit

Permalink
Modifying Code and Files
Browse files Browse the repository at this point in the history
  • Loading branch information
lingmo-dream committed Aug 24, 2023
1 parent 276752f commit 8121ea0
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 873 deletions.
54 changes: 28 additions & 26 deletions src/qml/About/Main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ ItemPage {
RoundedItem {
StandardItem {
key: qsTr("Debian Version")

value: about.debianversion
}
}
Expand All @@ -104,8 +103,7 @@ ItemPage {

RoundedItem {
StandardItem {
key: qsTr("Desktop Version")

key: qsTr("Lingmo Desktop Version")
value: about.desktopversion
}

Expand All @@ -132,12 +130,11 @@ ItemPage {

StandardItem {
key: qsTr("Update Time")

value: about.updateversion
}
}

Item {
Item {
height: CuteUI.Units.smallSpacing
}

Expand All @@ -157,7 +154,6 @@ ItemPage {

StandardItem {
key: qsTr("Kernel Version")

value: about.kernelVersion
}

Expand All @@ -171,7 +167,6 @@ ItemPage {

StandardItem {
key: qsTr("Processor")

value: about.cpuInfo
}

Expand All @@ -185,7 +180,6 @@ ItemPage {

StandardItem {
key: qsTr("RAM")

value: about.memorySize
}

Expand Down Expand Up @@ -239,33 +233,41 @@ ItemPage {
// }
// }
// }

StandardButton {
Layout.fillWidth: true
text: ""
// onClicked: timeZoneDialog.visibility = "Maximized"
// visible: about.isCutefishOS
text: qsTr("Software Update")
onClicked: {
about.openUpdator()
}
}

RowLayout {
anchors.fill: parent
anchors.leftMargin: CuteUI.Units.largeSpacing * 1.5
anchors.rightMargin: CuteUI.Units.largeSpacing * 1.5
// StandardButton {
// Layout.fillWidth: true
// text: ""
// // onClicked: timeZoneDialog.visibility = "Maximized"
// onClicked: {
// about.openUpdator()
// }

Label {
text: qsTr("System Update")
}
// RowLayout {
// anchors.fill: parent
// anchors.leftMargin: CuteUI.Units.largeSpacing * 1.5
// anchors.rightMargin: CuteUI.Units.largeSpacing * 1.5

Item {
Layout.fillWidth: true
}
// Label {
// text: qsTr("System Update")
// }

Label {
text: qsTr("")
}
}
}
// Item {
// Layout.fillWidth: true
// }

// Label {
// text: qsTr("→")
// }
// }
// }

// CuteUI.InfoDialog {
// id: infoDialog
Expand Down
162 changes: 0 additions & 162 deletions src/qml/Agreement/Main.qml

This file was deleted.

87 changes: 0 additions & 87 deletions src/qml/Dev/Main.qml

This file was deleted.

Empty file removed src/qml/Develop/Main.qml
Empty file.
Loading

0 comments on commit 8121ea0

Please sign in to comment.