10783:ccf28bec1227 | 10784:521fd465b048 |
---|---|
131 </table> | 131 </table> |
132 | 132 |
133 | 133 |
134 <a NAME="PropertiesDialog.__init__" ID="PropertiesDialog.__init__"></a> | 134 <a NAME="PropertiesDialog.__init__" ID="PropertiesDialog.__init__"></a> |
135 <h4>PropertiesDialog (Constructor)</h4> | 135 <h4>PropertiesDialog (Constructor)</h4> |
136 <b>PropertiesDialog</b>(<i>project, new=True, parent=None, name=None</i>) | 136 <b>PropertiesDialog</b>(<i>project, new=True, isRemote=False, parent=None, name=None</i>) |
137 <p> | 137 <p> |
138 Constructor | 138 Constructor |
139 </p> | 139 </p> |
140 | 140 |
141 <dl> | 141 <dl> |
146 </dd> | 146 </dd> |
147 <dt><i>new</i> (bool (optional))</dt> | 147 <dt><i>new</i> (bool (optional))</dt> |
148 <dd> | 148 <dd> |
149 flag indicating the generation of a new project | 149 flag indicating the generation of a new project |
150 (defaults to True) | 150 (defaults to True) |
151 </dd> | |
152 <dt><i>isRemote</i> (bool (optional))</dt> | |
153 <dd> | |
154 flag indicating a remote project (defaults to False) | |
151 </dd> | 155 </dd> |
152 <dt><i>parent</i> (QWidget (optional))</dt> | 156 <dt><i>parent</i> (QWidget (optional))</dt> |
153 <dd> | 157 <dd> |
154 parent widget of this dialog (defaults to None) | 158 parent widget of this dialog (defaults to None) |
155 </dd> | 159 </dd> |