Remove the Select button from the Appearance and Input pages of the profile editor as it is no longer needed.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=709914
wilder-portage
Robert Knight 19 years ago
parent 8da5867178
commit 78084d2086
  1. 4
      src/EditProfileDialog.cpp
  2. 22
      src/EditProfileDialog.ui

@ -389,8 +389,6 @@ void EditProfileDialog::setupAppearancePage(const Profile* info)
connect( _ui->colorSchemeList , SIGNAL(entered(const QModelIndex&)) , this ,
SLOT(previewColorScheme(const QModelIndex&)) );
connect( _ui->selectColorSchemeButton , SIGNAL(clicked()) , this ,
SLOT(colorSchemeSelected()) );
connect( _ui->editColorSchemeButton , SIGNAL(clicked()) , this ,
SLOT(editColorScheme()) );
connect( _ui->removeColorSchemeButton , SIGNAL(clicked()) , this ,
@ -656,8 +654,6 @@ void EditProfileDialog::setupKeyboardPage(const Profile* /* info */)
connect( _ui->keyBindingList->selectionModel() ,
SIGNAL(selectionChanged(const QItemSelection&,const QItemSelection&)),
SLOT(keyBindingSelected()) );
connect( _ui->selectKeyBindingsButton , SIGNAL(clicked()) , this ,
SLOT(keyBindingSelected()) );
connect( _ui->newKeyBindingsButton , SIGNAL(clicked()) , this ,
SLOT(newKeyBinding()) );
connect( _ui->editKeyBindingsButton , SIGNAL(clicked()) , this ,

@ -426,17 +426,7 @@
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QPushButton" name="selectColorSchemeButton" >
<property name="toolTip" >
<string>Use the selected color scheme for this profile</string>
</property>
<property name="text" >
<string>Select</string>
</property>
</widget>
</item>
<item row="4" column="1" >
<item rowspan="2" row="3" column="1" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
@ -825,16 +815,6 @@
</property>
</widget>
</item>
<item row="4" column="1" >
<widget class="QPushButton" name="selectKeyBindingsButton" >
<property name="toolTip" >
<string>Use the selected key bindings list in this profile</string>
</property>
<property name="text" >
<string>Select</string>
</property>
</widget>
</item>
<item row="5" column="1" >
<spacer>
<property name="orientation" >

Loading…
Cancel
Save