Changeset 1610

Show
Ignore:
Timestamp:
03/06/10 15:56:37 (3 years ago)
Author:
mauser
Message:

changed string in export dialog

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/UI/ExportSongDialog_UI.ui

    r1605 r1610  
    3737      <property name="sizeHint" stdset="0"> 
    3838       <size> 
    39         <width>126</width> 
    40         <height>16</height> 
     39        <width>126</width> 
     40        <height>16</height> 
    4141       </size> 
    4242      </property> 
     
    4747      <property name="sizePolicy"> 
    4848       <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 
    49         <horstretch>0</horstretch> 
    50         <verstretch>0</verstretch> 
     49        <horstretch>0</horstretch> 
     50        <verstretch>0</verstretch> 
    5151       </sizepolicy> 
    5252      </property> 
    5353      <property name="minimumSize"> 
    5454       <size> 
    55         <width>0</width> 
    56         <height>26</height> 
     55        <width>0</width> 
     56        <height>26</height> 
    5757       </size> 
    5858      </property> 
     
    7575      <property name="sizeHint" stdset="0"> 
    7676       <size> 
    77         <width>126</width> 
    78         <height>16</height> 
     77        <width>126</width> 
     78        <height>16</height> 
    7979       </size> 
    8080      </property> 
     
    146146      <widget class="QCheckBox" name="tocheckBox"> 
    147147       <property name="text"> 
    148         <string>Track-Outs</string> 
     148        <string>Export to seperate tracks</string> 
    149149       </property> 
    150150      </widget> 
     
    209209      <item> 
    210210       <widget class="QLabel" name="label"> 
    211         <property name="text"> 
    212         <string>Samplerate in Hz:</string> 
    213         </property> 
     211        <property name="text"> 
     212        <string>Samplerate in Hz:</string> 
     213        </property> 
    214214       </widget> 
    215215      </item> 
    216216      <item> 
    217217       <widget class="QComboBox" name="sampleRateCombo"> 
    218         <property name="maximumSize"> 
    219         <size> 
    220           <width>80</width> 
    221           <height>25</height> 
    222         </size> 
    223         </property> 
    224         <item> 
    225         <property name="text"> 
    226           <string>22050</string> 
    227         </property> 
    228         </item> 
    229         <item> 
    230         <property name="text"> 
    231           <string>44100</string> 
    232         </property> 
    233         </item> 
    234         <item> 
    235         <property name="text"> 
    236           <string>48000</string> 
    237         </property> 
    238         </item> 
    239         <item> 
    240         <property name="text"> 
    241           <string>96000</string> 
    242         </property> 
    243         </item> 
    244         <item> 
    245         <property name="text"> 
    246           <string>192000</string> 
    247         </property> 
    248         </item> 
     218        <property name="maximumSize"> 
     219        <size> 
     220          <width>80</width> 
     221          <height>25</height> 
     222        </size> 
     223        </property> 
     224        <item> 
     225        <property name="text"> 
     226          <string>22050</string> 
     227        </property> 
     228        </item> 
     229        <item> 
     230        <property name="text"> 
     231          <string>44100</string> 
     232        </property> 
     233        </item> 
     234        <item> 
     235        <property name="text"> 
     236          <string>48000</string> 
     237        </property> 
     238        </item> 
     239        <item> 
     240        <property name="text"> 
     241          <string>96000</string> 
     242        </property> 
     243        </item> 
     244        <item> 
     245        <property name="text"> 
     246          <string>192000</string> 
     247        </property> 
     248        </item> 
    249249       </widget> 
    250250      </item> 
     
    255255      <item> 
    256256       <widget class="QLabel" name="label_2"> 
    257         <property name="text"> 
    258         <string>SampleDepth in Bit:</string> 
    259         </property> 
     257        <property name="text"> 
     258        <string>SampleDepth in Bit:</string> 
     259        </property> 
    260260       </widget> 
    261261      </item> 
    262262      <item> 
    263263       <widget class="QComboBox" name="sampleDepthCombo"> 
    264         <property name="maximumSize"> 
    265         <size> 
    266           <width>60</width> 
    267           <height>25</height> 
    268         </size> 
    269         </property> 
    270         <item> 
    271         <property name="text"> 
    272           <string>8</string> 
    273         </property> 
    274         </item> 
    275         <item> 
    276         <property name="text"> 
    277           <string>16</string> 
    278         </property> 
    279         </item> 
    280         <item> 
    281         <property name="text"> 
    282           <string>24</string> 
    283         </property> 
    284         </item> 
    285         <item> 
    286         <property name="text"> 
    287           <string>32</string> 
    288         </property> 
    289         </item> 
     264        <property name="maximumSize"> 
     265        <size> 
     266          <width>60</width> 
     267          <height>25</height> 
     268        </size> 
     269        </property> 
     270        <item> 
     271        <property name="text"> 
     272          <string>8</string> 
     273        </property> 
     274        </item> 
     275        <item> 
     276        <property name="text"> 
     277          <string>16</string> 
     278        </property> 
     279        </item> 
     280        <item> 
     281        <property name="text"> 
     282          <string>24</string> 
     283        </property> 
     284        </item> 
     285        <item> 
     286        <property name="text"> 
     287          <string>32</string> 
     288        </property> 
     289        </item> 
    290290       </widget> 
    291291      </item> 
     
    299299     <x>10</x> 
    300300     <y>80</y> 
    301      <width>472</width> 
     301     <width>474</width> 
    302302     <height>27</height> 
    303303    </rect> 
     
    315315      <item> 
    316316       <property name="text"> 
    317         <string>WAV in CD quality  &quot;44,1kHz, 16 bit PCM&quot;</string> 
    318        </property> 
    319       </item> 
    320       <item> 
    321        <property name="text"> 
    322         <string>WAV in ADAT quality &quot;48 kHz, 16 bit PCM&quot;</string> 
    323        </property> 
    324       </item> 
    325       <item> 
    326        <property name="text"> 
    327         <string>WAV in better quality &quot;48 kHz, 24 bit PCM&quot;</string> 
    328        </property> 
    329       </item> 
    330       <item> 
    331        <property name="text"> 
    332         <string>WAV LOFI &quot;22.05kHz, 8 bit PCM </string> 
    333        </property> 
    334       </item> 
    335       <item> 
    336        <property name="text"> 
    337         <string>WAV best Mixdown quality &quot;96 kHz, 32 bit PCM&quot;</string> 
    338        </property> 
    339       </item> 
    340       <item> 
    341        <property name="text"> 
    342         <string>AIFF in CD quality &quot;41 kHz, 16 bit PCM&quot;</string> 
    343        </property> 
    344       </item> 
    345       <item> 
    346        <property name="text"> 
    347         <string>AIFF in ADAT quality &quot;48 kHz, 16 bit PCM&quot;</string> 
    348        </property> 
    349       </item> 
    350       <item> 
    351        <property name="text"> 
    352         <string>AIFF in better quality &quot;48 kHz, 24 bit PCM&quot;</string> 
    353        </property> 
    354       </item> 
    355       <item> 
    356        <property name="text"> 
    357         <string>FLAC lossless compressor in good quality &quot;48 kHz&quot;</string> 
    358        </property> 
    359       </item> 
    360       <item> 
    361        <property name="text"> 
    362         <string>OGG Vorbis loosely compressed in good quality &quot;VBR&quot;</string> 
     317        <string>WAV in CD quality  &quot;44,1kHz, 16 bit PCM&quot;</string> 
     318       </property> 
     319      </item> 
     320      <item> 
     321       <property name="text"> 
     322        <string>WAV in ADAT quality &quot;48 kHz, 16 bit PCM&quot;</string> 
     323       </property> 
     324      </item> 
     325      <item> 
     326       <property name="text"> 
     327        <string>WAV in better quality &quot;48 kHz, 24 bit PCM&quot;</string> 
     328       </property> 
     329      </item> 
     330      <item> 
     331       <property name="text"> 
     332        <string>WAV LOFI &quot;22.05kHz, 8 bit PCM </string> 
     333       </property> 
     334      </item> 
     335      <item> 
     336       <property name="text"> 
     337        <string>WAV best Mixdown quality &quot;96 kHz, 32 bit PCM&quot;</string> 
     338       </property> 
     339      </item> 
     340      <item> 
     341       <property name="text"> 
     342        <string>AIFF in CD quality &quot;41 kHz, 16 bit PCM&quot;</string> 
     343       </property> 
     344      </item> 
     345      <item> 
     346       <property name="text"> 
     347        <string>AIFF in ADAT quality &quot;48 kHz, 16 bit PCM&quot;</string> 
     348       </property> 
     349      </item> 
     350      <item> 
     351       <property name="text"> 
     352        <string>AIFF in better quality &quot;48 kHz, 24 bit PCM&quot;</string> 
     353       </property> 
     354      </item> 
     355      <item> 
     356       <property name="text"> 
     357        <string>FLAC lossless compressor in good quality &quot;48 kHz&quot;</string> 
     358       </property> 
     359      </item> 
     360      <item> 
     361       <property name="text"> 
     362        <string>OGG Vorbis loosely compressed in good quality &quot;VBR&quot;</string> 
    363363       </property> 
    364364      </item>