logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

kuiviewer - a viewer for Qt Designer user interface files

Author

       KUIViewer was written by Richard Moore <rich@kde.org>, Ian Reinhart Geiser <geiseri@kde.org> and Benjamin
       C. Meyer <ben+kuiviewer@meyerhome.net>.
       This  manual page was prepared by Ben Burton <bab@debian.org> for the Debian GNU/Linux system (but may be
       used by others).

                                                 March 25, 2005                                     KUIVIEWER(1)

Description

KUIViewer is a utility to display and test the user interface (.ui) files generated by QtDesigner.   The
       interfaces can be displayed in a variety of different widget styles.

       Normally  KUIViewer  launches  a  full  GUI,  allowing the user to interact with the given interface.  By
       passing the --takescreenshot option, you can make KUIViewer dump a screenshot of  the  interface  instead
       and  exit  immediately.   Other  options  are  available  to  control  precisely  how  this screenshot is
       constructed.

       This application is part of the KDE Software Development Kit.

Name

       kuiviewer - a viewer for Qt Designer user interface files

Options

       Below are the kuiviewer-specific options.  For a full summary of options, run kuiviewer--help.

       -s,--takescreenshotfilename
              Take a screenshot of the given interface and exit immediately.  The  filename  argument  specifies
              where the screenshot will be saved.  This screenshot will be saved in PNG format.

       -w,--screenshotwidthint
              Before taking a screenshot, resize the interface to the given width.

       -h,--screenshotheightint
              Before taking a screenshot, resize the interface to the given height.

See Also

designer(1).

Synopsis

kuiviewer [ generic-options ] [ ui-file... ]kuiviewer  [  generic-options  ]  {  -s,--takescreenshotfilename } [ -w,--screenshotwidthint ] [ -h,--screenshotheightint ] ui-file

See Also