ottoshmidt: It's not a tar file, its a gzipped tar file. Try gunzipping it first, or passing the appropriate arguments to tar.
Wysota: Opens fine for me. I like that you are using the Qt SDK to the max![]()
ottoshmidt: It's not a tar file, its a gzipped tar file. Try gunzipping it first, or passing the appropriate arguments to tar.
Wysota: Opens fine for me. I like that you are using the Qt SDK to the max![]()
OK this guy worked:
gzip -dc quiviewer.tar.gz | tar xzf -
Bookmarks