fix agentOnCamera to cope with the wrap
[openc2e.git] / qtgui / agents.ui
blob75232460477803365c9f7c0d8ffa575874aac16e
1 <ui version="4.0" >
2  <class>AgentInjectorForm</class>
3  <widget class="QDialog" name="AgentInjectorForm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>718</width>
9     <height>883</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Agent Injector</string>
14   </property>
15   <layout class="QHBoxLayout" >
16    <property name="leftMargin" >
17     <number>3</number>
18    </property>
19    <property name="topMargin" >
20     <number>3</number>
21    </property>
22    <property name="rightMargin" >
23     <number>3</number>
24    </property>
25    <property name="bottomMargin" >
26     <number>3</number>
27    </property>
28    <item>
29     <layout class="QVBoxLayout" >
30      <item>
31       <widget class="QTabWidget" name="tabs" >
32        <property name="currentIndex" >
33         <number>0</number>
34        </property>
35        <widget class="QWidget" name="agentsTab" >
36         <attribute name="title" >
37          <string>Agents</string>
38         </attribute>
39         <layout class="QVBoxLayout" >
40          <item>
41           <widget class="QFrame" name="frame" >
42            <property name="sizePolicy" >
43             <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
44              <horstretch>0</horstretch>
45              <verstretch>4</verstretch>
46             </sizepolicy>
47            </property>
48            <property name="frameShape" >
49             <enum>QFrame::StyledPanel</enum>
50            </property>
51            <property name="frameShadow" >
52             <enum>QFrame::Raised</enum>
53            </property>
54            <layout class="QHBoxLayout" >
55             <item>
56              <widget class="QListWidget" name="agentList" >
57               <property name="sizePolicy" >
58                <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
59                 <horstretch>4</horstretch>
60                 <verstretch>0</verstretch>
61                </sizepolicy>
62               </property>
63              </widget>
64             </item>
65             <item>
66              <widget class="ImagePreview" native="1" name="imagePreview" >
67               <property name="enabled" >
68                <bool>false</bool>
69               </property>
70               <property name="sizePolicy" >
71                <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
72                 <horstretch>3</horstretch>
73                 <verstretch>0</verstretch>
74                </sizepolicy>
75               </property>
76               <property name="minimumSize" >
77                <size>
78                 <width>20</width>
79                 <height>0</height>
80                </size>
81               </property>
82               <property name="palette" >
83                <palette>
84                 <active>
85                  <colorrole role="Base" >
86                   <brush brushstyle="SolidPattern" >
87                    <color alpha="255" >
88                     <red>255</red>
89                     <green>255</green>
90                     <blue>255</blue>
91                    </color>
92                   </brush>
93                  </colorrole>
94                  <colorrole role="Window" >
95                   <brush brushstyle="SolidPattern" >
96                    <color alpha="255" >
97                     <red>0</red>
98                     <green>0</green>
99                     <blue>0</blue>
100                    </color>
101                   </brush>
102                  </colorrole>
103                 </active>
104                 <inactive>
105                  <colorrole role="Base" >
106                   <brush brushstyle="SolidPattern" >
107                    <color alpha="255" >
108                     <red>255</red>
109                     <green>255</green>
110                     <blue>255</blue>
111                    </color>
112                   </brush>
113                  </colorrole>
114                  <colorrole role="Window" >
115                   <brush brushstyle="SolidPattern" >
116                    <color alpha="255" >
117                     <red>0</red>
118                     <green>0</green>
119                     <blue>0</blue>
120                    </color>
121                   </brush>
122                  </colorrole>
123                 </inactive>
124                 <disabled>
125                  <colorrole role="Base" >
126                   <brush brushstyle="SolidPattern" >
127                    <color alpha="255" >
128                     <red>0</red>
129                     <green>0</green>
130                     <blue>0</blue>
131                    </color>
132                   </brush>
133                  </colorrole>
134                  <colorrole role="Window" >
135                   <brush brushstyle="SolidPattern" >
136                    <color alpha="255" >
137                     <red>0</red>
138                     <green>0</green>
139                     <blue>0</blue>
140                    </color>
141                   </brush>
142                  </colorrole>
143                 </disabled>
144                </palette>
145               </property>
146               <property name="autoFillBackground" >
147                <bool>true</bool>
148               </property>
149              </widget>
150             </item>
151            </layout>
152           </widget>
153          </item>
154          <item>
155           <widget class="QTextEdit" name="Description" >
156            <property name="enabled" >
157             <bool>true</bool>
158            </property>
159            <property name="sizePolicy" >
160             <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
161              <horstretch>0</horstretch>
162              <verstretch>1</verstretch>
163             </sizepolicy>
164            </property>
165            <property name="maximumSize" >
166             <size>
167              <width>16777215</width>
168              <height>200</height>
169             </size>
170            </property>
171            <property name="readOnly" >
172             <bool>true</bool>
173            </property>
174            <property name="html" >
175             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
176 p, li { white-space: pre-wrap; }
177 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
178 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
179            </property>
180           </widget>
181          </item>
182          <item>
183           <layout class="QHBoxLayout" >
184            <item>
185             <spacer>
186              <property name="orientation" >
187               <enum>Qt::Horizontal</enum>
188              </property>
189              <property name="sizeHint" >
190               <size>
191                <width>40</width>
192                <height>20</height>
193               </size>
194              </property>
195             </spacer>
196            </item>
197            <item>
198             <widget class="QPushButton" name="removeButton" >
199              <property name="text" >
200               <string>Remove</string>
201              </property>
202             </widget>
203            </item>
204            <item>
205             <widget class="QPushButton" name="injectButton" >
206              <property name="text" >
207               <string>Inject</string>
208              </property>
209             </widget>
210            </item>
211           </layout>
212          </item>
213         </layout>
214        </widget>
215       </widget>
216      </item>
217     </layout>
218    </item>
219   </layout>
220  </widget>
221  <customwidgets>
222   <customwidget>
223    <class>ImagePreview</class>
224    <extends>QWidget</extends>
225    <header>qtgui/imagepreview.h</header>
226    <container>1</container>
227   </customwidget>
228  </customwidgets>
229  <resources/>
230  <connections/>
231 </ui>