85 <p> |
85 <p> |
86 Constructor |
86 Constructor |
87 </p> |
87 </p> |
88 <dl> |
88 <dl> |
89 |
89 |
90 <dt><i>argvList</i></dt> |
90 <dt><i>argvList</i> (list of str)</dt> |
91 <dd> |
91 <dd> |
92 history list of commandline arguments (list of strings) |
92 history list of commandline arguments |
93 </dd> |
93 </dd> |
94 <dt><i>ppath</i></dt> |
94 <dt><i>ppath</i> (str)</dt> |
95 <dd> |
95 <dd> |
96 pathname of the project directory (string) |
96 pathname of the project directory |
97 </dd> |
97 </dd> |
98 <dt><i>parent</i></dt> |
98 <dt><i>parent</i> (QWidget)</dt> |
99 <dd> |
99 <dd> |
100 parent widget of this dialog (QWidget) |
100 parent widget of this dialog |
101 </dd> |
101 </dd> |
102 </dl> |
102 </dl> |
103 <a NAME="GitCommandDialog.getData" ID="GitCommandDialog.getData"></a> |
103 <a NAME="GitCommandDialog.getData" ID="GitCommandDialog.getData"></a> |
104 <h4>GitCommandDialog.getData</h4> |
104 <h4>GitCommandDialog.getData</h4> |
105 <b>getData</b>(<i></i>) |
105 <b>getData</b>(<i></i>) |
108 Public method to retrieve the data entered into this dialog. |
108 Public method to retrieve the data entered into this dialog. |
109 </p> |
109 </p> |
110 <dl> |
110 <dl> |
111 <dt>Return:</dt> |
111 <dt>Return:</dt> |
112 <dd> |
112 <dd> |
113 commandline parameters (string) |
113 commandline parameters |
|
114 </dd> |
|
115 </dl> |
|
116 <dl> |
|
117 <dt>Return Type:</dt> |
|
118 <dd> |
|
119 str |
114 </dd> |
120 </dd> |
115 </dl> |
121 </dl> |
116 <a NAME="GitCommandDialog.on_commandCombo_editTextChanged" ID="GitCommandDialog.on_commandCombo_editTextChanged"></a> |
122 <a NAME="GitCommandDialog.on_commandCombo_editTextChanged" ID="GitCommandDialog.on_commandCombo_editTextChanged"></a> |
117 <h4>GitCommandDialog.on_commandCombo_editTextChanged</h4> |
123 <h4>GitCommandDialog.on_commandCombo_editTextChanged</h4> |
118 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |
124 <b>on_commandCombo_editTextChanged</b>(<i>text</i>) |