mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-10 04:15:51 +00:00
improve tag completion
allow to select item from tooltip by mouse and insert it to text edtior
This commit is contained in:
@ -49,7 +49,7 @@ QtDialogs.Dialog {
|
||||
width: parent.width
|
||||
anchors.top: title.bottom
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
|
||||
QtControls.GroupBox {
|
||||
width: parent.width
|
||||
height: parent.height / 5
|
||||
@ -122,7 +122,7 @@ QtDialogs.Dialog {
|
||||
QtDialogs.FileDialog {
|
||||
id: logPath
|
||||
title: i18n("Open log file")
|
||||
onAccepted:
|
||||
onAccepted:
|
||||
logBody.text = awActions.getFileContent(logPath.fileUrl.toString().replace("file://", ""))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user