[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kcontrol/fonts
From:       Fabian Wolf <fabianw () gmx ! net>
Date:       2003-08-03 10:40:34
[Download RAW message or body]

CVS commit by fwolf: 


Adding information on checkboxes to help users understand what they do.
More to come...


  M +15 -1     fonts.cpp   1.80


--- kdebase/kcontrol/fonts/fonts.cpp  #1.79:1.80
@@ -349,5 +349,19 @@ KFonts::KFonts(QWidget *parent, const ch
    hbox->layout()->addItem(spacer);
    aaUseSubPixel=new QCheckBox(i18n("&Use sub-pixel hinting:"), hbox);
+
+   QWhatsThis::add(aaUseSubPixel, i18n("If you have a TFT or LCD screen you"
+        " can further improve the quality of displayed fonts by selecting"
+        " this option.<br>Sub-pixel hinting is also known as ClearType(tm).<br>"
+        "<br><b>This will not work with CRT monitors.</b>"));
+
    aaSubPixelType=new QComboBox(false, hbox);
+
+   QWhatsThis::add(aaSubPixelType, i18n("In order for sub-pixel hinting to"
+        " work correctly you need to know how the sub-pixels of your display"
+        " are aligned.<br>"
+        " On TFT or LCD displays a single pixel is actually composed of"
+        " three sub-pixels, red, green and blue. Most displays" 
+        " have a linear ordering of RGB sub-pixel, some have BGR."));
+
    dummy = new QWidget(hbox);
    hbox->setStretchFactor(dummy, 1);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic