Make unstaging a silent operation.
[ugit.git] / ui / CommandDialog.ui
blob734aaac3b9f8b75f5ce4a70be6da0b02ca704819
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>780</width>
9     <height>512</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="font" >
19       <font>
20        <family>Monospace</family>
21        <pointsize>13</pointsize>
22       </font>
23      </property>
24      <property name="acceptDrops" >
25       <bool>false</bool>
26      </property>
27      <property name="readOnly" >
28       <bool>true</bool>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <layout class="QHBoxLayout" >
34      <item>
35       <spacer>
36        <property name="orientation" >
37         <enum>Qt::Horizontal</enum>
38        </property>
39        <property name="sizeHint" >
40         <size>
41          <width>261</width>
42          <height>20</height>
43         </size>
44        </property>
45       </spacer>
46      </item>
47      <item>
48       <widget class="QPushButton" name="okButton" >
49        <property name="text" >
50         <string>OK</string>
51        </property>
52       </widget>
53      </item>
54     </layout>
55    </item>
56   </layout>
57  </widget>
58  <tabstops>
59   <tabstop>okButton</tabstop>
60   <tabstop>commandText</tabstop>
61  </tabstops>
62  <resources/>
63  <connections>
64   <connection>
65    <sender>okButton</sender>
66    <signal>clicked()</signal>
67    <receiver>CommandDialog</receiver>
68    <slot>close()</slot>
69    <hints>
70     <hint type="sourcelabel" >
71      <x>352</x>
72      <y>277</y>
73     </hint>
74     <hint type="destinationlabel" >
75      <x>199</x>
76      <y>149</y>
77     </hint>
78    </hints>
79   </connection>
80  </connections>
81 </ui>