🎉 | Project released.
This commit is contained in:
14
contents/ui/configGeneral.qml
Normal file
14
contents/ui/configGeneral.qml
Normal file
@@ -0,0 +1,14 @@
|
||||
import QtQuick
|
||||
import QtQuick.Controls as QQC2
|
||||
import org.kde.kirigami as Kirigami
|
||||
|
||||
Kirigami.FormLayout {
|
||||
id: page
|
||||
property alias cfg_systemPrompt: systemPrompt.text
|
||||
|
||||
QQC2.TextArea {
|
||||
id: systemPrompt
|
||||
text: page.cfg_systemPrompt
|
||||
placeholderText: page.cfg_systemPrompt.default
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user