feature: added lua codec parameter to awg
This commit is contained in:
parent
0bca78eca9
commit
d241c82500
15 changed files with 55 additions and 4 deletions
|
|
@ -316,6 +316,21 @@ PageType {
|
|||
checkEmptyText: true
|
||||
}
|
||||
|
||||
TextFieldWithHeaderType {
|
||||
id: luaCodecTextField
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: 16
|
||||
|
||||
headerText: qsTr("Lua Codec")
|
||||
textField.text: serverLuaCodec
|
||||
|
||||
textField.onEditingFinished: {
|
||||
if (textField.text !== serverLuaCodec) {
|
||||
serverLuaCodec = textField.text
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BasicButtonType {
|
||||
id: saveRestartButton
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue