qtmobility/examples/cameracapture/settings_s60.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>416</width>
       
    10     <height>272</height>
       
    11    </rect>
       
    12   </property>
       
    13   <property name="windowTitle">
       
    14    <string>Dialog</string>
       
    15   </property>
       
    16   <layout class="QVBoxLayout" name="verticalLayout_3">
       
    17    <item>
       
    18     <layout class="QHBoxLayout" name="horizontalLayout_9">
       
    19      <item>
       
    20       <layout class="QVBoxLayout" name="verticalLayout">
       
    21        <item>
       
    22         <layout class="QHBoxLayout" name="horizontalLayout">
       
    23          <item>
       
    24           <widget class="QLabel" name="label_12">
       
    25            <property name="text">
       
    26             <string>Audio Codec:</string>
       
    27            </property>
       
    28           </widget>
       
    29          </item>
       
    30          <item>
       
    31           <widget class="QComboBox" name="audioCodecBox"/>
       
    32          </item>
       
    33         </layout>
       
    34        </item>
       
    35        <item>
       
    36         <layout class="QHBoxLayout" name="horizontalLayout_2">
       
    37          <item>
       
    38           <widget class="QLabel" name="label_11">
       
    39            <property name="text">
       
    40             <string>Audio Quality:</string>
       
    41            </property>
       
    42           </widget>
       
    43          </item>
       
    44          <item>
       
    45           <widget class="QSlider" name="audioQualitySlider">
       
    46            <property name="maximum">
       
    47             <number>4</number>
       
    48            </property>
       
    49            <property name="orientation">
       
    50             <enum>Qt::Horizontal</enum>
       
    51            </property>
       
    52           </widget>
       
    53          </item>
       
    54         </layout>
       
    55        </item>
       
    56        <item>
       
    57         <layout class="QHBoxLayout" name="horizontalLayout_3">
       
    58          <item>
       
    59           <widget class="QLabel" name="label_10">
       
    60            <property name="text">
       
    61             <string>Audio Sample Rate:</string>
       
    62            </property>
       
    63           </widget>
       
    64          </item>
       
    65          <item>
       
    66           <widget class="QComboBox" name="audioSampleRateBox"/>
       
    67          </item>
       
    68         </layout>
       
    69        </item>
       
    70        <item>
       
    71         <layout class="QHBoxLayout" name="horizontalLayout_4">
       
    72          <item>
       
    73           <widget class="QLabel" name="label_4">
       
    74            <property name="text">
       
    75             <string>Container Format:</string>
       
    76            </property>
       
    77           </widget>
       
    78          </item>
       
    79          <item>
       
    80           <widget class="QComboBox" name="containerFormatBox"/>
       
    81          </item>
       
    82         </layout>
       
    83        </item>
       
    84       </layout>
       
    85      </item>
       
    86      <item>
       
    87       <layout class="QVBoxLayout" name="verticalLayout_2">
       
    88        <item>
       
    89         <layout class="QHBoxLayout" name="horizontalLayout_5">
       
    90          <item>
       
    91           <widget class="QLabel" name="label_8">
       
    92            <property name="text">
       
    93             <string>Video Resolution:</string>
       
    94            </property>
       
    95           </widget>
       
    96          </item>
       
    97          <item>
       
    98           <widget class="QComboBox" name="videoResolutionBox"/>
       
    99          </item>
       
   100         </layout>
       
   101        </item>
       
   102        <item>
       
   103         <layout class="QHBoxLayout" name="horizontalLayout_6">
       
   104          <item>
       
   105           <widget class="QLabel" name="label_9">
       
   106            <property name="text">
       
   107             <string>Video Framerate:</string>
       
   108            </property>
       
   109           </widget>
       
   110          </item>
       
   111          <item>
       
   112           <widget class="QComboBox" name="videoFramerateBox"/>
       
   113          </item>
       
   114         </layout>
       
   115        </item>
       
   116        <item>
       
   117         <layout class="QHBoxLayout" name="horizontalLayout_7">
       
   118          <item>
       
   119           <widget class="QLabel" name="label_6">
       
   120            <property name="text">
       
   121             <string>Video Codec:</string>
       
   122            </property>
       
   123           </widget>
       
   124          </item>
       
   125          <item>
       
   126           <widget class="QComboBox" name="videoCodecBox"/>
       
   127          </item>
       
   128         </layout>
       
   129        </item>
       
   130        <item>
       
   131         <layout class="QHBoxLayout" name="horizontalLayout_8">
       
   132          <item>
       
   133           <widget class="QLabel" name="label_7">
       
   134            <property name="text">
       
   135             <string>Video Quality:</string>
       
   136            </property>
       
   137           </widget>
       
   138          </item>
       
   139          <item>
       
   140           <widget class="QSlider" name="videoQualitySlider">
       
   141            <property name="maximum">
       
   142             <number>4</number>
       
   143            </property>
       
   144            <property name="orientation">
       
   145             <enum>Qt::Horizontal</enum>
       
   146            </property>
       
   147           </widget>
       
   148          </item>
       
   149         </layout>
       
   150        </item>
       
   151       </layout>
       
   152      </item>
       
   153     </layout>
       
   154    </item>
       
   155    <item>
       
   156     <widget class="QDialogButtonBox" name="buttonBox">
       
   157      <property name="orientation">
       
   158       <enum>Qt::Horizontal</enum>
       
   159      </property>
       
   160      <property name="standardButtons">
       
   161       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
       
   162      </property>
       
   163     </widget>
       
   164    </item>
       
   165    <item>
       
   166     <spacer name="verticalSpacer">
       
   167      <property name="orientation">
       
   168       <enum>Qt::Vertical</enum>
       
   169      </property>
       
   170      <property name="sizeHint" stdset="0">
       
   171       <size>
       
   172        <width>20</width>
       
   173        <height>14</height>
       
   174       </size>
       
   175      </property>
       
   176     </spacer>
       
   177    </item>
       
   178   </layout>
       
   179  </widget>
       
   180  <resources/>
       
   181  <connections>
       
   182   <connection>
       
   183    <sender>buttonBox</sender>
       
   184    <signal>accepted()</signal>
       
   185    <receiver>Settings</receiver>
       
   186    <slot>accept()</slot>
       
   187    <hints>
       
   188     <hint type="sourcelabel">
       
   189      <x>227</x>
       
   190      <y>310</y>
       
   191     </hint>
       
   192     <hint type="destinationlabel">
       
   193      <x>157</x>
       
   194      <y>274</y>
       
   195     </hint>
       
   196    </hints>
       
   197   </connection>
       
   198   <connection>
       
   199    <sender>buttonBox</sender>
       
   200    <signal>rejected()</signal>
       
   201    <receiver>Settings</receiver>
       
   202    <slot>reject()</slot>
       
   203    <hints>
       
   204     <hint type="sourcelabel">
       
   205      <x>295</x>
       
   206      <y>316</y>
       
   207     </hint>
       
   208     <hint type="destinationlabel">
       
   209      <x>286</x>
       
   210      <y>274</y>
       
   211     </hint>
       
   212    </hints>
       
   213   </connection>
       
   214  </connections>
       
   215 </ui>