qtmobility/tests/cameracapture_s60/settings.ui
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
equal deleted inserted replaced
1:2b40d63a9c3d 4:90517678cc4f
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <ui version="4.0">
       
     3  <class>SettingsUi</class>
       
     4  <widget class="QDialog" name="SettingsUi">
       
     5   <property name="geometry">
       
     6    <rect>
       
     7     <x>0</x>
       
     8     <y>0</y>
       
     9     <width>475</width>
       
    10     <height>291</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>Dialog</string>
       
    15   </property>
       
    16   <layout class="QGridLayout" name="gridLayout_3">
       
    17    <item row="0" column="0">
       
    18     <widget class="QGroupBox" name="groupBox">
       
    19      <property name="title">
       
    20       <string>Audio</string>
       
    21      </property>
       
    22      <layout class="QGridLayout" name="gridLayout">
       
    23       <item row="0" column="0" colspan="2">
       
    24        <widget class="QLabel" name="label_2">
       
    25         <property name="text">
       
    26          <string>Audio Codec:</string>
       
    27         </property>
       
    28        </widget>
       
    29       </item>
       
    30       <item row="1" column="0" colspan="2">
       
    31        <widget class="QComboBox" name="audioCodecBox"/>
       
    32       </item>
       
    33       <item row="2" column="0" colspan="2">
       
    34        <widget class="QLabel" name="label_5">
       
    35         <property name="text">
       
    36          <string>Sample Rate:</string>
       
    37         </property>
       
    38        </widget>
       
    39       </item>
       
    40       <item row="3" column="0" colspan="2">
       
    41        <widget class="QComboBox" name="audioSampleRateBox"/>
       
    42       </item>
       
    43       <item row="4" column="0">
       
    44        <widget class="QLabel" name="label_3">
       
    45         <property name="text">
       
    46          <string>Quality:</string>
       
    47         </property>
       
    48        </widget>
       
    49       </item>
       
    50       <item row="4" column="1">
       
    51        <widget class="QSlider" name="audioQualitySlider">
       
    52         <property name="maximum">
       
    53          <number>4</number>
       
    54         </property>
       
    55         <property name="orientation">
       
    56          <enum>Qt::Horizontal</enum>
       
    57         </property>
       
    58        </widget>
       
    59       </item>
       
    60      </layout>
       
    61     </widget>
       
    62    </item>
       
    63    <item row="0" column="1" rowspan="3">
       
    64     <widget class="QGroupBox" name="groupBox_2">
       
    65      <property name="title">
       
    66       <string>Video</string>
       
    67      </property>
       
    68      <layout class="QGridLayout" name="gridLayout_2">
       
    69       <item row="0" column="0" colspan="2">
       
    70        <widget class="QLabel" name="label_8">
       
    71         <property name="text">
       
    72          <string>Resolution:</string>
       
    73         </property>
       
    74        </widget>
       
    75       </item>
       
    76       <item row="1" column="0" colspan="2">
       
    77        <widget class="QComboBox" name="videoResolutionBox"/>
       
    78       </item>
       
    79       <item row="2" column="0" colspan="2">
       
    80        <widget class="QLabel" name="label_9">
       
    81         <property name="text">
       
    82          <string>Framerate:</string>
       
    83         </property>
       
    84        </widget>
       
    85       </item>
       
    86       <item row="3" column="0" colspan="2">
       
    87        <widget class="QComboBox" name="videoFramerateBox"/>
       
    88       </item>
       
    89       <item row="4" column="0" colspan="2">
       
    90        <widget class="QLabel" name="label_6">
       
    91         <property name="text">
       
    92          <string>Video Codec:</string>
       
    93         </property>
       
    94        </widget>
       
    95       </item>
       
    96       <item row="5" column="0" colspan="2">
       
    97        <widget class="QComboBox" name="videoCodecBox"/>
       
    98       </item>
       
    99       <item row="6" column="0">
       
   100        <widget class="QLabel" name="label_7">
       
   101         <property name="text">
       
   102          <string>Quality:</string>
       
   103         </property>
       
   104        </widget>
       
   105       </item>
       
   106       <item row="6" column="1">
       
   107        <widget class="QSlider" name="videoQualitySlider">
       
   108         <property name="maximum">
       
   109          <number>4</number>
       
   110         </property>
       
   111         <property name="orientation">
       
   112          <enum>Qt::Horizontal</enum>
       
   113         </property>
       
   114        </widget>
       
   115       </item>
       
   116      </layout>
       
   117     </widget>
       
   118    </item>
       
   119    <item row="1" column="0">
       
   120     <widget class="QLabel" name="label_4">
       
   121      <property name="text">
       
   122       <string>Container Format:</string>
       
   123      </property>
       
   124     </widget>
       
   125    </item>
       
   126    <item row="2" column="0">
       
   127     <widget class="QComboBox" name="containerFormatBox"/>
       
   128    </item>
       
   129    <item row="3" column="0">
       
   130     <spacer name="verticalSpacer">
       
   131      <property name="orientation">
       
   132       <enum>Qt::Vertical</enum>
       
   133      </property>
       
   134      <property name="sizeHint" stdset="0">
       
   135       <size>
       
   136        <width>20</width>
       
   137        <height>14</height>
       
   138       </size>
       
   139      </property>
       
   140     </spacer>
       
   141    </item>
       
   142    <item row="4" column="0" colspan="2">
       
   143     <widget class="QDialogButtonBox" name="buttonBox">
       
   144      <property name="orientation">
       
   145       <enum>Qt::Horizontal</enum>
       
   146      </property>
       
   147      <property name="standardButtons">
       
   148       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
       
   149      </property>
       
   150     </widget>
       
   151    </item>
       
   152   </layout>
       
   153  </widget>
       
   154  <resources/>
       
   155  <connections>
       
   156   <connection>
       
   157    <sender>buttonBox</sender>
       
   158    <signal>accepted()</signal>
       
   159    <receiver>Settings</receiver>
       
   160    <slot>accept()</slot>
       
   161    <hints>
       
   162     <hint type="sourcelabel">
       
   163      <x>227</x>
       
   164      <y>310</y>
       
   165     </hint>
       
   166     <hint type="destinationlabel">
       
   167      <x>157</x>
       
   168      <y>274</y>
       
   169     </hint>
       
   170    </hints>
       
   171   </connection>
       
   172   <connection>
       
   173    <sender>buttonBox</sender>
       
   174    <signal>rejected()</signal>
       
   175    <receiver>Settings</receiver>
       
   176    <slot>reject()</slot>
       
   177    <hints>
       
   178     <hint type="sourcelabel">
       
   179      <x>295</x>
       
   180      <y>316</y>
       
   181     </hint>
       
   182     <hint type="destinationlabel">
       
   183      <x>286</x>
       
   184      <y>274</y>
       
   185     </hint>
       
   186    </hints>
       
   187   </connection>
       
   188  </connections>
       
   189 </ui>