[texworks] now r596 breaks compilation on Xubuntu 8.10 w. Qt 4.4.3

Stefan Löffler st.loeffler at gmail.com
Mon Apr 5 16:05:43 CEST 2010


Hi,

Am 2010-04-05 15:27, schrieb Jonathan Kew:
> On 5 Apr 2010, at 13:51, Stefan Löffler wrote:
>
>   
>> No, it's r597. The QHash functionality was added to QVariant only in Qt
>> 4.5.
>>     
> Drat.
>   

I just noticed that QMap<QString, QVariant> is supported, which for our
purposes should be equivalent.

> Yes, I considered creating a struct, and maybe this would be better in some ways. For now, after a bit of experimentation I felt that using a hash provided most flexibility for least effort, as source and PDF windows need different fields, and keys can be added or omitted without breaking compatibility or requiring us to maintain a "version" field, etc. But I'd be willing to consider a different approach; this is definitely experimental at the moment.
>   

Yeah, compatibility would indeed be an issue with structs. But in what
way do TeX and PDF windows need different fields? So far, I could only
think of windows filename, window geometry, and possibly position (could
be a line/page number and/or scrollbar values). Well, I think I'll have
to have a look at the changes some time.

Stefan


More information about the texworks mailing list