bugfix 2649

This commit is contained in:
2008-06-09 16:45:41 +00:00
parent cc9bf240db
commit 86770f4c91
3 changed files with 1 additions and 33 deletions
-5
View File
@@ -264,11 +264,6 @@ void PrefsDialog::changeTreeFont()
changeFont(&treeFont);
}
void PrefsDialog::changeUiFont()
{
changeFont(&uiFont);
}
void PrefsDialog::changeFont(QFont *font)
{
bool ok;
-1
View File
@@ -80,7 +80,6 @@ public slots:
virtual void changeShowIcons();
virtual void changeRulesFont();
virtual void changeTreeFont();
virtual void changeUiFont();
};
#endif // __PREFSDIALOG_H
+1 -27
View File
@@ -104,7 +104,7 @@
<item row="0" column="0" >
<widget class="QTabWidget" name="tabWidget" >
<property name="currentIndex" >
<number>0</number>
<number>6</number>
</property>
<widget class="QWidget" name="Widget2" >
<attribute name="title" >
@@ -965,16 +965,6 @@
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QPushButton" name="btUiFont" >
<property name="toolTip" >
<string>Choose font for the rest of the interface</string>
</property>
<property name="text" >
<string>Interface font</string>
</property>
</widget>
</item>
<item row="3" column="0" >
<spacer>
<property name="orientation" >
@@ -1336,21 +1326,5 @@
</hint>
</hints>
</connection>
<connection>
<sender>btUiFont</sender>
<signal>clicked()</signal>
<receiver>prefsDialog_q</receiver>
<slot>changeUiFont()</slot>
<hints>
<hint type="sourcelabel" >
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel" >
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
</ui>