<?php

require_once($_SERVER["DOCUMENT_ROOT"] . "/common/common.INC.PHP");         

print_page_header("/hacks/gtk-filechooser-for-qt/index", "Gtk FileChooser for Qt");

?>
<p>
I always hated the fact that there are multiple different file choosers on a unix desktop.
</p>
<p>
At least for the Qt/Gtk case, I managed to whip up a little program that will 
replace Qt's weird file dialogs by Gtk's Filechooser. It is designed as a LD_PRELOAD.
</p>
<p>
Requirements:
</p>
<ul>
<li>gtk 2.6</li>
<li>Qt 3</li>
<li>LD_PRELOAD support</li>
</ul>
<p>
<a href="http://users.bsdprojects.net/~dannym/">Gtk FileChooser for Qt3</a>
</p>
<?php

print_page_footer("/hacks/gtk-filechooser-for-qt/index");

?>