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
01a9e71a44
commit
580af6fd2b
@ -17,7 +17,6 @@ Window {
|
||||
color: "#00000000"
|
||||
title: qsTr("EasyDebug")
|
||||
flags: Qt.FramelessWindowHint | Qt.Window
|
||||
opacity: 0.3
|
||||
|
||||
property alias keysObj: settingKeys
|
||||
|
||||
@ -208,9 +207,9 @@ Window {
|
||||
MainWindowWebSocketServerPage {
|
||||
id: websocketServerPage
|
||||
}
|
||||
MainWindowInfoPage {
|
||||
id: infoPage
|
||||
}
|
||||
// MainWindowInfoPage {
|
||||
// id: infoPage
|
||||
// }
|
||||
MainWindowSettingsPage {
|
||||
id: settingsPage
|
||||
}
|
||||
|
||||
@ -43,7 +43,7 @@ ToolBar {
|
||||
Text {
|
||||
id: easyText
|
||||
text: "Easy"
|
||||
color: "green"
|
||||
color: "red"
|
||||
font.bold: true
|
||||
font.pixelSize: 20
|
||||
font.italic: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user