Package com.trolltech.qt.gui

Examples of com.trolltech.qt.gui.QGridLayout.addLayout()


//    resultLayout.addWidget(typeCombo, 5, 1, 1, 1);
//    resultLayout.addWidget(typeAddButton, 5, 2, 1, 1);
    resultLayout.addWidget(periodEdit, 6, 1, 1, 2);
    resultLayout.addWidget(repnoEdit, 7, 1, 1, 2);

    resultLayout.addLayout(okCancelLayout, 8, 0, 1, 3);

    resultLayout.setColumnStretch(0, 1);
    resultLayout.setColumnStretch(1, 5);
    resultLayout.setColumnStretch(2, 3);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.