QtMobility Reference Documentation

tennis.ui Example File

bttennis/tennis.ui
 <?xml version="1.0" encoding="UTF-8"?>
 <ui version="4.0">
  <class>Tennis</class>
  <widget class="QDialog" name="Tennis">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>640</width>
     <height>360</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string>Bluetooth Tennis</string>
   </property>
   <widget class="TennisView" name="pongView">
    <property name="geometry">
     <rect>
      <x>0</x>
      <y>0</y>
      <width>640</width>
      <height>366</height>
     </rect>
    </property>
    <property name="sizePolicy">
     <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
      <horstretch>0</horstretch>
      <verstretch>0</verstretch>
     </sizepolicy>
    </property>
    <property name="frameShape">
     <enum>QFrame::NoFrame</enum>
    </property>
    <property name="frameShadow">
     <enum>QFrame::Plain</enum>
    </property>
    <property name="lineWidth">
     <number>0</number>
    </property>
    <property name="verticalScrollBarPolicy">
     <enum>Qt::ScrollBarAlwaysOff</enum>
    </property>
    <property name="horizontalScrollBarPolicy">
     <enum>Qt::ScrollBarAlwaysOff</enum>
    </property>
   </widget>
  </widget>
  <customwidgets>
   <customwidget>
    <class>TennisView</class>
    <extends>QGraphicsView</extends>
    <header>tennisview.h</header>
   </customwidget>
  </customwidgets>
  <resources/>
  <connections/>
 </ui>
X

Thank you for giving your feedback.

Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.