eric6/Plugins/VcsPlugins/vcsGit/GitLogBrowserDialog.ui

Sat, 31 Aug 2019 12:18:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 31 Aug 2019 12:18:44 +0200
changeset 7188
f9c57c6fa7c4
parent 6942
2602857055c5
child 7779
757334671130
permissions
-rw-r--r--

HgStatusDialog: backed out the disabling of the status list for merges because it prevents to review the individual changes and to inspect the list for long lists of changed files.

6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
2 <ui version="4.0">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
3 <class>GitLogBrowserDialog</class>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
4 <widget class="QWidget" name="GitLogBrowserDialog">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
5 <property name="geometry">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
6 <rect>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
7 <x>0</x>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
8 <y>0</y>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
9 <width>1000</width>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
10 <height>800</height>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
11 </rect>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
12 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
13 <property name="windowTitle">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
14 <string>Git Log</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
15 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
16 <layout class="QVBoxLayout" name="verticalLayout_3">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
17 <item>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
18 <layout class="QHBoxLayout" name="horizontalLayout_4">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
19 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
20 <widget class="QToolButton" name="actionsButton">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
21 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
22 <string>Select action from menu</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
23 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
24 <property name="popupMode">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
25 <enum>QToolButton::InstantPopup</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
26 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
27 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
28 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
29 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
30 <widget class="Line" name="line_4">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
31 <property name="frameShadow">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
32 <enum>QFrame::Raised</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
33 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
34 <property name="lineWidth">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
35 <number>2</number>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
36 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
37 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
38 <enum>Qt::Vertical</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
39 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
40 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
41 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
42 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
43 <widget class="QComboBox" name="modeComboBox">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
44 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
45 <string>Select the mode (find or filter)</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
46 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
47 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
48 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
49 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
50 <widget class="Line" name="line_3">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
51 <property name="frameShadow">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
52 <enum>QFrame::Raised</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
53 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
54 <property name="lineWidth">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
55 <number>2</number>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
56 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
57 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
58 <enum>Qt::Vertical</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
59 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
60 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
61 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
62 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
63 <widget class="QLabel" name="label">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
64 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
65 <string>From:</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
66 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
67 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
68 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
69 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
70 <widget class="QDateEdit" name="fromDate">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
71 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
72 <string>Enter the start date</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
73 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
74 <property name="calendarPopup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
75 <bool>true</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
76 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
77 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
78 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
79 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
80 <widget class="QLabel" name="label_2">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
81 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
82 <string>To:</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
83 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
84 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
85 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
86 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
87 <widget class="QDateEdit" name="toDate">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
88 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
89 <string>Enter the end date</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
90 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
91 <property name="calendarPopup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
92 <bool>true</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
93 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
94 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
95 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
96 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
97 <widget class="Line" name="line_2">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
98 <property name="frameShadow">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
99 <enum>QFrame::Raised</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
100 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
101 <property name="lineWidth">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
102 <number>2</number>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
103 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
104 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
105 <enum>Qt::Vertical</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
106 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
107 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
108 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
109 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
110 <widget class="QComboBox" name="fieldCombo">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
111 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
112 <string>Select the field to filter on</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
113 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
114 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
115 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
116 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
117 <widget class="E5ClearableLineEdit" name="rxEdit">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
118 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
119 <string>Enter the regular expression to filter on or search for</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
120 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
121 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
122 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
123 <item>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
124 <layout class="QHBoxLayout" name="horizontalLayout_2">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
125 <property name="spacing">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
126 <number>0</number>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
127 </property>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
128 <item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
129 <widget class="QToolButton" name="findPrevButton">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
130 <property name="toolTip">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
131 <string>Press to find the previous occurrence</string>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
132 </property>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
133 </widget>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
134 </item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
135 <item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
136 <widget class="QToolButton" name="findNextButton">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
137 <property name="toolTip">
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
138 <string>Press to find the next occurrence</string>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
139 </property>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
140 </widget>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
141 </item>
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
142 </layout>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
143 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
144 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
145 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
146 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
147 <widget class="QSplitter" name="mainSplitter">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
148 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
149 <enum>Qt::Vertical</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
150 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
151 <widget class="QWidget" name="">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
152 <layout class="QVBoxLayout" name="verticalLayout">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
153 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
154 <widget class="QTreeWidget" name="logTree">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
155 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
156 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
157 <horstretch>0</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
158 <verstretch>1</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
159 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
160 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
161 <property name="contextMenuPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
162 <enum>Qt::CustomContextMenu</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
163 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
164 <property name="alternatingRowColors">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
165 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
166 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
167 <property name="selectionMode">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
168 <enum>QAbstractItemView::ExtendedSelection</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
169 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
170 <property name="rootIsDecorated">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
171 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
172 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
173 <property name="itemsExpandable">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
174 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
175 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
176 <property name="allColumnsShowFocus">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
177 <bool>true</bool>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
178 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
179 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
180 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
181 <string>Graph</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
182 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
183 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
184 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
185 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
186 <string>Commit ID</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
187 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
188 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
189 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
190 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
191 <string>Author</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
192 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
193 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
194 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
195 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
196 <string>Date</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
197 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
198 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
199 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
200 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
201 <string>Committer</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
202 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
203 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
204 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
205 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
206 <string>Commit Date</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
207 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
208 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
209 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
210 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
211 <string>Subject</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
212 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
213 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
214 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
215 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
216 <string>Branches</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
217 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
218 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
219 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
220 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
221 <string>Tags</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
222 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
223 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
224 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
225 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
226 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
227 <layout class="QHBoxLayout" name="horizontalLayout_5">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
228 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
229 <layout class="QHBoxLayout" name="horizontalLayout">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
230 <property name="spacing">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
231 <number>0</number>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
232 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
233 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
234 <widget class="QToolButton" name="upButton">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
235 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
236 <string>Press to move up in the log list</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
237 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
238 <property name="autoRepeat">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
239 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
240 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
241 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
242 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
243 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
244 <widget class="QToolButton" name="downButton">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
245 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
246 <string>Press to move down in the log list</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
247 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
248 <property name="autoRepeat">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
249 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
250 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
251 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
252 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
253 </layout>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
254 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
255 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
256 <widget class="Line" name="line_5">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
257 <property name="frameShadow">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
258 <enum>QFrame::Raised</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
259 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
260 <property name="lineWidth">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
261 <number>2</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
262 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
263 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
264 <enum>Qt::Vertical</enum>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
265 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
266 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
267 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
268 <item>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
269 <widget class="QPushButton" name="nextButton">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
270 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
271 <string>Press to get the next bunch of log entries</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
272 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
273 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
274 <string>&amp;Next</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
275 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
276 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
277 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
278 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
279 <widget class="QSpinBox" name="limitSpinBox">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
280 <property name="toolTip">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
281 <string>Enter the limit of entries to fetch</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
282 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
283 <property name="alignment">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
284 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
285 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
286 <property name="minimum">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
287 <number>1</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
288 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
289 <property name="maximum">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
290 <number>10000</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
291 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
292 <property name="value">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
293 <number>20</number>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
294 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
295 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
296 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
297 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
298 <widget class="QCheckBox" name="stopCheckBox">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
299 <property name="toolTip">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
300 <string>Select to stop listing log messages at a copy or move</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
301 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
302 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
303 <string>Stop on Copy/Move</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
304 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
305 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
306 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
307 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
308 <spacer name="horizontalSpacer">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
309 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
310 <enum>Qt::Horizontal</enum>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
311 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
312 <property name="sizeHint" stdset="0">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
313 <size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
314 <width>40</width>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
315 <height>20</height>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
316 </size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
317 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
318 </spacer>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
319 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
320 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
321 <widget class="QLabel" name="sbsSelectLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
322 <property name="focusPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
323 <enum>Qt::StrongFocus</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
324 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
325 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
326 <string/>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
327 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
328 <property name="textInteractionFlags">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
329 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
330 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
331 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
332 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
333 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
334 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
335 </layout>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
336 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
337 <widget class="QSplitter" name="detailsSplitter">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
338 <property name="sizePolicy">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
339 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
340 <horstretch>0</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
341 <verstretch>2</verstretch>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
342 </sizepolicy>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
343 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
344 <property name="orientation">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
345 <enum>Qt::Horizontal</enum>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
346 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
347 <widget class="QTextBrowser" name="detailsEdit">
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
348 <property name="sizePolicy">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
349 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
350 <horstretch>3</horstretch>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
351 <verstretch>1</verstretch>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
352 </sizepolicy>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
353 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
354 <property name="readOnly">
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
355 <bool>true</bool>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
356 </property>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
357 <property name="openLinks">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
358 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
359 </property>
6325
ebdcf9a36f42 Changed some layouts to make some buttons appear next to each other without space.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6020
diff changeset
360 </widget>
6328
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
361 <widget class="QSplitter" name="diffSplitter">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
362 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
363 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
364 <horstretch>7</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
365 <verstretch>0</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
366 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
367 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
368 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
369 <enum>Qt::Vertical</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
370 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
371 <widget class="QTreeWidget" name="filesTree">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
372 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
373 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
374 <horstretch>7</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
375 <verstretch>1</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
376 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
377 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
378 <property name="alternatingRowColors">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
379 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
380 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
381 <property name="rootIsDecorated">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
382 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
383 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
384 <property name="itemsExpandable">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
385 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
386 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
387 <property name="allColumnsShowFocus">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
388 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
389 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
390 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
391 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
392 <string>Action</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
393 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
394 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
395 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
396 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
397 <string>Path</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
398 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
399 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
400 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
401 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
402 <string>Additions</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
403 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
404 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
405 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
406 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
407 <string>Deletions</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
408 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
409 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
410 <column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
411 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
412 <string>Copy from</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
413 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
414 </column>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
415 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
416 <widget class="QWidget" name="layoutWidget_2">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
417 <layout class="QVBoxLayout" name="verticalLayout_2">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
418 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
419 <layout class="QHBoxLayout" name="horizontalLayout_3">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
420 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
421 <widget class="QLabel" name="diffLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
422 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
423 <string>Differences</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
424 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
425 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
426 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
427 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
428 <spacer name="horizontalSpacer_3">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
429 <property name="orientation">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
430 <enum>Qt::Horizontal</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
431 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
432 <property name="sizeHint" stdset="0">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
433 <size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
434 <width>40</width>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
435 <height>20</height>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
436 </size>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
437 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
438 </spacer>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
439 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
440 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
441 <widget class="QLabel" name="diffSelectLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
442 <property name="focusPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
443 <enum>Qt::StrongFocus</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
444 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
445 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
446 <string/>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
447 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
448 <property name="textInteractionFlags">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
449 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
450 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
451 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
452 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
453 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
454 <widget class="QLabel" name="saveLabel">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
455 <property name="focusPolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
456 <enum>Qt::StrongFocus</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
457 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
458 <property name="text">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
459 <string>&lt;a href=&quot;save:me&quot;&gt;Save&lt;/a&gt;</string>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
460 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
461 <property name="textInteractionFlags">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
462 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
463 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
464 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
465 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
466 </layout>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
467 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
468 <item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
469 <widget class="QTextEdit" name="diffEdit">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
470 <property name="sizePolicy">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
471 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
472 <horstretch>7</horstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
473 <verstretch>2</verstretch>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
474 </sizepolicy>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
475 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
476 <property name="tabChangesFocus">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
477 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
478 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
479 <property name="lineWrapMode">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
480 <enum>QTextEdit::NoWrap</enum>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
481 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
482 <property name="readOnly">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
483 <bool>true</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
484 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
485 <property name="acceptRichText">
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
486 <bool>false</bool>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
487 </property>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
488 </widget>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
489 </item>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
490 </layout>
c1353375f6be GitLogBrowserDialog, HgLogBrowserDialog: fixed an issue introduced by the recent change.
Detlev Offenbach <detlev@die-offenbachs.de>
parents: 6325
diff changeset
491 </widget>
6020
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
492 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
493 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
494 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
495 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
496 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
497 <widget class="QGroupBox" name="errorGroup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
498 <property name="sizePolicy">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
499 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
500 <horstretch>0</horstretch>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
501 <verstretch>1</verstretch>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
502 </sizepolicy>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
503 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
504 <property name="title">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
505 <string>Errors</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
506 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
507 <layout class="QVBoxLayout">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
508 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
509 <widget class="QTextEdit" name="errors">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
510 <property name="whatsThis">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
511 <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>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
512 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
513 <property name="readOnly">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
514 <bool>true</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
515 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
516 <property name="acceptRichText">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
517 <bool>false</bool>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
518 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
519 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
520 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
521 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
522 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
523 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
524 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
525 <widget class="QGroupBox" name="inputGroup">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
526 <property name="title">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
527 <string>Input</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
528 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
529 <layout class="QGridLayout">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
530 <item row="1" column="1">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
531 <spacer>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
532 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
533 <enum>Qt::Horizontal</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
534 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
535 <property name="sizeType">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
536 <enum>QSizePolicy::Expanding</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
537 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
538 <property name="sizeHint" stdset="0">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
539 <size>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
540 <width>327</width>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
541 <height>29</height>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
542 </size>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
543 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
544 </spacer>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
545 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
546 <item row="1" column="2">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
547 <widget class="QPushButton" name="sendButton">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
548 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
549 <string>Press to send the input to the git process</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
550 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
551 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
552 <string>&amp;Send</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
553 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
554 <property name="shortcut">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
555 <string>Alt+S</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
556 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
557 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
558 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
559 <item row="0" column="0" colspan="3">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
560 <widget class="QLineEdit" name="input">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
561 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
562 <string>Enter data to be sent to the git process</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
563 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
564 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
565 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
566 <item row="1" column="0">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
567 <widget class="QCheckBox" name="passwordCheckBox">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
568 <property name="toolTip">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
569 <string>Select to switch the input field to password mode</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
570 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
571 <property name="text">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
572 <string>&amp;Password Mode</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
573 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
574 <property name="shortcut">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
575 <string>Alt+P</string>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
576 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
577 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
578 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
579 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
580 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
581 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
582 <item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
583 <widget class="QDialogButtonBox" name="buttonBox">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
584 <property name="orientation">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
585 <enum>Qt::Horizontal</enum>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
586 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
587 <property name="standardButtons">
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
588 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
589 </property>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
590 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
591 </item>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
592 </layout>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
593 </widget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
594 <customwidgets>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
595 <customwidget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
596 <class>E5ClearableLineEdit</class>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
597 <extends>QLineEdit</extends>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
598 <header>E5Gui/E5LineEdit.h</header>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
599 </customwidget>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
600 </customwidgets>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
601 <tabstops>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
602 <tabstop>actionsButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
603 <tabstop>modeComboBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
604 <tabstop>fromDate</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
605 <tabstop>toDate</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
606 <tabstop>fieldCombo</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
607 <tabstop>rxEdit</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
608 <tabstop>findPrevButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
609 <tabstop>findNextButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
610 <tabstop>logTree</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
611 <tabstop>upButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
612 <tabstop>downButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
613 <tabstop>nextButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
614 <tabstop>limitSpinBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
615 <tabstop>stopCheckBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
616 <tabstop>sbsSelectLabel</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
617 <tabstop>detailsEdit</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
618 <tabstop>filesTree</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
619 <tabstop>diffSelectLabel</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
620 <tabstop>saveLabel</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
621 <tabstop>diffEdit</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
622 <tabstop>errors</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
623 <tabstop>input</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
624 <tabstop>passwordCheckBox</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
625 <tabstop>sendButton</tabstop>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
626 </tabstops>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
627 <resources/>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
628 <connections/>
baf6da1ae288 Added the git plug-in to the core plug-ins.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff changeset
629 </ui>

eric ide

mercurial