com.trolltech.qt.designer
Class QUiLoader

java.lang.Object
  extended by com.trolltech.qt.designer.QUiLoader

public class QUiLoader
extends java.lang.Object


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

load

public static QWidget load(QIODevice device)
                    throws QUiLoaderException
This is an overloaded method provided for convenience.

Throws:
QUiLoaderException

load

public static QWidget load(QIODevice device,
                           QWidget parent)
                    throws QUiLoaderException
Loads a form from the given device and creates a new widget with the given parent widget to hold its contents.

Throws:
QUiLoaderException

main

public static void main(java.lang.String[] args)
                 throws QUiLoaderException
Test method

Throws:
QUiLoaderException