Changeset 1575

Show
Ignore:
Timestamp:
02/27/10 12:54:00 (3 years ago)
Author:
mauser
Message:

renamed export dialog combo box

Location:
trunk/gui/src
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/gui/src/ExportSongDialog.cpp

    r1474 r1575  
    153153 
    154154 
    155 void ExportSongDialog::on_taplatescomboBox_currentIndexChanged(int index ) 
     155void ExportSongDialog::on_templateCombo_currentIndexChanged(int index ) 
    156156{ 
    157157        /**index 
     
    321321 
    322322        if( filename.endsWith( ".ogg" ) || filename.endsWith( ".OGG" ) ){ 
    323                 taplatescomboBox->setCurrentIndex( 9 );//ogg     
     323                templateCombo->setCurrentIndex( 9 );//ogg 
    324324        } 
    325325        else if( filename.endsWith( ".flac" ) || filename.endsWith( ".FLAC" ) ){ 
    326326                label->show(); 
    327327                label_2->show(); 
    328                 taplatescomboBox->setCurrentIndex( 8 );//flac    
     328                templateCombo->setCurrentIndex( 8 );//flac 
    329329        } 
    330330        else if( filename.endsWith( ".aiff" ) || filename.endsWith( ".AIFF" ) ){ 
    331331                label->show(); 
    332332                label_2->show(); 
    333                 taplatescomboBox->setCurrentIndex( 5 );//aiff    
     333                templateCombo->setCurrentIndex( 5 );//aiff 
    334334        } 
    335335        else if( filename.endsWith( ".wav" ) || filename.endsWith( ".WAV" ) ){ 
    336336                label->show(); 
    337337                label_2->show(); 
    338                 taplatescomboBox->setCurrentIndex( 0 );//wav     
     338                templateCombo->setCurrentIndex( 0 );//wav 
    339339        } 
    340340} 
  • trunk/gui/src/ExportSongDialog.h

    r1472 r1575  
    5252                void on_okBtn_clicked(); 
    5353                void on_exportNameTxt_textChanged(const QString& text); 
    54                 void on_taplatescomboBox_currentIndexChanged(int index ); 
     54                void on_templateCombo_currentIndexChanged(int index ); 
    5555 
    5656        private: 
  • trunk/gui/src/UI/ExportSongDialog_UI.ui

    r1475 r1575  
    2727     <number>0</number> 
    2828    </property> 
    29     <property name="margin"> 
    30      <number>0</number> 
    31     </property> 
    3229    <item> 
    3330     <spacer> 
     
    296293     <x>10</x> 
    297294     <y>80</y> 
    298      <width>441</width> 
     295     <width>472</width> 
    299296     <height>27</height> 
    300297    </rect> 
     
    309306    </item> 
    310307    <item> 
    311      <widget class="QComboBox" name="taplatescomboBox"> 
     308     <widget class="QComboBox" name="templateCombo"> 
    312309      <item> 
    313310       <property name="text">