No warnings please.
svn path=/trunk/KDE/kdebase/workspace/; revision=1031503
This commit is contained in:
parent
20f1a79d04
commit
60ceffbe63
3 changed files with 6 additions and 11 deletions
|
@ -178,9 +178,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Faster</string>
|
<string>Faster</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
|
||||||
<cstring></cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
|
@ -228,9 +225,6 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Nicer</string>
|
<string>Nicer</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy">
|
|
||||||
<cstring></cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
|
@ -106,6 +106,7 @@ class ButtonSourceItem : public Q3ListViewItem
|
||||||
ButtonSourceItem(Q3ListView * parent, const Button& btn);
|
ButtonSourceItem(Q3ListView * parent, const Button& btn);
|
||||||
virtual ~ButtonSourceItem();
|
virtual ~ButtonSourceItem();
|
||||||
|
|
||||||
|
using Q3ListViewItem::paintCell;
|
||||||
void paintCell(QPainter *p, const QPalette &cg, int column, int width, int align);
|
void paintCell(QPainter *p, const QPalette &cg, int column, int width, int align);
|
||||||
|
|
||||||
void setButton(const Button& btn);
|
void setButton(const Button& btn);
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
<property name="currentIndex" >
|
<property name="currentIndex" >
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab" >
|
<widget class="QWidget" name="TabPage1" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
@ -245,7 +245,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab" >
|
<widget class="QWidget" name="TabPage2" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
@ -541,7 +541,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="TabPage" >
|
<widget class="QWidget" name="TabPage3" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
@ -1087,7 +1087,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="TabPage" >
|
<widget class="QWidget" name="TabPage4" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
@ -1605,7 +1605,7 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="TabPage" >
|
<widget class="QWidget" name="TabPage5" >
|
||||||
<property name="geometry" >
|
<property name="geometry" >
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
|
|
Loading…
Reference in a new issue