<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/127906/">https://git.reviewboard.kde.org/r/127906/</a>
     </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">If we want to provide a qt5options manpage we need at least these options:

http://doc.qt.io/qt-5/qapplication.html#QApplication

-style= style, sets the application GUI style. Possible values depend on the system configuration. 
If Qt is compiled with additional styles or has additional styles as plugins these will be available to the -style command line option.

-style style, is the same as listed above.

-stylesheet= stylesheet, sets the application styleSheet. The value must be a path to a file that contains the Style Sheet.

-stylesheet stylesheet, is the same as listed above.

-widgetcount, prints debug message at the end about number of widgets left undestroyed and maximum number of widgets existed at the same time

-reverse, sets the application's layout direction to Qt::RightToLeft

-qmljsdebugger=, activates the QML/JS debugger with a specified port. The value must be of format port:1234[,block], where block is optional and will make the application wait until a debugger connects to it.



http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication

-platform platformName[:options], specifies the Qt Platform Abstraction (QPA) plugin.

-platformpluginpath path, specifies the path to platform plugins.

-platformtheme platformTheme, specifies the platform theme.

-plugin plugin, specifies additional plugins to load. The argument may appear multiple times.

-qmljsdebugger=, activates the QML/JS debugger with a specified port. The value must be of format port:1234[,block], where block is optional and will make the application wait until a debugger connects to it.

-qwindowgeometry geometry, specifies window geometry for the main window using the X11-syntax. For example: -qwindowgeometry 100x100+50+50

-qwindowicon, sets the default window icon

-qwindowtitle, sets the title of the first window

-reverse, sets the application's layout direction to Qt::RightToLeft. This option is intended to aid debugging and should not be used in production. The default value is automatically detected from the user's 
locale (see also QLocale::textDirection()).

-session session, restores the application from an earlier session.


The following standard command line options are available for X11:

-display hostname:screen_number, switches displays on X11.
Overrides the DISPLAY environment variable.

-geometry geometry, same as -qwindowgeometry.


Platform-Specific Arguments

The following parameters are available for -platform windows:

dialogs=[xp|none], xp uses XP-style native dialogs and none disables them.
fontengine=freetype, uses the FreeType font engine.


http://doc.qt.io/qt-5/qcommandlineparser.html

the help option (-h, --help and -? on Windows) This option is handled automatically by QCommandLineParser.

Remember to use setApplicationDescription to set the application description, which will be displayed when this option is used.

the -v / --version option, which displays the version string of the application.</pre>
 <br />









<p>- Burkhard Lück</p>


<br />
<p>On Mai 13th, 2016, 2:12 nachm. UTC, Burkhard Lück wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: 1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
 <tr>
  <td>

<div>Review request for Documentation, KDE Frameworks and David Faure.</div>
<div>By Burkhard Lück.</div>


<p style="color: grey;"><i>Updated Mai 13, 2016, 2:12 nachm.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
kdoctools
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">All options in this docbook like</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">display, session, cmap, ncols, nograb, dograb, sync, fn, bg, fg, btn, name, title, visual, inputstyle, im, noxim, reverse, stylesheet</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">are valid for Qt 3.3 QApplication, see</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">http://doc.qt.io/archives/3.3/qapplication.html#QApplication</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">In Qt 5.6 a QApplication automatically supports a few command line options like 
style, stylesheet, widgetcount, reverse, qmljsdebugger
see http://doc.qt.io/qt-5/qapplication.html</p>
<p style="padding: 0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">Do we really want to provide a manpage docbook for that?</p></pre>
  </td>
 </tr>
</table>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>docs/CMakeLists.txt <span style="color: grey">(4efee3b)</span></li>

 <li>docs/qt5options/CMakeLists.txt <span style="color: grey">(7e31e0f)</span></li>

 <li>docs/qt5options/man-qt5options.7.docbook <span style="color: grey">(d5891eb)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/127906/diff/" style="margin-left: 3em;">View Diff</a></p>






  </td>
 </tr>
</table>







  </div>
 </body>
</html>