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/widgets/mledit.h

    r6111 r6239  
    4141 
    4242public: 
    43   MLEdit(bool wordWrap, QWidget* parent = 0, bool handlequotes = false, const char* name = 0); 
     43  MLEdit(bool wordWrap, QWidget* parent = 0, bool useFixedFont = false, const char* name = 0); 
    4444  virtual ~MLEdit(); 
    4545 
     
    8383 
    8484private: 
     85  bool myUseFixedFont; 
    8586  bool myFixSetTextNewlines; 
    8687  bool myLastKeyWasReturn;