Plugins/VcsPlugins/vcsMercurial/HgClientPromptDialog.ui

changeset 4471
2dedc0c4a8fa
parent 1323
3126121aeb4f
equal deleted inserted replaced
4470:0a8b94711aea 4471:2dedc0c4a8fa
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>&amp;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">
62 </widget> 75 </widget>
63 </item> 76 </item>
64 </layout> 77 </layout>
65 </widget> 78 </widget>
66 <tabstops> 79 <tabstops>
80 <tabstop>passwordCheckBox</tabstop>
67 <tabstop>inputEdit</tabstop> 81 <tabstop>inputEdit</tabstop>
68 <tabstop>buttonBox</tabstop>
69 <tabstop>messageEdit</tabstop> 82 <tabstop>messageEdit</tabstop>
70 </tabstops> 83 </tabstops>
71 <resources/> 84 <resources/>
72 <connections> 85 <connections>
73 <connection> 86 <connection>

eric ide

mercurial