Maybe if you at it, then just 2 archives: QT-user.lha, QT-SDK.lha ? So user one _only_ libs/demos (no sources, no .svn files), and QT-SDK.lha only sources of demos/examples (no qt itself sources, no libs binaries, no .svn, nothing, just pure sources and necessary includes for SDK).
Byt the way: There are two new archives on sourceforge, maybe someone could try them out before I make it official? In particular it would be nice to see a test involving an 'update' choice to see if this feature works or not. Thanks!
I'm using startDetached() to launch child Process in a new program, it works OK.
But when I quit my program, the window closes well but I still have a Process running (shown in SysMon).
No problem when I use execute() (but it locks my interface, normal) or when I don't use startDetached().
I have the same symptom with my CutePiano who uses too startDetached().
I don't remember to have encountered these problem when I developped CutePiano 2 months ago and in fact, if I revert back libQtCore from the original package, it works well, my 2 programs are well killed at exit.
No need to recompile, just replaced the lib in Qt;libs/
I don't know when this problem was introduced but certainly between QF0 and QF8 ;)
Ok, it works now, thanks. Although with the QF8, I cannot resize the windows in EasyPaint and QSimpleSheet, so I have to revert to the original sobjs. Can anyone else try it please?
To Be A True Adventurer, You Ought To Play Real Text Adventures
The problem is the new libQtGui.so. With that I cannot resize EasyPaint nor QSimpleSheet, but the problem is that if I use the old one to be able to resize their windows, I cannot write or see greek characters!
To Be A True Adventurer, You Ought To Play Real Text Adventures
Yup, thanks again. Qt is really fast on X1000, that I'm looking for more applications in the future, for example we don't even have a simple spreadsheet, but QSimpleSheet does the job very well.
To Be A True Adventurer, You Ought To Play Real Text Adventures
@alfkil While you overflow by requests, may i bring one more ?:) If it possible to add option "Native gadgets". So all those dropdown gadget-buttons, buttons up/down, scroll-bars and stuff from can looks good and as system ones too. Will be pretty cool imho. For now that imho only one visual moment which make it looks not 100% as system one.