[Interest] Qt Datetime display

2018-10-06 Thread Ramakanth Kesireddy
Hi, I would like to display date time(MMDDHHMMSS) in a QLabel. Instead of fetching current datetime using QDateTime::currentdatetime() and updating value in a timer, is there any other recommended means to display the same? Thanks and Regards, Ramakanth

Re: [Interest] Compiling Qt for Webassembly

2018-10-06 Thread Vadim Peretokin
Thanks, that worked! It says uitools, multimedia, and concurrent isn't available. The latter two I understand, but is uitools supposed not to be available? On Sat, Oct 6, 2018 at 10:02 AM Lorn Potter wrote: > Hello Vadim, > > > On 06/10/18 15:08, Vadim Peretokin wrote: > > I'm trying to

Re: [Interest] Compiling Qt for Webassembly

2018-10-06 Thread Lorn Potter
Hello Vadim, On 06/10/18 15:08, Vadim Peretokin wrote: I'm trying to compile Qt 5.12.0 for webassembly, but it has compile errors: https://hastebin.com/vovisayapi.bash This is on Ubuntu 18.04, emcc 1.38.12 (commit 0d8576c0e8f5ee09a36120b9d44184b5da2f2e7a), gcc 7.3.0. Any ideas what's going