KATO Kanryu

Results 118 comments of KATO Kanryu

Thanks for your support. > With the current implementation of the NumericBox the control works with double? When I experimented, when I display the value on the screen using DataGridNumericalColumn...

@APopatanasov For business use 'int?' And 'decimal?' Are used much more than 'double?', So please work with these nullables as well. Likewise, for DataGridDateColumn, please provide a means of customizing...

@lvandeve I agree to @hostilefork . This problem can be solved simply by customizing the part of decodeGeneric() which forcibly substitutes the buffer of lodepng_malloc () for **out**. You may...

I tested to build ok on kubuntu-14.04.5 x64 with gcc-7.1, p7zip_16.02 at least for 'lib7zip.a'.

@pinkelf0 Thank you for the interesting request. I checked the m3u format on Wikipedia, but it seems that you can specify the title of each audio file with a comment....

@Arnaudv6 use qmake :)

@Arnaudv6 I wrote HowToBuild.md Please read the document if you are interested in.

In QuickViewer, FolderView is just a User Interface as a sub, so it is unlikely to be improved. (The proof is that switching folders with a mouse click will quickly...

I think there are two problems with this pull request. - The process of creating a'config'directory is not implemented. - Unlike when you first posted the #71 issue, QuickViewer now...

- As a general rule, applications should not implement behavior that is not intended by the user. In this case, the behavior will change with and without the'config'directory. - When...