Hello, the reason for the empty templatepicker is the case-sensitivity of qt under linux. This was one of the non-portable things, as I remember.
Either lowercase the files in the template directory or apply the attached patch Regards, Thies
--- lprof-1.09/qt/qtMeasurementTool/qtmeasurementtooldialogbase.ui Wed Jun 19 20:59:30 2002
+++ lprof-1.09_neu/qt/qtMeasurementTool/qtmeasurementtooldialogbase.ui Mon Sep 30 12:06:57 2002
@@ -1674,7 +1674,7 @@
</property>
<property>
<name>FileMask</name>
- <string>*.itx</string>
+ <string>*.itx;*.ITX</string>
</property>
<property>
<name>Prompt</name>
@@ -1861,7 +1861,7 @@
</property>
<property>
<name>FileMask</name>
- <string>*.icc; *.icm</string>
+ <string>*.icc;*.icm;*.ICC;*.ICM</string>
</property>
<property>
<name>Prompt</name>
@@ -1925,7 +1925,7 @@
</property>
<property>
<name>FileMask</name>
- <string>*.icc;*.icm</string>
+ <string>*.icc;*.icm;*.ICC;*.ICM</string>
</property>
<property>
<name>Prompt</name>
