2 <class>AgentInjectorForm</class>
3 <widget class="QDialog" name="AgentInjectorForm" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Agent Injector</string>
15 <layout class="QHBoxLayout" >
16 <property name="leftMargin" >
19 <property name="topMargin" >
22 <property name="rightMargin" >
25 <property name="bottomMargin" >
29 <layout class="QVBoxLayout" >
31 <widget class="QTabWidget" name="tabs" >
32 <property name="currentIndex" >
35 <widget class="QWidget" name="agentsTab" >
36 <attribute name="title" >
37 <string>Agents</string>
39 <layout class="QVBoxLayout" >
41 <widget class="QFrame" name="frame" >
42 <property name="sizePolicy" >
43 <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
44 <horstretch>0</horstretch>
45 <verstretch>4</verstretch>
48 <property name="frameShape" >
49 <enum>QFrame::StyledPanel</enum>
51 <property name="frameShadow" >
52 <enum>QFrame::Raised</enum>
54 <layout class="QHBoxLayout" >
56 <widget class="QListWidget" name="agentList" >
57 <property name="sizePolicy" >
58 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
59 <horstretch>4</horstretch>
60 <verstretch>0</verstretch>
66 <widget class="ImagePreview" native="1" name="imagePreview" >
67 <property name="enabled" >
70 <property name="sizePolicy" >
71 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
72 <horstretch>3</horstretch>
73 <verstretch>0</verstretch>
76 <property name="minimumSize" >
82 <property name="palette" >
85 <colorrole role="Base" >
86 <brush brushstyle="SolidPattern" >
94 <colorrole role="Window" >
95 <brush brushstyle="SolidPattern" >
105 <colorrole role="Base" >
106 <brush brushstyle="SolidPattern" >
114 <colorrole role="Window" >
115 <brush brushstyle="SolidPattern" >
125 <colorrole role="Base" >
126 <brush brushstyle="SolidPattern" >
134 <colorrole role="Window" >
135 <brush brushstyle="SolidPattern" >
146 <property name="autoFillBackground" >
155 <widget class="QTextEdit" name="Description" >
156 <property name="enabled" >
159 <property name="sizePolicy" >
160 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
161 <horstretch>0</horstretch>
162 <verstretch>1</verstretch>
165 <property name="maximumSize" >
167 <width>16777215</width>
171 <property name="readOnly" >
174 <property name="html" >
175 <string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
176 p, li { white-space: pre-wrap; }
177 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
178 <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;"></p></body></html></string>
183 <layout class="QHBoxLayout" >
186 <property name="orientation" >
187 <enum>Qt::Horizontal</enum>
189 <property name="sizeHint" >
198 <widget class="QPushButton" name="removeButton" >
199 <property name="text" >
200 <string>Remove</string>
205 <widget class="QPushButton" name="injectButton" >
206 <property name="text" >
207 <string>Inject</string>
223 <class>ImagePreview</class>
224 <extends>QWidget</extends>
225 <header>qtgui/imagepreview.h</header>
226 <container>1</container>