35 <property name="readOnly"> |
35 <property name="readOnly"> |
36 <bool>true</bool> |
36 <bool>true</bool> |
37 </property> |
37 </property> |
38 </widget> |
38 </widget> |
39 </item> |
39 </item> |
40 <item row="2" column="0"> |
40 <item row="2" column="0" colspan="2"> |
|
41 <widget class="QCheckBox" name="passwordCheckBox"> |
|
42 <property name="toolTip"> |
|
43 <string>Select to switch the input field to password mode</string> |
|
44 </property> |
|
45 <property name="text"> |
|
46 <string>&Password Mode</string> |
|
47 </property> |
|
48 <property name="shortcut"> |
|
49 <string>Alt+P</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="3" column="0"> |
41 <widget class="QLabel" name="label_2"> |
54 <widget class="QLabel" name="label_2"> |
42 <property name="text"> |
55 <property name="text"> |
43 <string>Input:</string> |
56 <string>Input:</string> |
44 </property> |
57 </property> |
45 </widget> |
58 </widget> |
46 </item> |
59 </item> |
47 <item row="2" column="1"> |
60 <item row="3" column="1"> |
48 <widget class="QLineEdit" name="inputEdit"> |
61 <widget class="QLineEdit" name="inputEdit"> |
49 <property name="toolTip"> |
62 <property name="toolTip"> |
50 <string>Enter the response to be sent to the Mercurial server</string> |
63 <string>Enter the response to be sent to the Mercurial server</string> |
51 </property> |
64 </property> |
52 </widget> |
65 </widget> |
53 </item> |
66 </item> |
54 <item row="3" column="0" colspan="2"> |
67 <item row="4" column="0" colspan="2"> |
55 <widget class="QDialogButtonBox" name="buttonBox"> |
68 <widget class="QDialogButtonBox" name="buttonBox"> |
56 <property name="orientation"> |
69 <property name="orientation"> |
57 <enum>Qt::Horizontal</enum> |
70 <enum>Qt::Horizontal</enum> |
58 </property> |
71 </property> |
59 <property name="standardButtons"> |
72 <property name="standardButtons"> |