MultiLineEditorBase********************************************************************* ** Copyright (C) 2000 Trolltech AS. All rights reserved. ** ** This file is part of Qt Designer. ** ** This file may be distributed and/or modified under the terms of the ** GNU General Public License version 2 as published by the Free Software ** Foundation and appearing in the file LICENSE.GPL included in the ** packaging of this file. ** ** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE ** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ** ** See http://www.trolltech.com/gpl/ for GPL licensing information. ** ** Contact info@trolltech.com if any conditions of this licensing are ** not clear to you. ** ********************************************************************* TQDialog name MultiLineEditorBase geometry 0 0 421 275 caption Edit Multiline Edit sizeGripEnabled true whatsThis <b>Edit Multiline Edit</b><p>Enter the text and click the <b>OK</b>-Button to apply the changes.</p> margin 11 spacing 6 TQLabel name TextLabel1 text &Text: buddy preview TQMultiLineEdit name preview wordWrap WidgetWidth whatsThis Enter your text here. TQLayoutWidget name Layout1 margin 0 spacing 6 TQPushButton name buttonHelp text &Help autoDefault true name Horizontal Spacing2 orientation Horizontal sizeType Expanding sizeHint 20 20 TQPushButton name buttonOk text &OK autoDefault true default true whatsThis Close the dialog and apply all the changes. TQPushButton name buttonApply text &Apply autoDefault true whatsThis Apply all changes. TQPushButton name buttonCancel text &Cancel autoDefault true whatsThis Close the dialog and discard any changes. buttonCancel clicked() MultiLineEditorBase reject() buttonOk clicked() MultiLineEditorBase okClicked() buttonApply clicked() MultiLineEditorBase applyClicked() applyClicked() okClicked()