Changeset 6064 for branches/qt-gui_qt4/src/userevents
- Timestamp:
- 02/20/08 04:08:08 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/userevents/usersendcommon.cpp
r6048 r6064 423 423 424 424 mleSend = new MLEdit(true, bottom, true); 425 mleSend->setSizeHintLines(3); 425 426 mleSend->setCheckSpellingEnabled(Config::Chat::instance()->checkSpelling()); 426 427 mleSend->installEventFilter(this); // Enables send with enter … … 453 454 splView->setStretchFactor(splView->indexOf(mleHistory), 1); 454 455 splView->setStretchFactor(splView->indexOf(bottom), 0); 455 splView->setSizes(QList<int>() << 1 << 100);456 456 457 457 connect(mleHistory, SIGNAL(quote(const QString&)),
