src/eric7/Plugins/VcsPlugins/vcsGit/GitBisectLogBrowserDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitBisectLogBrowserDialog</class>
4 <widget class="QWidget" name="GitBisectLogBrowserDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>800</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Bisect Log</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTreeWidget" name="logTree">
19 <property name="sizePolicy">
20 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
21 <horstretch>0</horstretch>
22 <verstretch>7</verstretch>
23 </sizepolicy>
24 </property>
25 <property name="alternatingRowColors">
26 <bool>true</bool>
27 </property>
28 <property name="selectionMode">
29 <enum>QAbstractItemView::ExtendedSelection</enum>
30 </property>
31 <property name="rootIsDecorated">
32 <bool>false</bool>
33 </property>
34 <property name="itemsExpandable">
35 <bool>false</bool>
36 </property>
37 <property name="allColumnsShowFocus">
38 <bool>true</bool>
39 </property>
40 <column>
41 <property name="text">
42 <string>Commit</string>
43 </property>
44 </column>
45 <column>
46 <property name="text">
47 <string>Operation</string>
48 </property>
49 </column>
50 <column>
51 <property name="text">
52 <string>Subject</string>
53 </property>
54 </column>
55 </widget>
56 </item>
57 <item>
58 <widget class="QGroupBox" name="errorGroup">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
61 <horstretch>0</horstretch>
62 <verstretch>1</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="title">
66 <string>Errors</string>
67 </property>
68 <layout class="QVBoxLayout">
69 <item>
70 <widget class="QTextEdit" name="errors">
71 <property name="whatsThis">
72 <string>&lt;b&gt;Git log errors&lt;/b&gt;&lt;p&gt;This shows possible error messages of the git log command.&lt;/p&gt;</string>
73 </property>
74 <property name="readOnly">
75 <bool>true</bool>
76 </property>
77 <property name="acceptRichText">
78 <bool>false</bool>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </widget>
84 </item>
85 <item>
86 <widget class="QGroupBox" name="inputGroup">
87 <property name="title">
88 <string>Input</string>
89 </property>
90 <layout class="QGridLayout">
91 <item row="1" column="1">
92 <spacer>
93 <property name="orientation">
94 <enum>Qt::Horizontal</enum>
95 </property>
96 <property name="sizeType">
97 <enum>QSizePolicy::Expanding</enum>
98 </property>
99 <property name="sizeHint" stdset="0">
100 <size>
101 <width>327</width>
102 <height>29</height>
103 </size>
104 </property>
105 </spacer>
106 </item>
107 <item row="1" column="2">
108 <widget class="QPushButton" name="sendButton">
109 <property name="toolTip">
110 <string>Press to send the input to the git process</string>
111 </property>
112 <property name="text">
113 <string>&amp;Send</string>
114 </property>
115 <property name="shortcut">
116 <string>Alt+S</string>
117 </property>
118 </widget>
119 </item>
120 <item row="0" column="0" colspan="3">
121 <widget class="QLineEdit" name="input">
122 <property name="toolTip">
123 <string>Enter data to be sent to the git process</string>
124 </property>
125 </widget>
126 </item>
127 <item row="1" column="0">
128 <widget class="QCheckBox" name="passwordCheckBox">
129 <property name="toolTip">
130 <string>Select to switch the input field to password mode</string>
131 </property>
132 <property name="text">
133 <string>&amp;Password Mode</string>
134 </property>
135 <property name="shortcut">
136 <string>Alt+P</string>
137 </property>
138 </widget>
139 </item>
140 </layout>
141 </widget>
142 </item>
143 <item>
144 <widget class="QDialogButtonBox" name="buttonBox">
145 <property name="orientation">
146 <enum>Qt::Horizontal</enum>
147 </property>
148 <property name="standardButtons">
149 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
150 </property>
151 </widget>
152 </item>
153 </layout>
154 </widget>
155 <tabstops>
156 <tabstop>logTree</tabstop>
157 <tabstop>errors</tabstop>
158 <tabstop>input</tabstop>
159 <tabstop>passwordCheckBox</tabstop>
160 <tabstop>sendButton</tabstop>
161 </tabstops>
162 <resources/>
163 <connections/>
164 </ui>

eric ide

mercurial