I have a QTimer that at random times calls the slot on QComboBox. Making the slot public and calling the slot does not make the selected item change. How can I more closely simulate a human selecting a new item? Examples on interfacing and testing Qt gui apps is much appreciated, -Ed