src/gui/widgets/qcombobox.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   908     was done programmatically or by user interaction, while
   908     was done programmatically or by user interaction, while
   909     activated() is only emitted when the change is caused by user
   909     activated() is only emitted when the change is caused by user
   910     interaction. The highlighted() signal is emitted when the user
   910     interaction. The highlighted() signal is emitted when the user
   911     highlights an item in the combobox popup list. All three signals
   911     highlights an item in the combobox popup list. All three signals
   912     exist in two versions, one with a QString argument and one with an
   912     exist in two versions, one with a QString argument and one with an
   913     \c int argument. If the user selectes or highlights a pixmap, only
   913     \c int argument. If the user selects or highlights a pixmap, only
   914     the \c int signals are emitted. Whenever the text of an editable
   914     the \c int signals are emitted. Whenever the text of an editable
   915     combobox is changed the editTextChanged() signal is emitted.
   915     combobox is changed the editTextChanged() signal is emitted.
   916 
   916 
   917     When the user enters a new string in an editable combobox, the
   917     When the user enters a new string in an editable combobox, the
   918     widget may or may not insert it, and it can insert it in several
   918     widget may or may not insert it, and it can insert it in several