Projects/Usability/HIG/Labels: Difference between revisions

    From KDE TechBase
    < Projects‎ | Usability‎ | HIG
    (Updated, added Implementation section)
    m ([http://qt-project.org/doc/qt-4.8/qradiobutton.html QRadioButton] → {{qt|QRadioButton}})
    Line 23: Line 23:


    == Implementation ==
    == Implementation ==
    * [http://qt-project.org/doc/qt-4.8/qlabel.html QLabel]
    * {{qt|QLabel}}
    * [http://api.kde.org/4.10-api/kdelibs-apidocs/kdeui/html/classKSqueezedTextLabel.html KSqueezedTextLabel]
    * [http://api.kde.org/4.10-api/kdelibs-apidocs/kdeui/html/classKSqueezedTextLabel.html KSqueezedTextLabel]

    Revision as of 21:05, 3 August 2013

    Guidelines

    Spacing and Alignment

    See Form Label Alignment

    Language

    Keep labels short - Be aware that translated English text can expand up to 30% in some languages.

    Do not shorten your labels to the point of losing meaning, however. A three-word label that provides clear information is better than a one-word label that is ambiguous or vague. Try to find the fewest possible words to satisfactorily convey the meaning of your label.

    Capitalization

    See Capitalization

    Keyboard Accelerators

    See Keyboard Accelerators

    When the label is associated with another control, like a line edit, be sure to set the the line edit as the buddy of the label.

    Implementation