<ui version=“4.0”>

<class>CameraControl</class>
<widget class="QWidget" name="CameraControl">
 <property name="geometry">
  <rect>
   <x>0</x>
   <y>0</y>
   <width>473</width>
   <height>219</height>
  </rect>
 </property>
 <property name="windowTitle">
  <string>LogMarkerViewer</string>
 </property>
 <layout class="QVBoxLayout" name="verticalLayout">
  <item>
   <widget class="QLabel" name="label">
    <property name="text">
     <string>Markers</string>
    </property>
   </widget>
  </item>
  <item>
   <widget class="QListWidget" name="list">
    <property name="autoScroll">
     <bool>true</bool>
    </property>
    <property name="editTriggers">
     <set>QAbstractItemView::NoEditTriggers</set>
    </property>
    <property name="alternatingRowColors">
     <bool>true</bool>
    </property>
   </widget>
  </item>
 </layout>
</widget>
<resources/>
<connections/>

</ui>