yakuake: remove GHNS button from appearance settings

This commit is contained in:
Ivailo Monev 2015-04-07 15:27:28 +00:00
parent 61b4b0b5df
commit eed4916360
2 changed files with 10 additions and 19 deletions

View file

@ -60,7 +60,6 @@ AppearanceSettings::AppearanceSettings(QWidget* parent) : QWidget(parent)
installButton->setIcon(KIcon("folder")); installButton->setIcon(KIcon("folder"));
removeButton->setIcon(KIcon("edit-delete")); removeButton->setIcon(KIcon("edit-delete"));
ghnsButton->setIcon(KIcon("get-hot-new-stuff"));
m_selectedSkinId = Settings::skin(); m_selectedSkinId = Settings::skin();

View file

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>381</width> <width>452</width>
<height>386</height> <height>419</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
@ -154,13 +154,6 @@
<string comment="@title:group">Skin</string> <string comment="@title:group">Skin</string>
</property> </property>
<layout class="QGridLayout"> <layout class="QGridLayout">
<item row="2" column="0" colspan="2">
<widget class="KPushButton" name="ghnsButton">
<property name="text">
<string comment="@action:button">Get New Skins...</string>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QListView" name="skinList"> <widget class="QListView" name="skinList">
<property name="contextMenuPolicy"> <property name="contextMenuPolicy">
@ -171,13 +164,20 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2"> <item row="2" column="0" colspan="2">
<widget class="KLineEdit" name="kcfg_Skin"> <widget class="KLineEdit" name="kcfg_Skin">
<property name="frame"> <property name="frame">
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0">
<widget class="QCheckBox" name="kcfg_SkinInstalledWithKns">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="KPushButton" name="removeButton"> <widget class="KPushButton" name="removeButton">
<property name="enabled"> <property name="enabled">
@ -198,13 +198,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="4" column="0">
<widget class="QCheckBox" name="kcfg_SkinInstalledWithKns">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</item> </item>
@ -235,7 +228,6 @@
<tabstop>skinList</tabstop> <tabstop>skinList</tabstop>
<tabstop>installButton</tabstop> <tabstop>installButton</tabstop>
<tabstop>removeButton</tabstop> <tabstop>removeButton</tabstop>
<tabstop>ghnsButton</tabstop>
<tabstop>kcfg_Skin</tabstop> <tabstop>kcfg_Skin</tabstop>
<tabstop>kcfg_SkinInstalledWithKns</tabstop> <tabstop>kcfg_SkinInstalledWithKns</tabstop>
</tabstops> </tabstops>