-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync: from linuxdeepin/dtkdeclarative
Synchronize source files from linuxdeepin/dtkdeclarative. Source-pull-request: linuxdeepin/dtkdeclarative#385
- Loading branch information
1 parent
153bf4e
commit adb81d0
Showing
47 changed files
with
1,199 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd. | ||
// | ||
// SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
||
import org.deepin.dtk 1.0 as D | ||
|
||
D.ListView { | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
// SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd. | ||
// | ||
// SPDX-License-Identifier: LGPL-3.0-or-later | ||
|
||
import QtQuick 2.0 | ||
import QtQuick.Window 2.11 | ||
import QtQuick.Layouts 1.11 | ||
import org.deepin.dtk 1.0 | ||
import ".." | ||
|
||
ControlGroup { | ||
title: "磁盘" | ||
ControlGroupItem { | ||
Label { | ||
visible: true | ||
text: "test0111111111111" | ||
} | ||
Label { | ||
visible: true | ||
text: "test13333333333" | ||
} | ||
} | ||
ControlGroupItem { | ||
Rectangle { | ||
width: 100 | ||
height: 100 | ||
color: "red" | ||
border.color: "black" | ||
border.width: 5 | ||
radius: 10 | ||
} | ||
Switch { | ||
checked: true | ||
Layout.alignment: Qt.AlignHCenter | ||
} | ||
} | ||
ControlGroupItem { | ||
Rectangle { | ||
width: 100 | ||
height: 100 | ||
color: "green" | ||
border.color: "black" | ||
border.width: 5 | ||
radius: 10 | ||
} | ||
Button { | ||
width: 100 | ||
height: 100 | ||
Layout.alignment: Qt.AlignHCenter | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.