SlugsVideoCamControl.ui 2.3 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 29
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
    <widget class="QFrame" name="padCamContro_frame">
     <property name="minimumSize">
      <size>
tecnosapiens's avatar
tecnosapiens committed
30 31
       <width>0</width>
       <height>0</height>
32 33
      </size>
     </property>
34
     <property name="mouseTracking">
tecnosapiens's avatar
tecnosapiens committed
35
      <bool>false</bool>
36 37
     </property>
     <property name="styleSheet">
tecnosapiens's avatar
tecnosapiens committed
38 39
      <string notr="true">background-color: rgba(255, 170, 0,0%);
</string>
40 41 42 43 44 45
     </property>
     <property name="frameShape">
      <enum>QFrame::WinPanel</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Sunken</enum>
46 47 48
     </property>
    </widget>
   </item>
49
   <item row="1" column="0">
50 51
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
52
      <widget class="QLabel" name="label_x">
53 54 55 56
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
57
        <string>Coord_X</string>
58 59 60 61
       </property>
      </widget>
     </item>
     <item>
62
      <widget class="QLabel" name="label_y">
63 64 65 66
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
        <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>
   <item row="2" column="0">
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <widget class="QCheckBox" name="viewCamBordeatMap_checkBox">
       <property name="text">
        <string>Camera at Map</string>
86 87 88 89
       </property>
      </widget>
     </item>
    </layout>
90 91 92 93 94 95
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>