phargogh / palisades

Configurable UI chunks for PyQt user interfaces
0 stars 0 forks source link

Better way to indicate required input #15

Open phargogh opened 9 years ago

phargogh commented 9 years ago

Having validation fail if the input is empty but required is sufficient, but it does seem a little off-putting since there is no visual indication in the UI that the element is, in fact, required.

Ideas for a 'required' indicator: Arc-style: parenthetical '(required)' next to the label Red asterisk in label Image indicator in the UI element itself

As suggested by this SO post (http://stackoverflow.com/a/1861088/299084), perhaps slightly smaller, parenthetical (required) next to the input title would be sufficient.