mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update files of project
This commit is contained in:
parent
869ef84cbd
commit
d26a6adb8e
@ -17,7 +17,7 @@ Window {
|
||||
color: "#00000000"
|
||||
title: qsTr("EasyDebug")
|
||||
flags: Qt.FramelessWindowHint | Qt.Window
|
||||
opacity: 1.0
|
||||
opacity: 0.4
|
||||
|
||||
property alias keysObj: settingKeys
|
||||
|
||||
|
||||
10
qml/pages/BasePage.qml
Normal file
10
qml/pages/BasePage.qml
Normal file
@ -0,0 +1,10 @@
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
|
||||
import "../common"
|
||||
|
||||
SAKPane {
|
||||
id: root
|
||||
|
||||
Item {}
|
||||
}
|
||||
@ -79,5 +79,6 @@
|
||||
<file>qml/pages/BleCentralPageController.qml</file>
|
||||
<file>qml/pages/AboutPage.qml</file>
|
||||
<file>qml/pages/SettingsPage.qml</file>
|
||||
<file>qml/pages/BasePage.qml</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user