Re: [Interest] What don't you like about Qt?

2016-10-16 Thread Kyle Altendorf
On 2016-10-15 20:59, Roland Hughes wrote: > On 09/28/2016 12:25 PM, interest-requ...@qt-project.org wrote: > > Don't you have unit tests? > > Yes. But which is better, to be forced to use an inherently error-prone > language (JavaScript) and rely on unit tests to clean up the mess, or to > use a

Re: [Interest] What don't you like about Qt?

2016-09-19 Thread Kyle Altendorf
On 2016-09-19 05:20, Bo Thorsen wrote: * Designer plugin development/deployment sucks (should be in a scripting language or json, and should be possible to do per project) I don't know if you count Python as a scripting language or not, but just in case, you can do this with PyQt. http://p

Re: [Interest] script invoked with QProcess cannot open files with spaces in path

2016-08-30 Thread Kyle Altendorf
On August 30, 2016 7:44:14 PM EDT, Kyle Altendorf wrote: > > >On August 30, 2016 4:28:25 PM EDT, Larry Martell > wrote: >>I am invoking a python script with QProcess. I have found that if the >>script tries to open a file that has spaces in the path, no error is >&

Re: [Interest] script invoked with QProcess cannot open files with spaces in path

2016-08-30 Thread Kyle Altendorf
On August 30, 2016 4:28:25 PM EDT, Larry Martell wrote: >I am invoking a python script with QProcess. I have found that if the >script tries to open a file that has spaces in the path, no error is >thrown, but the file always appears to have 0 length. The same script >with the same file with sp