Results 1 to 6 of 6

Thread: QUiViewer - standalone application for viewing Qt4 UI files

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 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.


  2. #2

    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

  3. #3
    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

  4. #4

    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
  •  
Qt is a trademark of The Qt Company.