equal
deleted
inserted
replaced
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 |