From the docs, the filter syntax that you need is as follows:
Office Files|*.doc;*.xls;*.ppt
i.e. separate the multiple extensions with a semicolon — thus, Image Files|*.jpg;*.jpeg;*.png;....
From the docs, the filter syntax that you need is as follows:
Office Files|*.doc;*.xls;*.ppt
i.e. separate the multiple extensions with a semicolon — thus, Image Files|*.jpg;*.jpeg;*.png;....