use K classes in place of Q classes (Krazy)

svn path=/trunk/KDE/kdebase/workspace/; revision=1063400
icc-effect-5.14.5
Hugo Pereira Da Costa 2009-12-18 03:05:27 +00:00
parent 21821f48a4
commit 43f261b6ed
1 changed files with 37 additions and 21 deletions

View File

@ -27,9 +27,6 @@
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QComboBox" name="exceptionType"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
@ -40,9 +37,6 @@
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="exceptionEditor"/>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="detectDialogButton">
<property name="text">
@ -50,6 +44,16 @@
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="KLineEdit" name="exceptionEditor">
<property name="showClearButton" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="KComboBox" name="exceptionType"/>
</item>
</layout>
</widget>
</item>
@ -66,12 +70,6 @@
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QComboBox" name="frameBorderComboBox"/>
</item>
<item row="2" column="2">
<widget class="QComboBox" name="blendColorComboBox"/>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="sizeGripCheckBox">
<property name="text">
@ -93,15 +91,6 @@
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QComboBox" name="sizeGripComboBox"/>
</item>
<item row="4" column="2">
<widget class="QComboBox" name="titleOutlineComboBox"/>
</item>
<item row="5" column="2">
<widget class="QComboBox" name="separatorComboBox"/>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="blendColorCheckBox">
<property name="text">
@ -126,11 +115,38 @@
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="KComboBox" name="frameBorderComboBox"/>
</item>
<item row="2" column="2">
<widget class="KComboBox" name="blendColorComboBox"/>
</item>
<item row="3" column="2">
<widget class="KComboBox" name="sizeGripComboBox"/>
</item>
<item row="4" column="2">
<widget class="KComboBox" name="titleOutlineComboBox"/>
</item>
<item row="5" column="2">
<widget class="KComboBox" name="separatorComboBox"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KLineEdit</class>
<extends>QLineEdit</extends>
<header>klineedit.h</header>
</customwidget>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>