> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Moreover, Qt uses a (rather elegant) notation, of the form:
Angus> "Images (*.png *.xpm *.jpg);;Text files (*.txt);;XML files
Angus> (*.xml)"
Angus> Rather than reinvent the wheel, I propose we use this notation
Angus> ourselv
Angus Leeming wrote:
> However, the main point of this mail is to ask what I need to do to
> get the Qt frontend to understand the filter
> "*.(gif|png|jpg|bmp|pbm|ppm|tga|tif|xpm|xbm)"
>
> Any idea what the Qt-version would need to be?
H. I've just realised that
"*.(gif|png|j
The patch below prevents a crash in the xforms frontend when launching
the File Browser dialog from the External dialog.
The problem was that this string, used to specify the file filter:
"*.(gif|png|jpg|bmp|pbm|ppm|tga|tif|xpm|xbm)"
was being modified in ControlExternal to this: