mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kdeplasma-addons: replace KFontComboBox with QFontComboBox
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
89f0dbedc8
commit
b945590507
3 changed files with 3 additions and 13 deletions
|
@ -216,7 +216,7 @@ void Clock::createClockConfigurationInterface(KConfigDialog *parent)
|
|||
ui.fontColor->setColor(m_fontColor);
|
||||
ui.useCustomFontColor->setChecked(m_useCustomFontColor);
|
||||
|
||||
connect(ui.fontTime, SIGNAL(editTextChanged(QString)), parent, SLOT(settingsModified()));
|
||||
connect(ui.fontTime, SIGNAL(currentFontChanged(QFont)), parent, SLOT(settingsModified()));
|
||||
connect(ui.fontTimeBold, SIGNAL(stateChanged(int)), parent, SLOT(settingsModified()));
|
||||
connect(ui.fontTimeItalic, SIGNAL(stateChanged(int)), parent, SLOT(settingsModified()));
|
||||
connect(ui.useThemeColor, SIGNAL(toggled(bool)), parent, SLOT(settingsModified()));
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<item row="1" column="2">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="KFontComboBox" name="fontTime"/>
|
||||
<widget class="QFontComboBox" name="fontTime"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_3">
|
||||
|
@ -510,11 +510,6 @@
|
|||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>KFontComboBox</class>
|
||||
<extends>KComboBox</extends>
|
||||
<header>kfontcombobox.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KColorButton</class>
|
||||
<extends>QPushButton</extends>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<item row="1" column="2">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<item>
|
||||
<widget class="KFontComboBox" name="fontStyleComboBox"/>
|
||||
<widget class="QFontComboBox" name="fontStyleComboBox"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer_4">
|
||||
|
@ -442,11 +442,6 @@
|
|||
<extends>QSpinBox</extends>
|
||||
<header>knuminput.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KFontComboBox</class>
|
||||
<extends>KComboBox</extends>
|
||||
<header>kfontcombobox.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KComboBox</class>
|
||||
<extends>QComboBox</extends>
|
||||
|
|
Loading…
Add table
Reference in a new issue