eric7/Documentation/Source/eric7.Project.UicCompilerOptionsDialog.html

Mon, 24 May 2021 11:19:57 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 24 May 2021 11:19:57 +0200
branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
permissions
-rw-r--r--

Generated source docu for eric7.

<!DOCTYPE html>
<html><head>
<title>eric7.Project.UicCompilerOptionsDialog</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.Project.UicCompilerOptionsDialog</h1>

<p>
Module implementing a dialog to enter some non-common uic compiler options.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#UicCompilerOptionsDialog">UicCompilerOptionsDialog</a></td>
<td>Class implementing a dialog to enter some non-common uic compiler options.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="UicCompilerOptionsDialog" ID="UicCompilerOptionsDialog"></a>
<h2>UicCompilerOptionsDialog</h2>

<p>
    Class implementing a dialog to enter some non-common uic compiler options.
</p>
<h3>Derived from</h3>
QDialog, Ui_UicCompilerOptionsDialog
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#UicCompilerOptionsDialog.__init__">UicCompilerOptionsDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#UicCompilerOptionsDialog.getData">getData</a></td>
<td>Public method to get the entered data.</td>
</tr>
</table>
<h3>Static Methods</h3>

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

<a NAME="UicCompilerOptionsDialog.__init__" ID="UicCompilerOptionsDialog.__init__"></a>
<h4>UicCompilerOptionsDialog (Constructor)</h4>
<b>UicCompilerOptionsDialog</b>(<i>compilerOptions, compiler, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>compilerOptions</i> (dict)</dt>
<dd>
dictionary containing the uic compiler options
</dd>
<dt><i>compiler</i> (str)</dt>
<dd>
name of the uic compiler executable
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd>
</dl>
<a NAME="UicCompilerOptionsDialog.getData" ID="UicCompilerOptionsDialog.getData"></a>
<h4>UicCompilerOptionsDialog.getData</h4>
<b>getData</b>(<i></i>)

<p>
        Public method to get the entered data.
</p>
<dl>
<dt>Return:</dt>
<dd>
tuple containing the package, the rc-file suffix and the
            project relative root of the packages directory
</dd>
</dl>
<dl>
<dt>Return Type:</dt>
<dd>
tuple of (str, str, str)
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial