1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>SnooperDialogBase</class> 4 <widget class="QDialog" name="SnooperDialogBase"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>618</width> 10 <height>568</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Snooper</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <widget class="QTabWidget" name="optionsTabWidget"> 19 <property name="sizePolicy"> 20 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 21 <horstretch>0</horstretch> 22 <verstretch>0</verstretch> 23 </sizepolicy> 24 </property> 25 <property name="tabPosition"> 26 <enum>QTabWidget::North</enum> 27 </property> 28 <property name="tabShape"> 29 <enum>QTabWidget::Rounded</enum> 30 </property> 31 <property name="currentIndex"> 32 <number>0</number> 33 </property> 34 <property name="iconSize"> 35 <size> 36 <width>16</width> 37 <height>16</height> 38 </size> 39 </property> 40 <widget class="QWidget" name="modeTab"> 41 <attribute name="title"> 42 <string>Mode</string> 43 </attribute> 44 <layout class="QVBoxLayout" name="verticalLayout_2"> 45 <item> 46 <layout class="QHBoxLayout" name="horizontalLayout_5"> 47 <item> 48 <widget class="QCheckBox" name="autoHideCheckBox"> 49 <property name="text"> 50 <string>Auto-hide</string> 51 </property> 52 <property name="checked"> 53 <bool>true</bool> 54 </property> 55 </widget> 56 </item> 57 <item> 58 <widget class="QCheckBox" name="separateParentedTopLevelsCheckBox"> 59 <property name="text"> 60 <string>Separate parented top levels</string> 61 </property> 62 </widget> 63 </item> 64 <item> 65 <widget class="QPushButton" name="updateButton"> 66 <property name="text"> 67 <string>Update tree</string> 68 </property> 69 </widget> 70 </item> 71 <item> 72 <spacer name="horizontalSpacer_4"> 73 <property name="orientation"> 74 <enum>Qt::Horizontal</enum> 75 </property> 76 <property name="sizeHint" stdset="0"> 77 <size> 78 <width>40</width> 79 <height>20</height> 80 </size> 81 </property> 82 </spacer> 83 </item> 84 </layout> 85 </item> 86 <item> 87 <layout class="QHBoxLayout" name="horizontalLayout_4"> 88 <item> 89 <widget class="QCheckBox" name="captureMouseClickCheckBox"> 90 <property name="text"> 91 <string>Mouse clicks</string> 92 </property> 93 <property name="checked"> 94 <bool>true</bool> 95 </property> 96 </widget> 97 </item> 98 <item> 99 <widget class="QCheckBox" name="captureKeyPressCheckBox"> 100 <property name="text"> 101 <string>Key presses</string> 102 </property> 103 <property name="checked"> 104 <bool>true</bool> 105 </property> 106 </widget> 107 </item> 108 <item> 109 <widget class="Line" name="line"> 110 <property name="orientation"> 111 <enum>Qt::Vertical</enum> 112 </property> 113 </widget> 114 </item> 115 <item> 116 <widget class="QCheckBox" name="useFlashCheckBox"> 117 <property name="text"> 118 <string>Flash timer</string> 119 </property> 120 <property name="checked"> 121 <bool>true</bool> 122 </property> 123 </widget> 124 </item> 125 <item> 126 <widget class="QSpinBox" name="flashTimerValueSpinBox"> 127 <property name="suffix"> 128 <string> s</string> 129 </property> 130 <property name="prefix"> 131 <string/> 132 </property> 133 <property name="minimum"> 134 <number>1</number> 135 </property> 136 <property name="maximum"> 137 <number>20</number> 138 </property> 139 <property name="value"> 140 <number>6</number> 141 </property> 142 </widget> 143 </item> 144 <item> 145 <widget class="QToolButton" name="resetFlashButton"> 146 <property name="text"> 147 <string>Reset</string> 148 </property> 149 </widget> 150 </item> 151 <item> 152 <spacer name="horizontalSpacer_3"> 153 <property name="orientation"> 154 <enum>Qt::Horizontal</enum> 155 </property> 156 <property name="sizeHint" stdset="0"> 157 <size> 158 <width>40</width> 159 <height>20</height> 160 </size> 161 </property> 162 </spacer> 163 </item> 164 </layout> 165 </item> 166 </layout> 167 </widget> 168 <widget class="QWidget" name="filterTab"> 169 <attribute name="title"> 170 <string>Filters</string> 171 </attribute> 172 <layout class="QVBoxLayout" name="verticalLayout_3"> 173 <item> 174 <layout class="QHBoxLayout" name="horizontalLayout"> 175 <item> 176 <widget class="QCheckBox" name="onlyAppCheckBox"> 177 <property name="text"> 178 <string>MusEGui</string> 179 </property> 180 </widget> 181 </item> 182 <item> 183 <widget class="QCheckBox" name="onlyWidgetCheckBox"> 184 <property name="text"> 185 <string>QWidget</string> 186 </property> 187 </widget> 188 </item> 189 <item> 190 <widget class="QCheckBox" name="onlyPropsCheckBox"> 191 <property name="text"> 192 <string>Properties</string> 193 </property> 194 </widget> 195 </item> 196 <item> 197 <spacer name="horizontalSpacer"> 198 <property name="orientation"> 199 <enum>Qt::Horizontal</enum> 200 </property> 201 <property name="sizeHint" stdset="0"> 202 <size> 203 <width>40</width> 204 <height>20</height> 205 </size> 206 </property> 207 </spacer> 208 </item> 209 </layout> 210 </item> 211 <item> 212 <layout class="QHBoxLayout" name="horizontalLayout_2"> 213 <item> 214 <widget class="QLabel" name="label_2"> 215 <property name="text"> 216 <string>Search: Class name:</string> 217 </property> 218 </widget> 219 </item> 220 <item> 221 <widget class="QLineEdit" name="classNameLineEdit"/> 222 </item> 223 <item> 224 <widget class="QLabel" name="label_3"> 225 <property name="text"> 226 <string>Object name:</string> 227 </property> 228 </widget> 229 </item> 230 <item> 231 <widget class="QLineEdit" name="objectNameLineEdit"/> 232 </item> 233 <item> 234 <spacer name="horizontalSpacer_2"> 235 <property name="orientation"> 236 <enum>Qt::Horizontal</enum> 237 </property> 238 <property name="sizeHint" stdset="0"> 239 <size> 240 <width>40</width> 241 <height>20</height> 242 </size> 243 </property> 244 </spacer> 245 </item> 246 </layout> 247 </item> 248 </layout> 249 </widget> 250 <widget class="QWidget" name="aboutTab"> 251 <attribute name="title"> 252 <string>About</string> 253 </attribute> 254 <layout class="QVBoxLayout" name="verticalLayout_4"> 255 <item> 256 <widget class="QLabel" name="label"> 257 <property name="text"> 258 <string>This tool helps developers and designers discover objects. 259Click on anything anywhere or press a key to highlight an item. 260It will NOT auto-update when new objects are created. Click 'Update tree'. 261When open, may slow program slightly. This dialog is NOT shown.</string> 262 </property> 263 </widget> 264 </item> 265 </layout> 266 </widget> 267 </widget> 268 </item> 269 <item> 270 <widget class="QTreeWidget" name="objectTree"> 271 <property name="sizePolicy"> 272 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> 273 <horstretch>0</horstretch> 274 <verstretch>0</verstretch> 275 </sizepolicy> 276 </property> 277 <column> 278 <property name="text"> 279 <string>Class name::Object name</string> 280 </property> 281 </column> 282 <column> 283 <property name="text"> 284 <string>Property</string> 285 </property> 286 </column> 287 <column> 288 <property name="text"> 289 <string>Type</string> 290 </property> 291 </column> 292 <column> 293 <property name="text"> 294 <string>Value</string> 295 </property> 296 </column> 297 <column> 298 <property name="text"> 299 <string>Event type</string> 300 </property> 301 </column> 302 </widget> 303 </item> 304 </layout> 305 </widget> 306 <resources/> 307 <connections/> 308</ui> 309