Subversion Repositories seema-scanner

Rev

Rev 1 | Rev 4 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>SMScanner</class>
 <widget class="QMainWindow" name="SMScanner">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>923</width>
    <height>729</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>SMScanner</string>
  </property>
  <widget class="QWidget" name="centralWidget">
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <widget class="QTabWidget" name="tabWidget">
      <property name="currentIndex">
       <number>2</number>
      </property>
      <widget class="QWidget" name="calibrationTab">
       <property name="cursor">
        <cursorShape>ArrowCursor</cursorShape>
       </property>
       <attribute name="title">
        <string>Calibration</string>
       </attribute>
       <widget class="SMVideoWidget" name="calibrationCamera1Widget">
        <property name="geometry">
         <rect>
          <x>50</x>
          <y>270</y>
          <width>291</width>
          <height>231</height>
         </rect>
        </property>
        <property name="frameShape">
         <enum>QFrame::Box</enum>
        </property>
        <property name="text">
         <string>Camera1</string>
        </property>
       </widget>
       <widget class="SMVideoWidget" name="calibrationCamera0Widget">
        <property name="geometry">
         <rect>
          <x>50</x>
          <y>30</y>
          <width>291</width>
          <height>231</height>
         </rect>
        </property>
        <property name="frameShape">
         <enum>QFrame::Box</enum>
        </property>
        <property name="text">
         <string>Camera0</string>
        </property>
       </widget>
       <widget class="QListWidget" name="calibrationListWidget">
        <property name="geometry">
         <rect>
          <x>440</x>
          <y>30</y>
          <width>381</width>
          <height>251</height>
         </rect>
        </property>
       </widget>
       <widget class="QPushButton" name="calibrateButton">
        <property name="geometry">
         <rect>
          <x>500</x>
          <y>310</y>
          <width>271</width>
          <height>27</height>
         </rect>
        </property>
        <property name="text">
         <string>Calibrate</string>
        </property>
       </widget>
       <widget class="QPushButton" name="snapButton">
        <property name="geometry">
         <rect>
          <x>60</x>
          <y>530</y>
          <width>271</width>
          <height>27</height>
         </rect>
        </property>
        <property name="text">
         <string>Snap</string>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="captureTab">
       <attribute name="title">
        <string>Capture</string>
       </attribute>
       <widget class="SMVideoWidget" name="captureCamera0Widget">
        <property name="geometry">
         <rect>
          <x>30</x>
          <y>60</y>
          <width>291</width>
          <height>231</height>
         </rect>
        </property>
        <property name="frameShape">
         <enum>QFrame::Box</enum>
        </property>
        <property name="text">
         <string>Camera0</string>
        </property>
       </widget>
       <widget class="SMVideoWidget" name="captureCamera1Widget">
        <property name="geometry">
         <rect>
          <x>30</x>
          <y>320</y>
          <width>291</width>
          <height>231</height>
         </rect>
        </property>
        <property name="frameShape">
         <enum>QFrame::Box</enum>
        </property>
        <property name="text">
         <string>Camera1</string>
        </property>
       </widget>
       <widget class="QDial" name="dial">
        <property name="geometry">
         <rect>
          <x>350</x>
          <y>80</y>
          <width>231</width>
          <height>221</height>
         </rect>
        </property>
        <property name="maximum">
         <number>360</number>
        </property>
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
        <property name="wrapping">
         <bool>true</bool>
        </property>
        <property name="notchTarget">
         <double>0.000000000000000</double>
        </property>
        <property name="notchesVisible">
         <bool>true</bool>
        </property>
       </widget>
       <widget class="QLabel" name="label">
        <property name="geometry">
         <rect>
          <x>410</x>
          <y>50</y>
          <width>111</width>
          <height>17</height>
         </rect>
        </property>
        <property name="text">
         <string>Rotation Stage</string>
        </property>
       </widget>
       <widget class="QTreeWidget" name="capturesTreeWidget">
        <property name="geometry">
         <rect>
          <x>630</x>
          <y>40</y>
          <width>256</width>
          <height>521</height>
         </rect>
        </property>
        <column>
         <property name="text">
          <string notr="true">1</string>
         </property>
        </column>
       </widget>
       <widget class="QPushButton" name="singleCaptureButton">
        <property name="geometry">
         <rect>
          <x>360</x>
          <y>350</y>
          <width>221</width>
          <height>27</height>
         </rect>
        </property>
        <property name="text">
         <string>Single Capture</string>
        </property>
       </widget>
       <widget class="QPushButton" name="batchCaptureButton">
        <property name="geometry">
         <rect>
          <x>360</x>
          <y>520</y>
          <width>221</width>
          <height>27</height>
         </rect>
        </property>
        <property name="text">
         <string>Batch Capture</string>
        </property>
       </widget>
       <widget class="QLabel" name="label_2">
        <property name="geometry">
         <rect>
          <x>380</x>
          <y>430</y>
          <width>66</width>
          <height>17</height>
         </rect>
        </property>
        <property name="text">
         <string>Start:</string>
        </property>
       </widget>
       <widget class="QLabel" name="label_3">
        <property name="geometry">
         <rect>
          <x>380</x>
          <y>460</y>
          <width>66</width>
          <height>17</height>
         </rect>
        </property>
        <property name="text">
         <string>End:</string>
        </property>
       </widget>
       <widget class="QSpinBox" name="spinBox">
        <property name="geometry">
         <rect>
          <x>460</x>
          <y>420</y>
          <width>101</width>
          <height>27</height>
         </rect>
        </property>
        <property name="maximum">
         <number>359</number>
        </property>
       </widget>
       <widget class="QSpinBox" name="spinBox_2">
        <property name="geometry">
         <rect>
          <x>460</x>
          <y>450</y>
          <width>101</width>
          <height>27</height>
         </rect>
        </property>
        <property name="maximum">
         <number>359</number>
        </property>
        <property name="value">
         <number>350</number>
        </property>
       </widget>
       <widget class="QLabel" name="label_4">
        <property name="geometry">
         <rect>
          <x>380</x>
          <y>490</y>
          <width>66</width>
          <height>17</height>
         </rect>
        </property>
        <property name="text">
         <string>Step:</string>
        </property>
       </widget>
       <widget class="QSpinBox" name="spinBox_3">
        <property name="geometry">
         <rect>
          <x>460</x>
          <y>480</y>
          <width>101</width>
          <height>27</height>
         </rect>
        </property>
        <property name="maximum">
         <number>359</number>
        </property>
        <property name="value">
         <number>10</number>
        </property>
       </widget>
      </widget>
      <widget class="QWidget" name="tab">
       <attribute name="title">
        <string>Point Clouds</string>
       </attribute>
       <widget class="QListWidget" name="pointCloudsListWidget">
        <property name="geometry">
         <rect>
          <x>30</x>
          <y>40</y>
          <width>256</width>
          <height>571</height>
         </rect>
        </property>
       </widget>
       <widget class="SMPointCloudWidget" name="pointCloudWidget" native="true">
        <property name="geometry">
         <rect>
          <x>320</x>
          <y>40</y>
          <width>531</width>
          <height>561</height>
         </rect>
        </property>
       </widget>
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>923</width>
     <height>25</height>
    </rect>
   </property>
  </widget>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <customwidgets>
  <customwidget>
   <class>SMPointCloudWidget</class>
   <extends>QWidget</extends>
   <header>SMPointCloudWidget.h</header>
   <container>1</container>
  </customwidget>
  <customwidget>
   <class>SMVideoWidget</class>
   <extends>QLabel</extends>
   <header>SMVideoWidget.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>