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. ** ********************************************************************* QDialog 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 QLabel name TextLabel1 text &Text: buddy preview QMultiLineEdit name preview wordWrap WidgetWidth whatsThis Enter your text here. QLayoutWidget name Layout1 margin 0 spacing 6 QPushButton name buttonHelp text &Help autoDefault true name Horizontal Spacing2 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name buttonOk text &OK autoDefault true default true whatsThis Close the dialog and apply all the changes. QPushButton name buttonApply text &Apply autoDefault true whatsThis Apply all changes. QPushButton 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()