eric6/Plugins/VcsPlugins/vcsGit/GitStatusDialog.ui

changeset 7779
757334671130
parent 6942
2602857055c5
equal deleted inserted replaced
7778:eb01ab7aeb06 7779:757334671130
155 <string>Difference Working to Staging</string> 155 <string>Difference Working to Staging</string>
156 </property> 156 </property>
157 </widget> 157 </widget>
158 </item> 158 </item>
159 <item> 159 <item>
160 <widget class="QTextEdit" name="lDiffEdit"> 160 <widget class="QPlainTextEdit" name="lDiffEdit">
161 <property name="sizePolicy"> 161 <property name="sizePolicy">
162 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 162 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
163 <horstretch>0</horstretch> 163 <horstretch>0</horstretch>
164 <verstretch>0</verstretch> 164 <verstretch>0</verstretch>
165 </sizepolicy> 165 </sizepolicy>
166 </property> 166 </property>
167 <property name="contextMenuPolicy"> 167 <property name="contextMenuPolicy">
168 <enum>Qt::CustomContextMenu</enum> 168 <enum>Qt::CustomContextMenu</enum>
169 </property> 169 </property>
170 <property name="tabChangesFocus">
171 <bool>true</bool>
172 </property>
173 <property name="lineWrapMode"> 170 <property name="lineWrapMode">
174 <enum>QTextEdit::NoWrap</enum> 171 <enum>QPlainTextEdit::NoWrap</enum>
175 </property> 172 </property>
176 <property name="readOnly"> 173 <property name="readOnly">
177 <bool>true</bool> 174 <bool>true</bool>
178 </property> 175 </property>
179 <property name="acceptRichText"> 176 <property name="tabStopWidth">
180 <bool>false</bool> 177 <number>8</number>
181 </property> 178 </property>
182 </widget> 179 </widget>
183 </item> 180 </item>
184 </layout> 181 </layout>
185 </widget> 182 </widget>
209 <string>Difference Staging to HEAD</string> 206 <string>Difference Staging to HEAD</string>
210 </property> 207 </property>
211 </widget> 208 </widget>
212 </item> 209 </item>
213 <item> 210 <item>
214 <widget class="QTextEdit" name="rDiffEdit"> 211 <widget class="QPlainTextEdit" name="rDiffEdit">
215 <property name="sizePolicy"> 212 <property name="sizePolicy">
216 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 213 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
217 <horstretch>0</horstretch> 214 <horstretch>0</horstretch>
218 <verstretch>0</verstretch> 215 <verstretch>0</verstretch>
219 </sizepolicy> 216 </sizepolicy>
220 </property> 217 </property>
221 <property name="contextMenuPolicy"> 218 <property name="contextMenuPolicy">
222 <enum>Qt::CustomContextMenu</enum> 219 <enum>Qt::CustomContextMenu</enum>
223 </property> 220 </property>
224 <property name="tabChangesFocus">
225 <bool>true</bool>
226 </property>
227 <property name="lineWrapMode"> 221 <property name="lineWrapMode">
228 <enum>QTextEdit::NoWrap</enum> 222 <enum>QPlainTextEdit::NoWrap</enum>
229 </property> 223 </property>
230 <property name="readOnly"> 224 <property name="readOnly">
231 <bool>true</bool> 225 <bool>true</bool>
232 </property> 226 </property>
233 <property name="acceptRichText"> 227 <property name="tabStopWidth">
234 <bool>false</bool> 228 <number>8</number>
235 </property> 229 </property>
236 </widget> 230 </widget>
237 </item> 231 </item>
238 </layout> 232 </layout>
239 </widget> 233 </widget>

eric ide

mercurial