SlugsVideoCamControl.ui 1.7 KB
Newer Older
1 2 3 4 5 6 7 8
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>SlugsVideoCamControl</class>
 <widget class="QWidget" name="SlugsVideoCamControl">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
tecnosapiens's avatar
tecnosapiens committed
9 10
    <width>165</width>
    <height>191</height>
11 12
   </rect>
  </property>
13 14
  <property name="minimumSize">
   <size>
tecnosapiens's avatar
tecnosapiens committed
15 16
    <width>0</width>
    <height>0</height>
17 18
   </size>
  </property>
19 20 21 22 23 24
  <property name="mouseTracking">
   <bool>true</bool>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
25 26
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
27 28
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
29
      <widget class="QLabel" name="label_x">
30 31 32 33
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
34
        <string>Coord_X</string>
35 36 37 38
       </property>
      </widget>
     </item>
     <item>
39
      <widget class="QLabel" name="label_y">
40 41 42 43
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
44 45 46 47 48 49 50 51 52 53 54 55 56
        <string>Coord_Y</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QLabel" name="label_dir">
       <property name="text">
        <string>Camera Pos</string>
       </property>
      </widget>
     </item>
    </layout>
   </item>
57
   <item row="1" column="0">
58 59 60 61 62
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <widget class="QCheckBox" name="viewCamBordeatMap_checkBox">
       <property name="text">
        <string>Camera at Map</string>
63 64 65 66
       </property>
      </widget>
     </item>
    </layout>
67 68 69 70 71 72
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>