CreateTemplate********************************************************************* ** 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 CreateTemplate geometry 0 0 347 248 caption Create Template sizeGripEnabled true margin 11 spacing 6 QLabel name TextLabel1 text Template &name: buddy editName QLineEdit name editName toolTip Name of the new template whatsThis Enter the name of the new template QListBox name listClass toolTip Class of the new template whatsThis Enter the name of the class which should be used as the template's base class QLayoutWidget name Layout1 margin 0 spacing 6 name Spacer1 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name buttonCreate text C&reate default true whatsThis Creates the new template QPushButton name PushButton1 text &Cancel whatsThis Closes the Dialog QLabel name TextLabel2 text &Baseclass for template: buddy listClass name Spacer2 orientation Vertical sizeType Expanding sizeHint 20 20 buttonCreate clicked() CreateTemplate accept() PushButton1 clicked() CreateTemplate reject()