Re: [Interest] Update QComboBox items on opening the combo box

2014-06-30 Thread André Hartmann
Hi Adam, thank you very much. This function is exactly what I need and it works fine. Best regards, Andre Am 30.06.2014 14:58, schrieb Adam Light: > > > > On Mon, Jun 30, 2014 at 2:36 AM, André Hartmann > mailto:andre.hartm...@iseg-hv.de>> wrote: > > Hello all, > > I'd like to have a QCo

Re: [Interest] Update QComboBox items on opening the combo box

2014-06-30 Thread Adam Light
On Mon, Jun 30, 2014 at 2:36 AM, André Hartmann wrote: > Hello all, > > I'd like to have a QComboBox with the available serial ports on my > system. Populating the box at program start is easy, but I'd like to > detect USB serial ports that are connected during run time. > > The only think I foun

[Interest] Update QComboBox items on opening the combo box

2014-06-30 Thread André Hartmann
Hello all, I'd like to have a QComboBox with the available serial ports on my system. Populating the box at program start is easy, but I'd like to detect USB serial ports that are connected during run time. The only think I found is focusInEvent, but it seems my port list is updated twice, on