Browse Source
NativeDialog
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3016/head
crueter
1 month ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
3 changed files with
6 additions and
12 deletions
-
src/Eden/Config/GlobalConfigureDialog.qml
-
src/Eden/Main/Main.qml
-
src/qt_common/externals/cpmfile.json
|
|
|
@ -9,17 +9,11 @@ import Eden.Util |
|
|
|
|
|
|
|
import Carboxyl.Base |
|
|
|
|
|
|
|
Dialog { |
|
|
|
NativeDialog { |
|
|
|
property list<var> configs |
|
|
|
|
|
|
|
popupType: Dialog.Native |
|
|
|
|
|
|
|
anchors.centerIn: Overlay.overlay |
|
|
|
|
|
|
|
implicitWidth: 900 |
|
|
|
implicitHeight: 600 |
|
|
|
|
|
|
|
padding: 5 |
|
|
|
width: 900 |
|
|
|
height: 600 |
|
|
|
|
|
|
|
title: qsTr("Eden Configuration") |
|
|
|
standardButtons: Dialog.Ok | Dialog.Apply | Dialog.Cancel |
|
|
|
|
|
|
|
@ -106,7 +106,7 @@ ApplicationWindow { |
|
|
|
Action { |
|
|
|
text: qsTr("Con&figure...") |
|
|
|
shortcut: "Ctrl+," |
|
|
|
onTriggered: globalConfig.open() |
|
|
|
onTriggered: globalConfig.show() |
|
|
|
} |
|
|
|
|
|
|
|
Action { |
|
|
|
|
|
|
|
@ -19,8 +19,8 @@ |
|
|
|
"package": "Carboxyl", |
|
|
|
"repo": "crueter/Carboxyl", |
|
|
|
"git_host": "git.crueter.xyz", |
|
|
|
"sha": "bc8c00a56e", |
|
|
|
"hash": "dc80bcdbf3f3b6ba924eb2c5b20cda081a5d724e13d8337a386c2214d4d5d2e654c3255d6d3821b467aed18360bdc68f5cf85ba4a3ed38fd90c07e4c514517c5", |
|
|
|
"sha": "9d57a6478f", |
|
|
|
"hash": "f515ff48713e641146c42572e13083b481e3cee83006cc84398eaeed74e64b58a6824643cf3ef1877c800204f20fa20b9efa7f4865a24a006626ed7f74ff0b0c", |
|
|
|
"bundled": "true", |
|
|
|
"options": [ |
|
|
|
"CARBOXYL_DEMO OFF" |
|
|
|
|