eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog</h1>
24
25 <p>
26 Module implementing a dialog to enter options used to start a project in
27 the VCS.
28 </p>
29 <h3>Global Attributes</h3>
30
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Classes</h3>
35
36 <table>
37
38 <tr>
39 <td><a href="#HgOptionsDialog">HgOptionsDialog</a></td>
40 <td>Class implementing a dialog to enter options used to start a project in the repository.</td>
41 </tr>
42 </table>
43 <h3>Functions</h3>
44
45 <table>
46 <tr><td>None</td></tr>
47 </table>
48 <hr />
49 <hr />
50 <a NAME="HgOptionsDialog" ID="HgOptionsDialog"></a>
51 <h2>HgOptionsDialog</h2>
52
53 <p>
54 Class implementing a dialog to enter options used to start a project in the
55 repository.
56 </p>
57 <h3>Derived from</h3>
58 QDialog, Ui_HgOptionsDialog
59 <h3>Class Attributes</h3>
60
61 <table>
62 <tr><td>None</td></tr>
63 </table>
64 <h3>Class Methods</h3>
65
66 <table>
67 <tr><td>None</td></tr>
68 </table>
69 <h3>Methods</h3>
70
71 <table>
72
73 <tr>
74 <td><a href="#HgOptionsDialog.__init__">HgOptionsDialog</a></td>
75 <td>Constructor</td>
76 </tr>
77 <tr>
78 <td><a href="#HgOptionsDialog.getData">getData</a></td>
79 <td>Public slot to retrieve the data entered into the dialog.</td>
80 </tr>
81 </table>
82 <h3>Static Methods</h3>
83
84 <table>
85 <tr><td>None</td></tr>
86 </table>
87
88 <a NAME="HgOptionsDialog.__init__" ID="HgOptionsDialog.__init__"></a>
89 <h4>HgOptionsDialog (Constructor)</h4>
90 <b>HgOptionsDialog</b>(<i>vcs, project, parent=None</i>)
91
92 <p>
93 Constructor
94 </p>
95 <dl>
96
97 <dt><i>vcs</i></dt>
98 <dd>
99 reference to the version control object
100 </dd>
101 <dt><i>project</i></dt>
102 <dd>
103 reference to the project object
104 </dd>
105 <dt><i>parent</i></dt>
106 <dd>
107 parent widget (QWidget)
108 </dd>
109 </dl>
110 <a NAME="HgOptionsDialog.getData" ID="HgOptionsDialog.getData"></a>
111 <h4>HgOptionsDialog.getData</h4>
112 <b>getData</b>(<i></i>)
113
114 <p>
115 Public slot to retrieve the data entered into the dialog.
116 </p>
117 <dl>
118 <dt>Return:</dt>
119 <dd>
120 a dictionary containing the data entered
121 </dd>
122 </dl>
123 <div align="right"><a href="#top">Up</a></div>
124 <hr />
125 </body></html>

eric ide

mercurial