Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 334

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/gvatteka/dev/qt-4.3/doc/src/gallery-windowsxp.qdoc -->
<head>
  <title>Windows XP Style Widget Gallery</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">Windows XP Style Widget Gallery<br /><small></small></h1>
<p>This page shows some of the widgets available in Qt when configured to use the &quot;windowsxp&quot; style.</p>
<h2 align="center">Buttons</h2>

<table align="center" cellspacing="20%" width="100%">
<colgroup span="2">
  <col width="40%" />
  <col width="40%" />
</colgroup>
<tr>
<td align="center">
<p><img src="images/windowsxp-pushbutton.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-toolbutton.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QPushButton.html"><tt>QPushButton</tt></a> widget provides a command button.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QToolButton.html"><tt>QToolButton</tt></a> class provides a quick-access button to commands or options, usually used inside a <a href="gui/QToolBar.html"><tt>QToolBar</tt></a>.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-checkbox.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-radiobutton.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QCheckBox.html"><tt>QCheckBox</tt></a> widget provides a checkbox with a text label.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QRadioButton.html"><tt>QRadioButton</tt></a> widget provides a radio button with a text or pixmap label.</p>
</td>
</tr>
</table>
<h2 align="center">Containers</h2>

<table align="center" cellspacing="20%" width="100%">
<colgroup span="2">
  <col width="40%" />
  <col width="40%" />
</colgroup>
<tr>
<td align="center">
<p><img src="images/windowsxp-groupbox.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-tabwidget.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QGroupBox.html"><tt>QGroupBox</tt></a> widget provides a group box frame with a title.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QTabWidget.html"><tt>QTabWidget</tt></a> class provides a stack of tabbed widgets.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-frame.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-toolbox.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QFrame.html"><tt>QFrame</tt></a> widget provides a simple decorated container for other widgets.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QToolBox.html"><tt>QToolBox</tt></a> class provides a column of tabbed widget items.</p>
</td>
</tr>
</table>
<h2 align="center">Item Views</h2>

<table align="center" cellspacing="20%" width="100%">
<colgroup span="2">
  <col width="40%" />
  <col width="40%" />
</colgroup>
<tr>
<td align="center">
<p><img src="images/windowsxp-listview.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-treeview.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QListView.html"><tt>QListView</tt></a> class provides a default model/view implementation of a list/icon view. The <a href="gui/QListWidget.html"><tt>QListWidget</tt></a> class provides a classic item-based list/icon view.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QTreeView.html"><tt>QTreeView</tt></a> class provides a default model/view implementation of a tree view. The <a href="gui/QTreeWidget.html"><tt>QTreeWidget</tt></a> class provides a classic item-based tree view.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-tableview.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QTableView.html"><tt>QTableView</tt></a> class provides a default model/view implementation of a table view. The <a href="gui/QTableWidget.html"><tt>QTableWidget</tt></a> class provides a classic item-based table view.</p>
</td>
</tr>
</table>
<h2 align="center">Display Widgets</h2>

<table align="center" cellspacing="20%" width="100%">
<colgroup span="2">
  <col width="40%" />
  <col width="40%" />
</colgroup>
<tr>
<td align="center">
<p><img src="images/windowsxp-progressbar.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-lcdnumber.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QProgressBar.html"><tt>QProgressBar</tt></a> widget provides a horizontal progress bar.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QLCDNumber.html"><tt>QLCDNumber</tt></a> widget displays a number with LCD-like digits.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-label.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QLabel.html"><tt>QLabel</tt></a> widget provides a text or image display.</p>
</td>
</tr>
</table>
<h2 align="center">Input Widgets</h2>

<table align="center" cellspacing="20%" width="100%">
<colgroup span="2">
  <col width="40%" />
  <col width="40%" />
</colgroup>
<tr>
<td align="center">
<p><img src="images/windowsxp-slider.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-lineedit.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QSlider.html"><tt>QSlider</tt></a> widget provides a vertical or horizontal slider.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QLineEdit.html"><tt>QLineEdit</tt></a> widget is a one-line text editor.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-combobox.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-doublespinbox.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QComboBox.html"><tt>QComboBox</tt></a> widget is a combined button and popup list.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QDoubleSpinBox.html"><tt>QDoubleSpinBox</tt></a> class provides a spin box widget that allows double precision floating point numbers to be entered.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-spinbox.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-timeedit.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QSpinBox.html"><tt>QSpinBox</tt></a> class provides a spin box widget.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QTimeEdit.html"><tt>QTimeEdit</tt></a> class provides a widget for editing times.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-dateedit.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-datetimeedit.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QDateEdit.html"><tt>QDateEdit</tt></a> class provides a widget for editing dates.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QDateTimeEdit.html"><tt>QDateTimeEdit</tt></a> class provides a widget for editing dates and times.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-textedit.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-horizontalscrollbar.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QTextEdit.html"><tt>QTextEdit</tt></a> class provides a widget that is used to edit and display both plain and rich text.</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QScrollBar.html"><tt>QScrollBar</tt></a> widget provides a vertical or horizontal scroll bar. Here, we show a scroll bar with horizontal orientation.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-dial.png" /></p>
</td>
<td align="center">
<p><img src="images/windowsxp-calendarwidget.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QDial.html"><tt>QDial</tt></a> class provides a rounded range control (like a speedometer or potentiometer).</p>
</td>
<td halign="justify" valign="top">
<p>The <a href="gui/QCalendarWidget.html"><tt>QCalendarWidget</tt></a> class provides a monthly calendar widget that can be used to select dates.</p>
</td>
</tr>
<tr>
<td align="center">
<p><img src="images/windowsxp-fontcombobox.png" /></p>
</td>
</tr><tr>
<td halign="justify" valign="top">
<p>The <a href="gui/QFontComboBox.html"><tt>QFontComboBox</tt></a> widget is a specialized combobox that enables fonts to be selected from a popup list containing previews of available fonts.</p>
</td>
</tr>
</table>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright &copy; 2007 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt Jambi </div></td>
</tr></table></div></address></body>
</html>