I've seen some strange things when trying to remove QWidgets from a QLayout while using code such as:
MyWidget->layout()->removeWidget(AnotherWidget);
Sometimes AnotherWidget wouldn't be removed, sometimes it would display only part of it.… more »
Sipgate's own software phone doesn't work on Windows 7 so I had to find an alternative and chose 3CXPhone.
It's taken a little time to get it to connect to my Sipgate account so here is the configuration I used to get it to work:
Account name… more »
I recently purchased a One for All remote (URC-7940 in this case) to use with my DVD player. All was going well until I wanted to program individual keys to some functions that weren't working.The user manual that came with the remote boasted that it… more »
If you want to get the current time in QT including the milliseconds you can do so with QTime:
QTime::currentTime().toString("ss.zzz");
This is very useful when debugging more »
My girlfriend lost access to her Facebook account this week and Facebook kept reporting that her e-mail address wasn't registered. Her profile was still active and looking on the Internet showed unfortunately this has happened to a number of people and a… more »