Skip to content
SlugsVideoCamControl.ui 2.3 KiB
Newer Older
tecnosapiens's avatar
tecnosapiens committed
<?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>
    <width>153</width>
    <height>200</height>
tecnosapiens's avatar
tecnosapiens committed
   </rect>
  </property>
  <property name="minimumSize">
   <size>
    <width>153</width>
    <height>176</height>
   </size>
  </property>
tecnosapiens's avatar
tecnosapiens committed
  <property name="mouseTracking">
   <bool>true</bool>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QGridLayout" name="gridLayout">
   <item row="0" column="0">
    <widget class="QFrame" name="padCamContro_frame">
     <property name="minimumSize">
      <size>
       <width>131</width>
       <height>91</height>
      </size>
     </property>
tecnosapiens's avatar
tecnosapiens committed
     <property name="mouseTracking">
      <bool>true</bool>
     </property>
     <property name="styleSheet">
      <string notr="true">background-color: rgb(255, 170, 0);</string>
     </property>
     <property name="frameShape">
      <enum>QFrame::WinPanel</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Sunken</enum>
tecnosapiens's avatar
tecnosapiens committed
     </property>
    </widget>
   </item>
   <item row="1" column="0">
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
      <widget class="QLabel" name="label_x">
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
        <string>Coord_X</string>
      <widget class="QLabel" name="label_y">
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
        <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>
tecnosapiens's avatar
tecnosapiens committed
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>