Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > f93881942bd3805980c2fe63aa853d78 > files > 20

qtdoc5-5.9.4-1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- bughowto.qdoc -->
  <title>How to Report a Bug | Qt 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td ><a href="index.html">Qt 5.9</a></td><td >How to Report a Bug</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">How to Report a Bug</h1>
<span class="subtitle"></span>
<!-- $$$bughowto.html-description -->
<div class="descr"> <a name="details"></a>
<p>If you think you have found a bug in Qt, we would like to hear about it so that we can fix it.</p>
<p>Before reporting a bug, please check the <a href="http://bugreports.qt.io">Qt Bug Tracker</a> page to see if the issue is already known.</p>
<p>The first thing you should do is to sign up for an account for the <a href="http://bugreports.qt.io">Qt Bug Tracker</a>, if you do not already have one. Once you have done that you can submit and track your bug reports and they will be publicly available from the moment you submit them.</p>
<p>Always include the following information in your bug report:</p>
<ol class="1" type="1"><li>The name and version number of your compiler</li>
<li>The name and version number of your operating system</li>
<li>The version of Qt you are using, and what configure options it was compiled with</li>
<li>Reliable and clear description on how to reproduce the problem</li>
</ol>
<p>If possible, please provide a test written using the Qt Test module as this will improve the procedure of reproducing your problem and allow the developers to address the issue in a more efficient way.</p>
<p>Otherwise, if the problem you are reporting is only visible at run-time, try to create a small test program that shows the problem when run. Often, such a program can be created with some minor changes to one of the many example programs in Qt's examples directory.</p>
<p>If you have implemented a bug fix and want to contribute your fix directly, then you can do so through the <a href="https://code.qt.io/">Public Qt Repository</a>. For more details check out the qt-project wiki page on <a href="http://qt-project.org/contribute">Contributing to Qt</a>.</p>
</div>
<!-- @@@bughowto.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>