Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 768f7d9f703884aa2562bf0a651086df > files > 2430

qtbase5-doc-5.9.4-1.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" />
<!-- gallery.qdoc -->
  <title>Qt Widget Gallery | Qt Widgets 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 >Qt 5.9</td><td ><a href="qtwidgets-index.html">Qt Widgets</a></td><td >Qt Widget Gallery</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">Qt Widget Gallery</h1>
<span class="subtitle"></span>
<!-- $$$gallery.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt's support for widget styles and themes enables your application to fit in with the native desktop environment.</p>
<p>The widgets examples show how some of the widgets available in Qt might appear when configured to use the a particular style. Each style is only available on the respective platfom, and provides native look and feel by integrating to the platform theme. Thus, the final appearance varies depending on the active theme.</p>
<div class="table"><table class="generic">
 <tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/windows-xp-style.png" alt="Windows XP Style" /></p></td><td >The Windows XP style (&quot;windowsxp&quot;) is provided by QWindowsXPStyle.</td></tr>
<tr valign="top" class="even"><td >The Windows style (&quot;windows&quot;) is provided by QWindowsStyle.</td><td ><p class="centerAlign"><img src="images/windows-style.png" alt="Windows Style" /></p></td></tr>
<tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/windows-vista-style.png" alt="Windows Vista Style" /></p></td><td >The Windows Vista style (&quot;windowsvista&quot;) is provided by QWindowsVistaStyle.</td></tr>
<tr valign="top" class="even"><td >The macOS style (&quot;macintosh&quot;) is provided by QMacStyle.</td><td ><p class="centerAlign"><img src="images/macos-style.png" alt="\macos Style" /></p></td></tr>
<tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/fusion-style.png" alt="Fusion Style" /></p></td><td >The Fusion style (&quot;fusion&quot;) is provided by QFusionStyle.</td></tr>
</table></div>
<p>The Styles example displays the following widgets:</p>
<ul>
<li><a href="qcheckbox.html">QCheckBox</a> (1) provides a checkbox with a text label.</li>
<li><a href="qradiobutton.html">QRadioButton</a> (2) provides a radio button with a text or pixmap label.</li>
<li><a href="qpushbutton.html">QPushButton</a> (3) provides a command button.</li>
<li><a href="qtabwidget.html">QTabWidget</a> (4) provides a stack of tabbed widgets.</li>
<li><a href="qtablewidget.html">QTableWidget</a> (5) provides a classic item-based table view.</li>
<li><a href="qscrollbar.html">QScrollBar</a> (6) provides a vertical or horizontal scroll bar.</li>
<li><a href="qprogressbar.html">QProgressBar</a> (7) provides a horizontal progress bar.</li>
<li><a href="qdatetimeedit.html">QDateTimeEdit</a> (8) provides a widget for editing dates and times.</li>
<li><a href="qslider.html">QSlider</a> (9) provides a vertical or horizontal slider.</li>
<li><a href="qdial.html">QDial</a> (10) provides a rounded range control (like a speedometer or potentiometer).</li>
</ul>
<p>The Calendar Widget example displays some additional widgets, here run on Windows 10 and macOS:</p>
<p class="centerAlign"><img src="images/windows-style2.png" alt="" /></p><p class="figCaption">Calendar Widget example on Windows 10</p>
<p class="centerAlign"><img src="images/macos-style2.png" alt="" /></p><p class="figCaption">Calendar Widget example on macOS</p>
<ul>
<li><a href="qgroupbox.html">QGroupBox</a> (1) provides a group box frame with a title.</li>
<li><a href="qcalendarwidget.html">QCalendarWidget</a> (2) provides a monthly calendar widget that can be used to select dates.</li>
<li><a href="qlabel.html">QLabel</a> (3) provides a text or image display.</li>
<li><a href="qdateedit.html">QDateEdit</a> (4) provides a widget for editing dates.</li>
<li><a href="qcombobox.html">QComboBox</a> (5) provides a combined button and pop-up list.</li>
</ul>
</div>
<!-- @@@gallery.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>