Results 1 to 6 of 6

Thread: QUiViewer - standalone application for viewing Qt4 UI files

  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default QUiViewer - standalone application for viewing Qt4 UI files

    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).
    Attached Files Attached Files
    Last edited by wysota; 11th December 2006 at 20:10. Reason: Added a missing connection to the code

  2. #2

    Default Re: QUiViewer - standalone application for viewing Qt4 UI files

    corrupt file??

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QUiViewer - standalone application for viewing Qt4 UI files

    No, not really.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  4. #4

    Default Re: QUiViewer - standalone application for viewing Qt4 UI files

    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

  5. #5
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QUiViewer - standalone application for viewing Qt4 UI files

    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

  6. #6

    Default Re: QUiViewer - standalone application for viewing Qt4 UI files

    OK this guy worked:

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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.