forked from qt-creator/qt-creator
		
	VCS: Introduce configureable timeout to vcs,svn, p4.
as already present for git, mercurial. Task-number: QTCREATORBUG-475
This commit is contained in:
		| @@ -91,12 +91,15 @@ | ||||
|       <item row="1" column="0"> | ||||
|        <widget class="QLabel" name="timeoutLabel"> | ||||
|         <property name="text"> | ||||
|          <string>Timeout (seconds):</string> | ||||
|          <string>Timeout:</string> | ||||
|         </property> | ||||
|        </widget> | ||||
|       </item> | ||||
|       <item row="1" column="1"> | ||||
|        <widget class="QSpinBox" name="timeoutSpinBox"> | ||||
|         <property name="suffix"> | ||||
|          <string>s</string> | ||||
|         </property> | ||||
|         <property name="minimum"> | ||||
|          <number>10</number> | ||||
|         </property> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user