PDA

View Full Version : QUiViewer - standalone application for viewing Qt4 UI files



wysota
11th December 2006, 16:54
I have written a small application today which aims at viewing UI files from Qt4. Nothing special, but can be very usefull. I based the idea on KUIViewer program which allows the user to view Qt3 UI files (unfortunately it crashes when fed with an UI from Qt4).

The current version of the application is attached in this thread.

You can use it as a standalone app or attach it to your system so that it will be run when you click on a UI file (in such a situation you need to pass the filepath as arguments to the application in the form --file filepath.ui).

ottoshmidt
27th July 2011, 04:27
corrupt file??

wysota
27th July 2011, 10:20
No, not really.

ottoshmidt
27th July 2011, 18:08
I mean archive manager can't open it:


tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

squidge
27th July 2011, 18:42
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
27th July 2011, 20:02
OK this guy worked:

gzip -dc quiviewer.tar.gz | tar xzf -