82 </item> |
82 </item> |
83 </layout> |
83 </layout> |
84 </widget> |
84 </widget> |
85 </item> |
85 </item> |
86 <item> |
86 <item> |
87 <widget class="QGroupBox" name="inputGroup"> |
|
88 <property name="title"> |
|
89 <string>Input</string> |
|
90 </property> |
|
91 <layout class="QGridLayout"> |
|
92 <item row="1" column="1"> |
|
93 <spacer> |
|
94 <property name="orientation"> |
|
95 <enum>Qt::Horizontal</enum> |
|
96 </property> |
|
97 <property name="sizeType"> |
|
98 <enum>QSizePolicy::Expanding</enum> |
|
99 </property> |
|
100 <property name="sizeHint" stdset="0"> |
|
101 <size> |
|
102 <width>327</width> |
|
103 <height>29</height> |
|
104 </size> |
|
105 </property> |
|
106 </spacer> |
|
107 </item> |
|
108 <item row="1" column="2"> |
|
109 <widget class="QPushButton" name="sendButton"> |
|
110 <property name="toolTip"> |
|
111 <string>Press to send the input to the hg process</string> |
|
112 </property> |
|
113 <property name="text"> |
|
114 <string>&Send</string> |
|
115 </property> |
|
116 <property name="shortcut"> |
|
117 <string>Alt+S</string> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 <item row="0" column="0" colspan="3"> |
|
122 <widget class="QLineEdit" name="input"> |
|
123 <property name="toolTip"> |
|
124 <string>Enter data to be sent to the hg process</string> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item row="1" column="0"> |
|
129 <widget class="QCheckBox" name="passwordCheckBox"> |
|
130 <property name="toolTip"> |
|
131 <string>Select to switch the input field to password mode</string> |
|
132 </property> |
|
133 <property name="text"> |
|
134 <string>&Password Mode</string> |
|
135 </property> |
|
136 <property name="shortcut"> |
|
137 <string>Alt+P</string> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 </layout> |
|
142 </widget> |
|
143 </item> |
|
144 <item> |
|
145 <widget class="QDialogButtonBox" name="buttonBox"> |
87 <widget class="QDialogButtonBox" name="buttonBox"> |
146 <property name="orientation"> |
88 <property name="orientation"> |
147 <enum>Qt::Horizontal</enum> |
89 <enum>Qt::Horizontal</enum> |
148 </property> |
90 </property> |
149 <property name="standardButtons"> |
91 <property name="standardButtons"> |
164 <tabstops> |
106 <tabstops> |
165 <tabstop>filesCombo</tabstop> |
107 <tabstop>filesCombo</tabstop> |
166 <tabstop>searchWidget</tabstop> |
108 <tabstop>searchWidget</tabstop> |
167 <tabstop>contents</tabstop> |
109 <tabstop>contents</tabstop> |
168 <tabstop>errors</tabstop> |
110 <tabstop>errors</tabstop> |
169 <tabstop>input</tabstop> |
|
170 <tabstop>passwordCheckBox</tabstop> |
|
171 <tabstop>sendButton</tabstop> |
|
172 </tabstops> |
111 </tabstops> |
173 <resources/> |
112 <resources/> |
174 <connections> |
113 <connections> |
175 <connection> |
114 <connection> |
176 <sender>buttonBox</sender> |
115 <sender>buttonBox</sender> |