2 <class>CommandDialog</class>
3 <widget class="QDialog" name="CommandDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Git Command Output</string>
15 <layout class="QVBoxLayout" >
17 <widget class="QTextEdit" name="commandText" >
18 <property name="font" >
20 <family>Monospace</family>
21 <pointsize>13</pointsize>
24 <property name="acceptDrops" >
27 <property name="readOnly" >
33 <layout class="QHBoxLayout" >
36 <property name="orientation" >
37 <enum>Qt::Horizontal</enum>
39 <property name="sizeHint" >
48 <widget class="QPushButton" name="okButton" >
49 <property name="text" >
59 <tabstop>okButton</tabstop>
60 <tabstop>commandText</tabstop>
65 <sender>okButton</sender>
66 <signal>clicked()</signal>
67 <receiver>CommandDialog</receiver>
70 <hint type="sourcelabel" >
74 <hint type="destinationlabel" >