Hi,
I'm confused with the QtPropertyBrowser and localization.
My system is:
MS Windows 7 Home Premium SP1 (german),
Qt 4.8.0
Qt Creator 2.4.0,
Qt PropertyBrowser 2.6 (Qt-Solution)
MS Visual Studio 2008 Version 9.0.30729.1 SP
First of all, is it true if I set the system property with LANG(EN
On 12/20/2011 5:47 AM, Jeremy KATZ wrote:
> On 12/15/2011 02:31 PM, ext Duane wrote:
> ...
>> Thanks. Downloading it now. Any idea where I can find a change log
>> these days?
>
> dist/changes-4.8.0 in the archive, or:
> https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.0
>
> These are no
Bo, Harri, thanks for your reponses.
I managed to put together a solution I'm fairly happy with:
// Effect.qml
ShaderEffect {
property ListModel parameters: ListModel { }
}
// WobbleEffect.qml
Effect {
parameters: ListModel {
ListElement {
On 12/15/2011 02:31 PM, ext Duane wrote:
...
> Thanks. Downloading it now. Any idea where I can find a change log
> these days?
dist/changes-4.8.0 in the archive, or:
https://qt.gitorious.org/qt/qt/blobs/4.8/dist/changes-4.8.0
These are not automatically generated, so they only mention things a