Merged branchmenu into master
[ugit.git] / ui / CommitBrowser.ui
blob318c5752c631496eed51afec0395baceed9de5a7
1 <ui version="4.0" >
2  <class>CommitBrowser</class>
3  <widget class="QDialog" name="CommitBrowser" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>700</width>
9     <height>600</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Git Commit Browser</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QSplitter" name="splitter" >
18      <property name="orientation" >
19       <enum>Qt::Vertical</enum>
20      </property>
21      <property name="handleWidth" >
22       <number>4</number>
23      </property>
24      <widget class="QListWidget" name="commitList" >
25       <property name="font" >
26        <font>
27         <family>Monospace</family>
28        </font>
29       </property>
30       <property name="alternatingRowColors" >
31        <bool>true</bool>
32       </property>
33       <property name="selectionMode" >
34        <enum>QAbstractItemView::ExtendedSelection</enum>
35       </property>
36      </widget>
37      <widget class="QTextEdit" name="commitText" >
38       <property name="palette" >
39        <palette>
40         <active>
41          <colorrole role="Text" >
42           <brush brushstyle="SolidPattern" >
43            <color alpha="255" >
44             <red>170</red>
45             <green>170</green>
46             <blue>127</blue>
47            </color>
48           </brush>
49          </colorrole>
50          <colorrole role="Base" >
51           <brush brushstyle="SolidPattern" >
52            <color alpha="255" >
53             <red>0</red>
54             <green>0</green>
55             <blue>0</blue>
56            </color>
57           </brush>
58          </colorrole>
59         </active>
60         <inactive>
61          <colorrole role="Text" >
62           <brush brushstyle="SolidPattern" >
63            <color alpha="255" >
64             <red>170</red>
65             <green>170</green>
66             <blue>127</blue>
67            </color>
68           </brush>
69          </colorrole>
70          <colorrole role="Base" >
71           <brush brushstyle="SolidPattern" >
72            <color alpha="255" >
73             <red>0</red>
74             <green>0</green>
75             <blue>0</blue>
76            </color>
77           </brush>
78          </colorrole>
79         </inactive>
80         <disabled>
81          <colorrole role="Text" >
82           <brush brushstyle="SolidPattern" >
83            <color alpha="255" >
84             <red>96</red>
85             <green>96</green>
86             <blue>96</blue>
87            </color>
88           </brush>
89          </colorrole>
90          <colorrole role="Base" >
91           <brush brushstyle="SolidPattern" >
92            <color alpha="255" >
93             <red>255</red>
94             <green>255</green>
95             <blue>255</blue>
96            </color>
97           </brush>
98          </colorrole>
99         </disabled>
100        </palette>
101       </property>
102       <property name="font" >
103        <font>
104         <family>Monospace</family>
105         <pointsize>12</pointsize>
106        </font>
107       </property>
108       <property name="tabChangesFocus" >
109        <bool>true</bool>
110       </property>
111       <property name="undoRedoEnabled" >
112        <bool>false</bool>
113       </property>
114       <property name="readOnly" >
115        <bool>true</bool>
116       </property>
117      </widget>
118     </widget>
119    </item>
120    <item>
121     <layout class="QHBoxLayout" >
122      <item>
123       <widget class="QLabel" name="label" >
124        <property name="text" >
125         <string>Object ID</string>
126        </property>
127       </widget>
128      </item>
129      <item>
130       <widget class="QLineEdit" name="revisionLine" />
131      </item>
132     </layout>
133    </item>
134    <item>
135     <widget class="QDialogButtonBox" name="buttonBox" >
136      <property name="standardButtons" >
137       <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
138      </property>
139     </widget>
140    </item>
141   </layout>
142  </widget>
143  <tabstops>
144   <tabstop>buttonBox</tabstop>
145   <tabstop>commitList</tabstop>
146   <tabstop>revisionLine</tabstop>
147   <tabstop>commitText</tabstop>
148  </tabstops>
149  <resources/>
150  <connections>
151   <connection>
152    <sender>buttonBox</sender>
153    <signal>accepted()</signal>
154    <receiver>CommitBrowser</receiver>
155    <slot>accept()</slot>
156    <hints>
157     <hint type="sourcelabel" >
158      <x>205</x>
159      <y>426</y>
160     </hint>
161     <hint type="destinationlabel" >
162      <x>205</x>
163      <y>223</y>
164     </hint>
165    </hints>
166   </connection>
167   <connection>
168    <sender>buttonBox</sender>
169    <signal>rejected()</signal>
170    <receiver>CommitBrowser</receiver>
171    <slot>reject()</slot>
172    <hints>
173     <hint type="sourcelabel" >
174      <x>205</x>
175      <y>426</y>
176     </hint>
177     <hint type="destinationlabel" >
178      <x>205</x>
179      <y>223</y>
180     </hint>
181    </hints>
182   </connection>
183  </connections>
184 </ui>