CINXE.COM

PreviewQt File Previewer

<!DOCTYPE html> <html lang="en"> <head> <title>PreviewQt File Previewer</title> <link rel="stylesheet" type="text/css" href="/assets/css/general.css"> <link rel="stylesheet" type="text/css" href="/assets/css/home.css"> <meta charset="UTF-8"> <meta name="description" content="PreviewQt is a simple application for previewing all kinds of files, based on Qt/QML, published as open-source and completely free."> <meta name="keywords" content="file previewer, qt, qml, free, open source"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="/assets/fontawesome/fontawesome.min.css"> <link rel="stylesheet" type="text/css" href="/assets/fontawesome/solid.min.css"> <script src="/assets/jquery-3.7.1.min.js"></script> <link rel="shortcut icon" type="image/png" href="img/favicon.png"> <script> var globalz = 5; var curid = -1; function handleNavMouseEnter(id) { if($("#nav-item-"+id+":hover").length != 0) { $('#submenu-'+id).css('z-index', globalz); $("#submenu-"+id).addClass("showsubnavbar"); globalz += 1; curid = id; } } function mouseLeaveTimeout(curid, id) { if(($("#nav-item-"+id+":hover").length == 0 && $("#submenu-"+id+":hover").length == 0) || curid != id) { $("#submenu-"+id).removeClass("showsubnavbar") } } function handleNavMouseLeave(id) { setTimeout(() => { if(($("#nav-item-"+id+":hover").length == 0 && $("#submenu-"+id+":hover").length == 0) || curid != id) { $("#submenu-"+id).removeClass("showsubnavbar") } }, 1000, curid, id); } </script> </head> <body> <div id="navbar"> <a id="nav-item-0" href="/" class="navlogo"><img src="/img/navlogo.png" alt="logo"></a><!-- --><a id="nav-item-1" class="nav-item nav-first" href="/features">Features</a><!-- --><a id="nav-item-2" class="nav-item" href="/down">Downloads</a><!-- --><a id="nav-item-3" class="nav-item" href="/support">Support</a><!-- --><a id="nav-item-4" class="nav-item" href="/news">News</a><!-- --><a id="nav-item-5" class="nav-item" href="/about">About</a> <div id="photoqtnav"> <a id="nav-item-6" class="previewqt-nav-item" href="https://photoqt.org">Visit PhotoQt</a> </div> </div> <div class="subnavbar" id="submenu-1"> <span class="navlogo-spacer"></span><!-- --><a class="sub-nav-item" href="/features">Features</a><!-- --><a class="sub-nav-item" href="/formats">Supported formats</a> </div> <div class="subnavbar" id="submenu-2"> <span class="navlogo-spacer"></span><!-- --><a class="sub-nav-item" href="/down">Downloads</a><!-- --><a class="sub-nav-item" href="/changelog">Changelog</a> </div> <div class="subnavbar" id="submenu-3"> <span class="navlogo-spacer"></span><!-- --><a class="sub-nav-item" href="/support">Support</a><!-- --><a class="sub-nav-item" href="/faq">FAQ</a><!-- --><a class="sub-nav-item" href="/install">Building PreviewQt from source</a> </div> <script> function toggleMobileMenu() { $('#mobile-nav').toggleClass('mobile-nav-hidden'); $('#closemenu').toggleClass('mobile-nav-hidden'); if($('html, body').css('overflow') == "hidden" ) { $('html, body').css({ overflow: 'visible', height: 'auto' }); } else { $('html, body').css({ overflow: 'hidden', height: '100%' }); } } </script> <div id="closemenu" class="mobile-nav-hidden" onClick="toggleMobileMenu()"></div> <div id="mobile-table"> <div class="mobile-row"> <div class="mobile-cell mobile-cell-text"> <a href="/" class="no-a"><img id="navlogo-mobile" alt="logo" src="/img/navlogo.png"><span class="nav-first">PreviewQt File Previewer</span></a> </div> <div class="mobile-cell mobile-cell-menu"> <span class="fa-solid fa-bars"></span> </div> </div> </div> <div id="mobile-nav-button" onClick="toggleMobileMenu()"></div> <table id="mobile-nav" class="mobile-nav-hidden"> <tr> <td> <a href="/">home</a> </td> </tr> <tr> <td> <a href="/features">features</a> </td> </tr> <tr> <td> <a href="/down">downloads</a> </td> </tr> <tr> <td> <a href="/support">support</a> </td> </tr> <tr> <td> <a href="/news">news</a> </td> </tr> <tr> <td> <a href="/about">about</a> </td> </tr> <tr> <td> <a href="/previewqt">PreviewQt</a> </td> </tr> </table> <div id="versionlabel" class="mobile-hidden"> <a id="versionlabel1" class="mobile-hidden" href="/news/previewqt-3.0"> PreviewQt v3.0<br> </a> </div> <!-- WELCOME --> <p><br><br></p> <img id="logo" src="img/logo.png" alt="PreviewQt logo"> <div id="slogan" class="mobile-hidden"> <span class="large">PreviewQt</span> is a simple application<br> for <span class="large">previewing</span> all kinds of files,<br> based on Qt/QML, published as <span class="large">open-source</span><br> and <span class="large">completely free</span>. </div> <div id="slogan_mobile" class="desktop-hidden"> <span class="large">PreviewQt</span> is a simple application for <span class="large">previewing</span> all kinds of files, based on Qt/QML, published as <span class="large">open-source</span> and <span class="large">completely free</span>. </div> <p><br><br></p> <hr> <h1>Features</h1> <div class="center"> <a class="card" href="/features"> Support for more than<br>140 image and<br>video file formats </a> <a class="card" href="/features"> Support for a wide range<br>of documents and other<br>types of files </a> <a class="card" href="/features"> Optimized for speed,<br>lightweight,<br>and simplicity </a> <br> <a class="card" href="/features"> Ability to pass<br>files on to other<br>external application </a> <a class="card" href="/features"> Support for Motion Photos,<br>Apple Live Photos,<br> and photo spheres </a> <a class="card" href="/features"> <br>and more...<br><br> </a> </div> <p><br></p> <div class="center"> <a href="/features" class="button">See more features and screenshots >></a> </div> <p><br><br></p> <hr> <h2>Get PreviewQt</h2> <div class="center"> <a href='/downloads/source/previewqt-3.0.tar.gz' title='Source (tar.gz)' class='no-a'><div class='download_item'><img src="/img/download.png" alt="TAR.GZ"><div class='download_title'><b>TAR.GZ</b></div></div></a> <a href='/downloads/source/previewqt-3.0.zip' title='Source (tar.gz)' class='no-a'><div class='download_item'><img src="/img/download.png" alt="TAR.GZ"><div class='download_title'><b>ZIP</b></div></div></a> </div> <p class='center'> <a href="/downloads/source/checksums.txt?1739710995">[checksums]</a> &nbsp;|&nbsp; <a href="/install">How to build PreviewQt from source &gt;&gt;</a> </p> <p>PreviewQt is also available for <strong>Windows</strong>, as <strong>AppImage</strong> and <strong>Flatpak</strong>, and packaged for an increasing variety of Linux distributions. You can follow its development over on <a href="https://gitlab.com/lspies/previewqt">GitLab</a>.</p> <p><br></p> <div class="center"> <a href="/down" class="button">See all available downloads &gt;&gt;</a> </div> <p><br><br></p> <hr> <h2>Get Help</h2> <p>Do you have any questions about PreviewQt? Any feedback you would like to share? Please let me know. The best way to do so is by opening an issue <a href="https://gitlab.com/lspies/previewqt/-/issues">over at GitLab</a> or you can also <a href="/about">send me an email.</a></p> <p><br></p> <div class="center"> <a href="/support" class="button">See more support options >></a> </div> <p><br><br></p> <hr> <h2>Latest Updates</h2> <p class='center'> These are the combined news of both <a href="https://photoqt.org/">PhotoQt</a> and PreviewQt. </p> <div id="rssatom"> <a class="no-a" href="/rss" id="imgrss"><img src="/img/news/rss.png" alt="RSS image"></a> <a class="no-a" href="/atom" id="imgatom"><img src="/img/news/atom.png" alt="ATOM image"></a> </div> <div class="newstitle"><a href="/news/photoqt-4.8.1">PhotoQt v4.8.1 - bug fixes and smaller improvements and additions</a></div> <div class="newsdate">Published: <span class='bold'>13th of February, 2025</span></div> <div class="newsabstract"><p>This new release of PhotoQt comes not long after the last one. It does not have any major additions, but comes with a bunch of small bug fixes, some smaller improvements, and a few small additions.</p></div> <div class="newstitle"><a href="/news/photoqt-4.8">PhotoQt v4.8</a></div> <div class="newsdate">Published: <span class='bold'>25th of January, 2025</span></div> <div class="newsabstract"><p>Another release is ready, v4.9, once again packed with new features, improvements, and bug fixes. Some of the new features will make the experience of using PhotoQt noticeably better, read on for more details. In this post I will also share a little outlook of where I want to go with PhotoQt coming up to v5.0.</p></div> <div class="center"> <a href="/news" class="button">See more updates >></a> </div> <p><br><br></p> <hr> <h2>Support Ukraine</h2> <p class='center'> <strong>PreviewQt stands in opposition to the unjust war waged by Russia on Ukraine.</strong> </p> <p class='center'> <a href="https://go.luspi.de/ukraine">Please consider donating to support humanitarian relief efforts in Ukraine.</a> </p> <p><br></p> <div class="center"> <a class="no-a" href="https://go.luspi.de/ukraine"><img src="/img/ukraine.png" alt="Slava Ukraini"></a> </div> <p><br></p> <hr> <p><br></p> <div class="center"> latest version: v3.0 - developed by <a href="https://luspi.de">Lukas Spies</a> - license: <a href="https://opensource.org/licenses/gpl-2.0.php">GPLv2</a> or later - <a href="/about" class="bold">more聽info聽>></a> </div><br><br> <script> $("#nav-item-1").on("mouseenter", function() { handleNavMouseEnter(1); }); $("#nav-item-2").on("mouseenter", function() { handleNavMouseEnter(2); }); $("#nav-item-3").on("mouseenter", function() { handleNavMouseEnter(3); }); $("#nav-item-1").on("mouseleave", function() { handleNavMouseLeave(1); }); $("#nav-item-2").on("mouseleave", function() { handleNavMouseLeave(2); }); $("#nav-item-3").on("mouseleave", function() { handleNavMouseLeave(3); }); $("#submenu-1").on("mouseleave", function() { handleNavMouseLeave(1); }); $("#submenu-2").on("mouseleave", function() { handleNavMouseLeave(2); }); $("#submenu-3").on("mouseleave", function() { handleNavMouseLeave(3); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10