port away from Qt3 support

svn path=/trunk/KDE/kdebase/workspace/; revision=806777
This commit is contained in:
Urs Wolfer 2008-05-12 12:18:49 +00:00
parent 1a0e6cb1b3
commit e0bdf2837d
2 changed files with 12 additions and 29 deletions

View file

@ -1,18 +1,9 @@
########### next target ###############
set(kwin_plastik_config_PART_SRCS config.cpp )
kde4_add_ui_files(kwin_plastik_config_PART_SRCS configdialog.ui )
kde4_add_plugin(kwin_plastik_config ${kwin_plastik_config_PART_SRCS})
target_link_libraries(kwin_plastik_config ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
target_link_libraries(kwin_plastik_config ${KDE4_KDEUI_LIBS})
install(TARGETS kwin_plastik_config DESTINATION ${PLUGIN_INSTALL_DIR} )

View file

@ -6,31 +6,22 @@
<x>0</x>
<y>0</y>
<width>541</width>
<height>170</height>
<height>176</height>
</rect>
</property>
<property name="windowTitle" >
<string>Config Dialog</string>
</property>
<layout class="QVBoxLayout" >
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="Q3ButtonGroup" name="titleAlign" >
<widget class="KButtonGroup" name="titleAlign" >
<property name="title" >
<string>Title &amp;Alignment</string>
</property>
<layout class="QHBoxLayout" >
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QRadioButton" name="AlignLeft" >
<property name="text" >
@ -53,6 +44,10 @@
</widget>
</item>
</layout>
<zorder>AlignLeft</zorder>
<zorder>AlignHCenter</zorder>
<zorder>titleAlign_</zorder>
<zorder>AlignRight</zorder>
</widget>
</item>
<item>
@ -104,16 +99,13 @@
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<customwidgets>
<customwidget>
<class>Q3ButtonGroup</class>
<extends>Q3GroupBox</extends>
<header>Qt3Support/Q3ButtonGroup</header>
<class>KButtonGroup</class>
<extends>QGroupBox</extends>
<header>kbuttongroup.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>AlignLeft</tabstop>
<tabstop>AlignHCenter</tabstop>
<tabstop>AlignRight</tabstop>
<tabstop>animateButtons</tabstop>
<tabstop>titleShadow</tabstop>
</tabstops>