KFooInput -> Q(Double)SpinBox in mouseclick effect config
And with that the effect configs do not need kde4support any more.
This commit is contained in:
parent
36d0a90859
commit
47cc0d77f5
2 changed files with 2 additions and 13 deletions
|
@ -91,7 +91,6 @@ macro( KWIN4_ADD_EFFECT_CONFIG name )
|
|||
target_link_libraries( kcm_kwin4_effect_${name}
|
||||
kwineffects
|
||||
Qt5::Widgets
|
||||
${KDE4Support_LIBRARIES}
|
||||
${KDE4_KIO_LIBRARY} # KUrlRequester
|
||||
KF5::KCoreAddons
|
||||
KF5::KConfigWidgets
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="KDoubleNumInput" name="kcfg_LineWidth">
|
||||
<widget class="QDoubleSpinBox" name="kcfg_LineWidth">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
|
@ -189,7 +189,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1">
|
||||
<widget class="KIntNumInput" name="kcfg_RingCount">
|
||||
<widget class="QSpinBox" name="kcfg_RingCount">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
|
@ -265,21 +265,11 @@
|
|||
<extends>QComboBox</extends>
|
||||
<header>kcolorcombo.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KDoubleNumInput</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>knuminput.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KFontRequester</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>kfontrequester.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KIntNumInput</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>knuminput.h</header>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KShortcutsEditor</class>
|
||||
<extends>QWidget</extends>
|
||||
|
|
Loading…
Reference in a new issue