Skip to content

Commit

Permalink
Update using.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r authored Dec 22, 2023
1 parent a07bfb5 commit 23563dd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/_pages/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,12 @@ There are currently two official interfaces:
The 'Widgets Box Modeland the 'QML Box Model'.
The former uses the Qt Widgets Toolkit, prioritizing resource efficiency and low-latency UIs but has limitations considering customization.
The latter, built on QML, provides rich customization features, but suffers glitches on some systems.
Since both interfacea have the same design concept this guide applies to both of them (Please report a bug if not).
Since both interfaces have the same design concept this guide applies to both of them (Please report a bug if not).

### The input line

Besides its primary function, the input line provides an input hint and contains the settings button.

The input hint is displayed after the text you entered.
On empty triggered queries the input hint displays the synopsis of the query handler if it provides any.
Else it displays the text of the input action of the selected item if it provides any.
In all other cases the input hint remains empty.

The input hint, displayed after the entered text, varies based on the context.
For empty triggered queries, it shows the query handler's synopsis, if available, otherwhise it shows the input action text of the selected item, if available, or is empty.

Expand Down

0 comments on commit 23563dd

Please sign in to comment.