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/dialogs/editfiledlg.cpp

    r5857 r6239  
    4848  QVBoxLayout* top_lay = new QVBoxLayout(this); 
    4949 
    50   myFileEdit = new MLEdit(false, this, false); 
     50  myFileEdit = new MLEdit(false, this, true); 
    5151  myFileEdit->setMinimumHeight(myFileEdit->frameWidth() * 2 + 20 * myFileEdit->fontMetrics().lineSpacing()); 
    5252  myFileEdit->setMinimumWidth(myFileEdit->fontMetrics().width("_") * 80);