~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.VCS.cvsPackage.LoginDialog.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.VCS.cvsPackage.LoginDialog</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.VCS.cvsPackage.LoginDialog</font></h1>
8
 
<p>
9
 
Module implementing a dialog to enter the login data for CVS.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#CvsLoginDialog">CvsLoginDialog</a></td>
15
 
<td>Class implementing a dialog to enter the login data for CVS.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr><td>None</td></tr>
21
 
</table>
22
 
<hr /><hr />
23
 
<a NAME="CvsLoginDialog" ID="CvsLoginDialog"></a>
24
 
<h2><font color="#0000FF">CvsLoginDialog</font></h2>
25
 
<p>
26
 
    Class implementing a dialog to enter the login data for CVS.
27
 
</p>
28
 
<h3><font color="#FF0000">Derived from</font></h3>
29
 
cvsLoginForm
30
 
<h3><font color="#FF0000">Methods</font></h3>
31
 
<table>
32
 
<tr>
33
 
<td><a href="#CvsLoginDialog.__init__">CvsLoginDialog</a></td>
34
 
<td>Constructor</td>
35
 
</tr><tr>
36
 
<td><a href="#CvsLoginDialog.getData">getData</a></td>
37
 
<td>Public slot to retrieve the data entered into the dialog.</td>
38
 
</tr>
39
 
</table>
40
 
<p><a NAME="CvsLoginDialog.__init__" ID="CvsLoginDialog__init__"></a>
41
 
<h3><font color="#0000FF">CvsLoginDialog (Constructor)</font></h3>
42
 
<b>CvsLoginDialog</b>(<i>parent=None</i>)
43
 
<p>
44
 
        Constructor
45
 
</p><dl>
46
 
<dt><i>parent</i></dt>
47
 
<dd>
48
 
parent widget (QWidget)
49
 
</dd>
50
 
</dl><a NAME="CvsLoginDialog.getData" ID="CvsLoginDialoggetData"></a>
51
 
<h3><font color="#0000FF">CvsLoginDialog.getData</font></h3>
52
 
<b>getData</b>(<i></i>)
53
 
<p>
54
 
        Public slot to retrieve the data entered into the dialog.
55
 
</p><dl>
56
 
<dt>Returns:</dt>
57
 
<dd>
58
 
a tuple of 6 strings (protocol, username,
59
 
            password, remote hostname, remote port and repository).
60
 
</dd>
61
 
</dl></p>
62
 
<div align="right"><a href="#top">Up</a></div>
63
 
<hr />
64
 
</body></html>
 
 
b'\\ No newline at end of file'