Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > contrib-testing > by-pkgid > e69129115fb14d049ce528c52ed60f67 > files > 328

qtscriptbindings-0.1.0-0.1mdv2009.0.x86_64.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">
<head>
  <title>QProgressDialog Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">QProgressDialog Class Reference</h1>
<h3 align="center">[<a href="com_trolltech_qt_gui.html">com.trolltech.qt.gui</a> package]</h3>
<p>Inherits <a href="qdialog.html">QDialog</a>.</p>
<h3>Constructor</h3>
<ul>
<li><div class="fn"/><b>void QProgressDialog(QWidget parent, WindowFlags flags)</b></li>
<li><div class="fn"/><b>void QProgressDialog(String labelText, String cancelButtonText, int minimum, int maximum, QWidget parent, WindowFlags flags)</b></li>
</ul>
<h3>Constructor Properties</h3>
<ul>
<li><b>prototype</b>: The QProgressDialog prototype object</li>
</ul>
<h3>Prototype Object Properties</h3>
<p>The QProgressDialog prototype object inherits properties from the <a href="qdialog.html">QDialog</a> prototype object and also has the following properties.</p>
<ul>
<li><div class="fn"/><b>void open(QObject receiver, char member)</b></li>
<li><div class="fn"/><b>void setBar(QProgressBar bar)</b></li>
<li><div class="fn"/><b>void setCancelButton(QPushButton button)</b></li>
<li><div class="fn"/><b>void setLabel(QLabel label)</b></li>
</ul>
<h3>Instance Properties</h3>
<p>QProgressDialog objects inherit properties from the QProgressDialog prototype object and also have the following properties.</p>
<ul>
<li><div class="fn"/><b>wasCanceled</b></li>
<li><div class="fn"/><b>minimum</b></li>
<li><div class="fn"/><b>maximum</b></li>
<li><div class="fn"/><b>value</b></li>
<li><div class="fn"/><b>autoReset</b></li>
<li><div class="fn"/><b>autoClose</b></li>
<li><div class="fn"/><b>minimumDuration</b></li>
<li><div class="fn"/><b>labelText</b></li>
</ul>
</body>
</html>