eric7/Plugins/VcsPlugins/vcsGit/GitDiffDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 7779
757334671130
child 8318
962bce857696
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitDiffDialog</class>
4 <widget class="QWidget" name="GitDiffDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>749</width>
10 <height>646</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Diff</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <widget class="QGroupBox" name="contentsGroup">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
21 <horstretch>0</horstretch>
22 <verstretch>3</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="title">
26 <string>Difference</string>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout">
29 <item>
30 <widget class="QComboBox" name="filesCombo"/>
31 </item>
32 <item>
33 <widget class="QSplitter" name="splitter">
34 <property name="orientation">
35 <enum>Qt::Vertical</enum>
36 </property>
37 <widget class="QPlainTextEdit" name="contents">
38 <property name="whatsThis">
39 <string>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command.&lt;/p&gt;</string>
40 </property>
41 <property name="lineWrapMode">
42 <enum>QPlainTextEdit::NoWrap</enum>
43 </property>
44 <property name="readOnly">
45 <bool>true</bool>
46 </property>
47 <property name="tabStopWidth">
48 <number>8</number>
49 </property>
50 </widget>
51 <widget class="QPlainTextEdit" name="contents2">
52 <property name="whatsThis">
53 <string>&lt;b&gt;Git Diff&lt;/b&gt;&lt;p&gt;This shows the output of the git diff command (stage to repo) if the dialog was asked to show separate diffs.&lt;/p&gt;</string>
54 </property>
55 <property name="lineWrapMode">
56 <enum>QPlainTextEdit::NoWrap</enum>
57 </property>
58 <property name="readOnly">
59 <bool>true</bool>
60 </property>
61 <property name="tabStopWidth">
62 <number>8</number>
63 </property>
64 </widget>
65 </widget>
66 </item>
67 </layout>
68 </widget>
69 </item>
70 <item>
71 <widget class="QGroupBox" name="errorGroup">
72 <property name="sizePolicy">
73 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
74 <horstretch>0</horstretch>
75 <verstretch>1</verstretch>
76 </sizepolicy>
77 </property>
78 <property name="title">
79 <string>Errors</string>
80 </property>
81 <layout class="QVBoxLayout">
82 <item>
83 <widget class="QTextEdit" name="errors">
84 <property name="readOnly">
85 <bool>true</bool>
86 </property>
87 <property name="acceptRichText">
88 <bool>false</bool>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </widget>
94 </item>
95 <item>
96 <widget class="QDialogButtonBox" name="buttonBox">
97 <property name="orientation">
98 <enum>Qt::Horizontal</enum>
99 </property>
100 <property name="standardButtons">
101 <set>QDialogButtonBox::Close|QDialogButtonBox::Save</set>
102 </property>
103 </widget>
104 </item>
105 </layout>
106 </widget>
107 <tabstops>
108 <tabstop>filesCombo</tabstop>
109 <tabstop>contents</tabstop>
110 <tabstop>contents2</tabstop>
111 <tabstop>errors</tabstop>
112 </tabstops>
113 <resources/>
114 <connections>
115 <connection>
116 <sender>buttonBox</sender>
117 <signal>rejected()</signal>
118 <receiver>GitDiffDialog</receiver>
119 <slot>close()</slot>
120 <hints>
121 <hint type="sourcelabel">
122 <x>197</x>
123 <y>624</y>
124 </hint>
125 <hint type="destinationlabel">
126 <x>201</x>
127 <y>645</y>
128 </hint>
129 </hints>
130 </connection>
131 </connections>
132 </ui>

eric ide

mercurial