1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QG_CommandWidget</class>
4 <widget class="QWidget" name="QG_CommandWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>332</width>
10    <height>196</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Command Line</string>
15  </property>
16  <layout class="QVBoxLayout">
17   <property name="spacing">
18    <number>1</number>
19   </property>
20   <property name="leftMargin">
21    <number>1</number>
22   </property>
23   <property name="topMargin">
24    <number>1</number>
25   </property>
26   <property name="rightMargin">
27    <number>1</number>
28   </property>
29   <property name="bottomMargin">
30    <number>1</number>
31   </property>
32   <item>
33    <widget class="QG_CommandHistory" name="teHistory">
34     <property name="minimumSize">
35      <size>
36       <width>0</width>
37       <height>23</height>
38      </size>
39     </property>
40     <property name="focusPolicy">
41      <enum>Qt::NoFocus</enum>
42     </property>
43     <property name="toolTip">
44      <string>Command history and output</string>
45     </property>
46     <property name="lineWidth">
47      <number>0</number>
48     </property>
49     <property name="horizontalScrollBarPolicy">
50      <enum>Qt::ScrollBarAlwaysOff</enum>
51     </property>
52     <property name="documentTitle">
53      <string notr="true"/>
54     </property>
55     <property name="undoRedoEnabled">
56      <bool>false</bool>
57     </property>
58     <property name="readOnly">
59      <bool>true</bool>
60     </property>
61     <property name="html">
62      <string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
63&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
64p, li { white-space: pre-wrap; }
65&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
66&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans'; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
67     </property>
68     <property name="acceptRichText">
69      <bool>false</bool>
70     </property>
71     <property name="linkUnderline" stdset="0">
72      <bool>false</bool>
73     </property>
74    </widget>
75   </item>
76   <item>
77    <widget class="QLabel" name="lCommand">
78     <property name="text">
79      <string>Command:</string>
80     </property>
81     <property name="wordWrap">
82      <bool>false</bool>
83     </property>
84    </widget>
85   </item>
86   <item>
87    <widget class="QFrame" name="frame">
88     <property name="frameShape">
89      <enum>QFrame::StyledPanel</enum>
90     </property>
91     <property name="frameShadow">
92      <enum>QFrame::Raised</enum>
93     </property>
94     <layout class="QHBoxLayout" name="horizontalLayout">
95      <property name="spacing">
96       <number>2</number>
97      </property>
98      <property name="leftMargin">
99       <number>2</number>
100      </property>
101      <property name="topMargin">
102       <number>2</number>
103      </property>
104      <property name="rightMargin">
105       <number>2</number>
106      </property>
107      <property name="bottomMargin">
108       <number>2</number>
109      </property>
110      <item>
111       <widget class="QG_CommandEdit" name="leCommand"/>
112      </item>
113      <item>
114       <widget class="QToolButton" name="options_button">
115        <property name="text">
116         <string>...</string>
117        </property>
118        <property name="icon">
119         <iconset resource="../../../res/icons/icons.qrc">
120          <normaloff>:/icons/options.svg</normaloff>:/icons/options.svg</iconset>
121        </property>
122        <property name="iconSize">
123         <size>
124          <width>12</width>
125          <height>12</height>
126         </size>
127        </property>
128        <property name="popupMode">
129         <enum>QToolButton::InstantPopup</enum>
130        </property>
131        <property name="toolButtonStyle">
132         <enum>Qt::ToolButtonIconOnly</enum>
133        </property>
134       </widget>
135      </item>
136     </layout>
137    </widget>
138   </item>
139  </layout>
140 </widget>
141 <layoutdefault spacing="6" margin="11"/>
142 <customwidgets>
143  <customwidget>
144   <class>QG_CommandHistory</class>
145   <extends>QTextEdit</extends>
146   <header>qg_commandhistory.h</header>
147  </customwidget>
148  <customwidget>
149   <class>QG_CommandEdit</class>
150   <extends>QLineEdit</extends>
151   <header>qg_commandedit.h</header>
152  </customwidget>
153 </customwidgets>
154 <resources>
155  <include location="../../../res/icons/icons.qrc"/>
156 </resources>
157 <connections/>
158</ui>
159