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>
9 10
    <width>153</width>
    <height>200</height>
11 12
   </rect>
  </property>
13 14 15 16 17 18
  <property name="minimumSize">
   <size>
    <width>153</width>
    <height>176</height>
   </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 30 31 32 33
  <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>
34 35 36 37
     <property name="mouseTracking">
      <bool>true</bool>
     </property>
     <property name="styleSheet">
38 39 40 41 42 43 44
      <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>
45 46 47
     </property>
    </widget>
   </item>
48
   <item row="1" column="0">
49 50
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
51
      <widget class="QLabel" name="label_x">
52 53 54 55
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
56
        <string>Coord_X</string>
57 58 59 60
       </property>
      </widget>
     </item>
     <item>
61
      <widget class="QLabel" name="label_y">
62 63 64 65
       <property name="mouseTracking">
        <bool>true</bool>
       </property>
       <property name="text">
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
        <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>
85 86 87 88
       </property>
      </widget>
     </item>
    </layout>
89 90 91 92 93 94
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>