SlugsVideoCamControl.ui 1.65 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 27 28
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <layout class="QGridLayout" name="gridLayout">
     <item row="0" column="0">
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
       </property>
      </widget>
     </item>
38
     <item row="0" column="1">
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
        <string>Coord_Y</string>
       </property>
      </widget>
     </item>
48 49
     <item row="1" column="1">
      <widget class="QCheckBox" name="viewCamBordeatMap_checkBox">
50
       <property name="text">
51
        <string>Camera at Map</string>
52 53 54
       </property>
      </widget>
     </item>
55 56
     <item row="1" column="0">
      <widget class="QLabel" name="label_dir">
57
       <property name="text">
58
        <string>Camera Pos</string>
59 60 61 62
       </property>
      </widget>
     </item>
    </layout>
63 64 65 66 67 68
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>