Skip to content
Snippets Groups Projects
QGCTabbedInfoView.ui 632 B
Newer Older
  • Learn to ignore specific revisions
  • <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <class>QGCTabbedInfoView</class>
     <widget class="QWidget" name="QGCTabbedInfoView">
      <property name="geometry">
       <rect>
        <x>0</x>
        <y>0</y>
        <width>571</width>
        <height>457</height>
       </rect>
      </property>
      <property name="windowTitle">
    
       <string>Info View</string>
    
      </property>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
        <widget class="QTabWidget" name="tabWidget">
         <property name="currentIndex">
          <number>-1</number>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
     <resources/>
     <connections/>
    </ui>