Show
Ignore:
Timestamp:
06/06/08 07:23:44 (6 months ago)
Author:
eugene
Message:

Introduced Fixed font setting and made it to be used in network log and file editors.
Default fixed font is constructed by taking global qApp->font() and setting Monospace family on it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/settings/general.h

    r6091 r6239  
    9595  QLabel* myFontLabel; 
    9696  QLabel* myEditFontLabel; 
     97  QLabel* myFixedFontLabel; 
    9798  FontEdit* myNormalFontEdit; 
    9899  FontEdit* myEditFontEdit; 
     100  FontEdit* myFixedFontEdit; 
    99101  QLabel* myDefaultEncodingLabel; 
    100102  QCheckBox* myShowAllEncodingsCheck;