|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.qt.designer.QUiLoader
public class QUiLoader
Method Summary | |
---|---|
static QWidget |
load(QIODevice device)
This is an overloaded method provided for convenience. |
static QWidget |
load(QIODevice device,
QWidget parent)
Loads a form from the given device and creates a new widget with the given parent widget to hold its contents. |
static void |
main(java.lang.String[] args)
Test method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static QWidget load(QIODevice device) throws QUiLoaderException
QUiLoaderException
public static QWidget load(QIODevice device, QWidget parent) throws QUiLoaderException
QUiLoaderException
public static void main(java.lang.String[] args) throws QUiLoaderException
QUiLoaderException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |