|
|
|
|
@ -218,30 +218,6 @@ ColumnLayout { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
PlasmaComponents3.ToolButton { |
|
|
|
|
visible: runnerWindow.helpEnabled |
|
|
|
|
checkable: true |
|
|
|
|
checked: root.query.startsWith("?") |
|
|
|
|
// Reset if out quers starts with "?", otherwise set it to "?" |
|
|
|
|
onClicked: root.query = root.query.startsWith("?") ? "" : "?" |
|
|
|
|
icon.name: "question" |
|
|
|
|
Accessible.name: i18n("Show Usage Help") |
|
|
|
|
Accessible.description: i18n("Show Usage Help") |
|
|
|
|
PlasmaComponents3.ToolTip { |
|
|
|
|
text: i18n("Show Usage Help") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
PlasmaComponents3.ToolButton { |
|
|
|
|
checkable: true |
|
|
|
|
checked: runnerWindow.pinned |
|
|
|
|
onToggled: runnerWindow.pinned = checked |
|
|
|
|
icon.name: "window-pin" |
|
|
|
|
Accessible.name: i18n("Pin") |
|
|
|
|
Accessible.description: i18n("Pin Search") |
|
|
|
|
PlasmaComponents3.ToolTip { |
|
|
|
|
text: i18n("Keep Open") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
PlasmaComponents3.ScrollView { |
|
|
|
|
|