Merged branchmenu into master
[ugit.git] / ui / CommandDialog.ui
blobe7aa9b6b9ca40d8fb1a969bf03df88b815c44d60
1 <ui version="4.0" >
2  <class>CommandDialog</class>
3  <widget class="QDialog" name="CommandDialog" >
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 Command Output</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QTextEdit" name="commandText" >
18      <property name="palette" >
19       <palette>
20        <active>
21         <colorrole role="Text" >
22          <brush brushstyle="SolidPattern" >
23           <color alpha="255" >
24            <red>170</red>
25            <green>170</green>
26            <blue>127</blue>
27           </color>
28          </brush>
29         </colorrole>
30         <colorrole role="Base" >
31          <brush brushstyle="SolidPattern" >
32           <color alpha="255" >
33            <red>0</red>
34            <green>0</green>
35            <blue>0</blue>
36           </color>
37          </brush>
38         </colorrole>
39         <colorrole role="Highlight" >
40          <brush brushstyle="SolidPattern" >
41           <color alpha="255" >
42            <red>0</red>
43            <green>255</green>
44            <blue>0</blue>
45           </color>
46          </brush>
47         </colorrole>
48         <colorrole role="HighlightedText" >
49          <brush brushstyle="SolidPattern" >
50           <color alpha="255" >
51            <red>0</red>
52            <green>0</green>
53            <blue>0</blue>
54           </color>
55          </brush>
56         </colorrole>
57        </active>
58        <inactive>
59         <colorrole role="Text" >
60          <brush brushstyle="SolidPattern" >
61           <color alpha="255" >
62            <red>170</red>
63            <green>170</green>
64            <blue>127</blue>
65           </color>
66          </brush>
67         </colorrole>
68         <colorrole role="Base" >
69          <brush brushstyle="SolidPattern" >
70           <color alpha="255" >
71            <red>0</red>
72            <green>0</green>
73            <blue>0</blue>
74           </color>
75          </brush>
76         </colorrole>
77         <colorrole role="Highlight" >
78          <brush brushstyle="SolidPattern" >
79           <color alpha="255" >
80            <red>0</red>
81            <green>255</green>
82            <blue>0</blue>
83           </color>
84          </brush>
85         </colorrole>
86         <colorrole role="HighlightedText" >
87          <brush brushstyle="SolidPattern" >
88           <color alpha="255" >
89            <red>0</red>
90            <green>0</green>
91            <blue>0</blue>
92           </color>
93          </brush>
94         </colorrole>
95        </inactive>
96        <disabled>
97         <colorrole role="Text" >
98          <brush brushstyle="SolidPattern" >
99           <color alpha="255" >
100            <red>96</red>
101            <green>96</green>
102            <blue>96</blue>
103           </color>
104          </brush>
105         </colorrole>
106         <colorrole role="Base" >
107          <brush brushstyle="SolidPattern" >
108           <color alpha="255" >
109            <red>255</red>
110            <green>255</green>
111            <blue>255</blue>
112           </color>
113          </brush>
114         </colorrole>
115         <colorrole role="Highlight" >
116          <brush brushstyle="SolidPattern" >
117           <color alpha="255" >
118            <red>68</red>
119            <green>68</green>
120            <blue>68</blue>
121           </color>
122          </brush>
123         </colorrole>
124         <colorrole role="HighlightedText" >
125          <brush brushstyle="SolidPattern" >
126           <color alpha="255" >
127            <red>0</red>
128            <green>0</green>
129            <blue>0</blue>
130           </color>
131          </brush>
132         </colorrole>
133        </disabled>
134       </palette>
135      </property>
136      <property name="font" >
137       <font>
138        <family>Monospace</family>
139        <pointsize>13</pointsize>
140       </font>
141      </property>
142      <property name="acceptDrops" >
143       <bool>false</bool>
144      </property>
145      <property name="readOnly" >
146       <bool>true</bool>
147      </property>
148     </widget>
149    </item>
150    <item>
151     <layout class="QHBoxLayout" >
152      <item>
153       <spacer>
154        <property name="orientation" >
155         <enum>Qt::Horizontal</enum>
156        </property>
157        <property name="sizeHint" >
158         <size>
159          <width>261</width>
160          <height>20</height>
161         </size>
162        </property>
163       </spacer>
164      </item>
165      <item>
166       <widget class="QPushButton" name="okButton" >
167        <property name="text" >
168         <string>OK</string>
169        </property>
170       </widget>
171      </item>
172     </layout>
173    </item>
174   </layout>
175  </widget>
176  <tabstops>
177   <tabstop>okButton</tabstop>
178   <tabstop>commandText</tabstop>
179  </tabstops>
180  <resources/>
181  <connections>
182   <connection>
183    <sender>okButton</sender>
184    <signal>clicked()</signal>
185    <receiver>CommandDialog</receiver>
186    <slot>close()</slot>
187    <hints>
188     <hint type="sourcelabel" >
189      <x>352</x>
190      <y>277</y>
191     </hint>
192     <hint type="destinationlabel" >
193      <x>199</x>
194      <y>149</y>
195     </hint>
196    </hints>
197   </connection>
198  </connections>
199 </ui>